diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-09 14:21:50 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-09 14:21:50 +1000 |
| commit | 5b221fb72d6b915a56df4c17ecc747bb6f15dee8 (patch) | |
| tree | f1199057ffa9cdffca2a69f9ef2246d185894b06 /src/config/types.ts | |
| parent | weather: store api key directly in config (diff) | |
| download | caelestia-shell-5b221fb72d6b915a56df4c17ecc747bb6f15dee8.tar.gz caelestia-shell-5b221fb72d6b915a56df4c17ecc747bb6f15dee8.tar.bz2 caelestia-shell-5b221fb72d6b915a56df4c17ecc747bb6f15dee8.zip | |
feat: news headlines for alerts pane
Also handle news api errors
Also config num pages
Diffstat (limited to 'src/config/types.ts')
| -rw-r--r-- | src/config/types.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/types.ts b/src/config/types.ts index 2862612..0e9138d 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -100,4 +100,5 @@ export default { "news.languages": ARR(STR), "news.domains": ARR(STR), "news.timezone": STR, + "news.pages": NUM, } as { [k: string]: string | string[] | number[] }; |