Commit 5df3917
Update stock-tracker extension (#27549)
* Update stock-tracker extension
- Show sunrise/moon icon on rows with pre/post-market prices
- Show a star next to symbol in search results when already in Favorites
- Show last-updated timestamp next to section headers
- Fix "Move Down in Favorites" no-op for last item; guard missing symbols
- Fix prices of 0 not rendering; scale negative values correctly
- Refresh Yahoo cookie/crumb proactively after 12h
- Only refresh cookie/crumb on 401/403 (was any 4xx/5xx)
- Fix Set-Cookie parsing under native fetch
- Thread AbortSignal through cookie/crumb fetches
- Cancel in-flight requests on unmount
- Recover gracefully from corrupted local-storage values
- Switch to native fetch (removes punycode deprecation warning)
- Update @raycast/api, TypeScript, ESLint, and other dependencies
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* [stock-tracker] Use defineConfig and avoid reaching into transitive eslint plugin
Defer entirely to @raycast/eslint-config (the declared devDependency).
defineConfig from eslint/config flattens the nested array that
@raycast/eslint-config currently emits, so we no longer need to
inline the composition or import @raycast/eslint-plugin directly.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* [stock-tracker] Address PR review: getCrumb status check and formatMoney suffix bound
- getCrumb now throws on non-2xx instead of caching an HTML error page as
a "crumb" string (which would cause the next request to fail with 401/403
and waste a round trip plus poison the cache for up to 12h).
- formatMoney clamps the magnitude to the suffix table length so values
>= 1e15 render as "1000.00T" rather than "1000.00undefined".
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Update CHANGELOG.md and add platforms field
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: raycastbot <bot@raycast.com>1 parent 888d040 commit 5df3917
16 files changed
Lines changed: 4564 additions & 2769 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
3 | 17 | | |
4 | 18 | | |
5 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments