Commit Graph

23 Commits

Author SHA1 Message Date
71da03c794 fix: failed to search items by rss feed url which has query parameters
* encode uri component of the rss feed url
* use descriminated unions to differetiate rss and newsletter subscription
2024-08-26 14:18:27 +08:00
7cce65eda9 Update SWR usage, move highlights temporarily 2024-06-10 18:15:10 +08:00
f8a6887d09 show failed_at timestamp if a feed failed to fresh 2024-04-05 17:26:38 +08:00
8a5f993f8d Allow toggling the fetch content type per feed 2024-03-05 18:03:24 +08:00
620f778776 More work on shortcuts 2024-02-19 10:57:37 +08:00
70513b5244 Add more information on the feeds page 2024-02-07 13:02:19 +08:00
885f608600 add auto add to library checkbox 2023-11-15 18:12:52 +08:00
1f600c272e Better handling of network failures for labels/subscriptions/searches in the left menu 2023-10-17 13:36:47 +08:00
791f000677 Fix SWR call 2023-09-07 19:16:02 +08:00
ec508d80b0 Use loading instead of validating to avoid flicker 2023-09-07 19:10:42 +08:00
f2fa35c42d Use variables in subscriptions SWR cache key 2023-09-01 12:54:55 +08:00
2e0f57446f Fix useSWR usage 2023-09-01 12:39:30 +08:00
a9729e06c0 Fix sort order on Oldest First, default subs to all 2023-09-01 12:27:06 +08:00
f6bfdf6a93 Fixed scoped query for RSS items 2023-09-01 12:19:36 +08:00
72f7ba4235 Handle feed subscriptions on the subscriptions page 2023-08-28 15:10:39 +08:00
71fdac626b feat: add rss feeds ui
* list subscribed rss feeds
* add rss feed page
* delete rss feed modal
2023-07-12 15:25:07 +08:00
9d6a28cc74 More warnings clean up 2023-02-27 10:34:12 +08:00
443b416601 Return true for isValidating if no data found 2023-01-17 18:46:39 +08:00
844ac6ef12 Dates are stored as strings in the API response 2023-01-17 15:37:09 +08:00
bcbda50daa Add basic UI for subscriptions 2022-04-22 12:17:09 -07:00
38c190a08f Add debugging line 2022-04-22 12:17:09 -07:00
e6ca3c8eb4 Create subscription type instead of importing from GraphQL 2022-04-22 12:17:09 -07:00
f8bacf77df add list subscriptions 2022-04-22 12:16:35 -07:00