Commit Graph

230 Commits

Author SHA1 Message Date
620f778776 More work on shortcuts 2024-02-19 10:57:37 +08:00
dd8f913cdd Warnings cleanup 2024-02-16 12:25:45 +08:00
e4be448792 Update imports 2024-02-16 11:56:26 +08:00
70513b5244 Add more information on the feeds page 2024-02-07 13:02:19 +08:00
ddf7d590fd Copy params so no extra params are sent 2024-02-01 09:59:42 +08:00
97efbe4487 Force read position writes when user explicitly sets it 2024-02-01 09:59:42 +08:00
7f59a23294 Dont pass library item id to backend when updating highlights
The native (iOS and Android) code needs this param but we
cant send it to the web.
2024-01-23 14:51:17 +08:00
cb48c755f1 Start creating a separate sync queue for android highlight changes 2024-01-08 22:27:48 +08:00
fe9cf0fc89 Add debug page to web 2024-01-02 11:42:00 +08:00
da3fede3a4 fix saved search bug: undefined category in input 2023-12-08 19:58:41 +08:00
d82eda1f32 allow importing all or unarchived only pocket items 2023-11-16 16:37:14 +08:00
885f608600 add auto add to library checkbox 2023-11-15 18:12:52 +08:00
6db23ba05c Add intercom identity verification 2023-10-27 16:13:03 +08:00
973c1dec1e When saving PDF read position always set it to the current page 2023-10-24 17:15:03 +08:00
1f600c272e Better handling of network failures for labels/subscriptions/searches in the left menu 2023-10-17 13:36:47 +08:00
21507dd334 Handle errorCodes response when updating email 2023-10-04 12:10:23 +08:00
ee50529f95 add update email form on account page 2023-10-02 22:21:50 +08:00
34e9ed16b5 Add settings menu 2023-09-30 12:51:15 +08:00
44e85ea295 Merge 2023-09-30 12:48:57 +08:00
60c4a9c20a Handle saved searches failing to load 2023-09-25 13:36:32 +08:00
791f000677 Fix SWR call 2023-09-07 19:16:02 +08:00
e3d1a69c65 Fix SWR call 2023-09-07 19:15:18 +08:00
ec508d80b0 Use loading instead of validating to avoid flicker 2023-09-07 19:10:42 +08:00
79f42a5bde Merge Main 2023-09-06 17:54:18 +02:00
afaf6f2945 Remove some debug lines 2023-09-04 15:18:23 +08:00
86544f5610 Merge branch 'main' into feat/saved-links 2023-09-01 17:43:37 +02: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
a58864fe2c Merge main 2023-08-30 19:48:04 +02:00
d433d48365 Add Filters, and editing filters. 2023-08-30 19:37:24 +02:00
72f7ba4235 Handle feed subscriptions on the subscriptions page 2023-08-28 15:10:39 +08:00
361aa33ba9 Fix for updating highlight colours, add proper copy icon 2023-08-24 13:52:05 +08:00
03e95a029b Add multiple highlight colors 2023-08-24 12:03:32 +08:00
33fe595834 Better handling of article fetch errors 2023-08-10 15:20:47 +08:00
b5a6b86915 Merge branch 'main' into feat/add-links-in-search 2023-08-07 22:41:47 +02:00
27dd2b2734 Add Ability to Add URLs directly from the search bar. 2023-08-06 02:55:01 +02:00
76e0b36dfb Dont require confirmation on delete, show undo action 2023-08-04 13:44:31 +08:00
b403dea247 add a button to pause rss feed 2023-08-01 22:07:53 +08:00
9a224d2324 add event_types and fix the validation of form on rules page 2023-07-20 18:33:30 +08:00
ba639db31f revert push notification on rules page 2023-07-20 17:29:26 +08:00
d572a9e3e4 add detailed error message for adding feed 2023-07-20 14:10:12 +08:00
06087c8578 show detailed error message in toast 2023-07-20 13:56:41 +08:00
6ef74a2601 disable import button while importer is running 2023-07-20 09:52:23 +08:00
eee3238bcb add edit rss feed name to the web ui 2023-07-19 18:45:48 +08:00
df58198161 set locale in saveUrl api request on web 2023-07-13 16:00:49 +08:00
b56598c20b fix: wrong timezone used when saving item with adding link on web 2023-07-13 15:16:35 +08:00
0289efb0b6 fix subscribe and unsubscribe mutation query in web 2023-07-12 16:59:37 +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