Commit graph

11659 commits

Author SHA1 Message Date
Jackson Harper
2ccb98ce35 Add an alert for emptying trash 2024-08-12 13:27:43 +08:00
Jackson Harper
9e94293586 Dont render library before knowing if left nav is open to avoid flicker 2024-08-12 13:07:28 +08:00
Jackson Harper
1bff4bcd66 Work on client side caching for web 2024-08-12 11:52:35 +08:00
Jackson Harper
0b969c20ce Better handling of border on hover 2024-08-12 11:09:56 +08:00
Jackson Harper
f4f7870a35 Improve layout for list mode 2024-08-12 11:09:56 +08:00
Jackson Harper
15f201fcfc Use a default inbox for the home view for now, combining the two library and subscription queries 2024-08-12 11:09:56 +08:00
Jackson Harper
3f73a969f4 Shortcuts editor 2024-08-12 11:09:56 +08:00
Jackson Harper
332583d5c1 Refactor shortcuts tree out of navmenu so we can use it in the shortcuts editor 2024-08-12 11:09:56 +08:00
Jackson Harper
d44f5cc6ff Migrate to react-query for the saved searches 2024-08-12 11:09:56 +08:00
Jackson Harper
1fc73bd59e Update labels to use react-query 2024-08-12 11:09:56 +08:00
Jackson Harper
11e336735f Use react-query for shortcuts 2024-08-12 11:09:56 +08:00
Jackson Harper
9466a778e1 Build fixes 2024-08-12 11:09:56 +08:00
Jackson Harper
4a8332ba14 Better handling of multi select controls depending on section 2024-08-12 11:09:56 +08:00
Jackson Harper
ab0e9b28be Move bulk action to react-query 2024-08-12 11:09:56 +08:00
Jackson Harper
582b811b8d Improve URLs for main sections 2024-08-12 11:09:56 +08:00
Jackson Harper
98b35681e7 Fix issue with deleting items from hover cards 2024-08-12 11:09:56 +08:00
Jackson Harper
34bae118f4 Better rollback on failure 2024-08-12 11:09:56 +08:00
Jackson Harper
6356a8a3c7 More improvments to optimistic caching 2024-08-12 11:09:56 +08:00
Jackson Harper
6c6cc8d4c4 Better handling of slugs and library item lists in the cache 2024-08-12 11:09:56 +08:00
Jackson Harper
17e547b95e Make sure cached reading progress is updated 2024-08-12 11:09:56 +08:00
Jackson Harper
67bf5003ea Move reading progress to new system 2024-08-12 11:09:56 +08:00
Jackson Harper
d0e4908c0f Better cache handling when setting labels 2024-08-12 11:09:56 +08:00
Jackson Harper
8819ca1d05 Fix moveToFolder response handling 2024-08-12 11:09:56 +08:00
Jackson Harper
b6e19106b1 Implement move to folder 2024-08-12 11:09:56 +08:00
Jackson Harper
b29d7d0c97 Cleanup 2024-08-12 11:09:56 +08:00
Jackson Harper
137283db0a More moves to react-query for key library functions 2024-08-12 11:09:56 +08:00
Jackson Harper
457d1d9de9 More work on react-query switchover 2024-08-12 11:09:56 +08:00
Jackson Harper
06af855621 WIP: move item queries to react-query to better handle mutations 2024-08-12 11:09:56 +08:00
Jackson Harper
c529e52936 Allow mutate to re-render, fixes issues with filter funcs 2024-08-12 11:09:56 +08:00
Jackson Harper
e12d892f2b Color fixes 2024-08-12 11:09:56 +08:00
Jackson Harper
b1b3d53b51 Try to prevent center text aligned lists in articles 2024-08-12 11:09:56 +08:00
Jackson Harper
3d30607068 Better background colour for card dropdown menu 2024-08-12 11:09:56 +08:00
Hongbo Wu
70bbdda028
Merge pull request #4248 from omnivore-app/fix/disable-home
fix/disable home
2024-08-08 15:24:22 +08:00
Hongbo Wu
ee039833ac remove hidden home section resolver 2024-08-08 13:06:51 +08:00
Hongbo Wu
41b6a27601 disable digest-score and update-home jobs 2024-08-08 12:54:33 +08:00
Hongbo Wu
b5629e5f9f remove home resolvers 2024-08-08 12:53:28 +08:00
Hongbo Wu
3687b133c2
Merge pull request #4244 from omnivore-app/drop-original-content-column
drop original_content column from library_item table
2024-08-07 16:06:13 +08:00
Hongbo Wu
5b523916bb
Merge pull request #4246 from omnivore-app/fix/highlighted-markdown
fix: return markdown content for the old clients when highlighted markdown is requested
2024-08-07 11:00:17 +08:00
Hongbo Wu
4de6cfc1f8 fix: return markdown content for the old clients when highlighted markdown is requested 2024-08-07 09:34:35 +08:00
Hongbo Wu
611640be17 drop column if exists 2024-08-06 15:16:01 +08:00
Hongbo Wu
9b4bfa454c drop original_content column from library_item table 2024-08-06 15:16:01 +08:00
Hongbo Wu
c15f16eb02
Merge pull request #4245 from omnivore-app/fix/popular-read-original-content
stop adding original content from popular read
2024-08-06 15:15:29 +08:00
Hongbo Wu
64cf10205b fix tests 2024-08-06 14:44:15 +08:00
Hongbo Wu
126bbd4d86
Merge pull request #4239 from omnivore-app/optimize-migration-script
optimize the batch update script to use index by adding order by user_id
2024-08-05 17:00:54 +08:00
Hongbo Wu
a6637fcbed update batch_size 2024-08-05 15:49:29 +08:00
Hongbo Wu
7295b90397 fix typo 2024-08-05 15:39:55 +08:00
Hongbo Wu
498790d221 commit changes first 2024-08-05 15:38:36 +08:00
Hongbo Wu
431640605f optimize the batch update script to use index by adding order by user_id 2024-08-05 15:34:56 +08:00
Hongbo Wu
f467681189
Merge pull request #4235 from omnivore-app/fix/original-html
stop storing original html in the database
2024-08-02 14:53:10 +08:00
Hongbo Wu
8bbf2c0702 add script to update original_content to NULL in db 2024-08-01 11:56:36 +08:00