Commit Graph

98 Commits

Author SHA1 Message Date
cb48c755f1 Start creating a separate sync queue for android highlight changes 2024-01-08 22:27:48 +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
973c1dec1e When saving PDF read position always set it to the current page 2023-10-24 17:15:03 +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
79f42a5bde Merge Main 2023-09-06 17:54:18 +02:00
afaf6f2945 Remove some debug lines 2023-09-04 15:18:23 +08:00
d433d48365 Add Filters, and editing filters. 2023-08-30 19:37:24 +02: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
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
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
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
e540c57da4 Throttle set label calls 2023-06-21 19:59:32 +08:00
2293cc0256 Add support for multi select labels 2023-06-21 13:55:20 +08:00
0b7cd80c85 Set selected labels after creating 2023-06-19 21:42:18 +08:00
1547dd7583 Improved labels picker for the web 2023-06-19 21:41:25 +08:00
4e2c69d681 Some breakpoint improvements 2023-06-09 14:23:10 +08:00
36bb40a6f3 Add expectedCount 2023-06-08 19:59:02 +08:00
d92e5f3fd1 Send expected count with bulk actions 2023-06-08 19:57:33 +08:00
35dd48c29e Update GQL for bulk actions 2023-06-08 19:57:33 +08:00
17735744f8 Call bulk actions API 2023-06-08 19:57:33 +08:00
12163de073 Show uploaded items in the upload modal 2023-04-13 19:00:16 +08:00
1c5991aded import from integration api return a boolean value 2023-04-12 16:50:10 +08:00
737957ff82 Add import from pocket to web 2023-04-12 16:50:10 +08:00
da1fdb85f9 Update web to work with latest integration API 2023-04-12 16:50:10 +08:00
a55eab32f3 Send HTML with highlight requests 2023-03-31 14:04:42 +08:00
69eaff395e WIP: improve notebook UX, add markdown, document notes 2023-03-24 10:18:36 +08:00
036040a3a0 Start sending top percent 2023-03-10 15:05:18 +08:00
a0a144cdbd set reading progress percent to bottom position 2023-03-10 15:05:18 +08:00
23efda667d Theme cleanup, expose extra reader themes
This also removes synced reader preferences so everything is
per device now.
2023-03-10 15:05:18 +08:00
a53925edf9 Update savedAt and publishedAt 2023-03-03 19:20:06 +08:00
9d6a28cc74 More warnings clean up 2023-02-27 10:34:12 +08:00
a9b431708c Use ssrFetcher for saving via /api/save 2023-02-21 12:05:21 +08:00
b82ea0425e Add new bulk tool 2023-02-03 14:44:47 +08:00
23615db32a Fix deleting highlights from the PDF notebook modal 2023-02-02 11:49:12 +08:00
948fa78ab5 Fix types 2023-01-25 19:34:01 +08:00
b872c33ba9 Allow marking recent emails as library items 2023-01-25 19:29:19 +08:00
0edd91057e Update user interface for file import tool 2023-01-03 17:49:07 +08:00
9314c3d8f1 Add uploadImportFile API method
Add uploadImportFile API method

Fix prefix, counting max files uploaded

Add resolver types

Basic web ui for the uploader interface

Allow selecting type when uploading import files
2023-01-03 10:01:59 +08:00