Commit Graph

770 Commits

Author SHA1 Message Date
f638851965 Make sure metadata is set for navigation layout 2024-08-21 11:48:51 +08:00
6cb14f3ed3 Clear the queryClient on error 2024-08-20 18:17:27 +08:00
d672fe1b44 Clear async storage on error 2024-08-20 18:14:24 +08:00
9a2490253c Improve fetchMore, add debug 2024-08-16 15:55:36 +08:00
49b66f3504 Remove the cache busting 2024-08-15 16:27:05 +08:00
3ceb18400c Only allow three pages of data to be refreshed 2024-08-15 15:24:02 +08:00
913ad0c5d4 More cache key debugging 2024-08-15 13:20:29 +08:00
e16acb7f60 Use react-query for most viewer queries to get better caching, remove the maxpages on library as that broke scrolling 2024-08-14 11:41:55 +08:00
c2ec95845e request count of library items only when needed 2024-08-14 09:40:59 +08:00
588f7d0fdc Use a separate section for search so we can better control the folder 2024-08-13 23:38:18 +08:00
cca1cbfff4 Shortcuts editor for the web 2024-08-13 23:28:51 +08:00
a0c3d1d18e Use 48hrs for cache timeout 2024-08-13 17:04:24 +08:00
22216e33b8 Use AsyncStorage for local cache 2024-08-13 17:00:05 +08:00
24cea105f0 Remove persist client 2024-08-13 14:33:06 +08:00
801f075952 Remove optimistic client loading 2024-08-13 14:26:58 +08:00
3b57461efa Remove unused 2024-08-13 14:15:43 +08:00
d51aed5b7c Rendering improvements, remove unused 2024-08-13 13:29:57 +08:00
6529b87e9d Some improvements to the additem 2024-08-12 20:40:28 +08:00
9e94293586 Dont render library before knowing if left nav is open to avoid flicker 2024-08-12 13:07:28 +08:00
1bff4bcd66 Work on client side caching for web 2024-08-12 11:52:35 +08:00
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
3f73a969f4 Shortcuts editor 2024-08-12 11:09:56 +08:00
332583d5c1 Refactor shortcuts tree out of navmenu so we can use it in the shortcuts editor 2024-08-12 11:09:56 +08:00
d44f5cc6ff Migrate to react-query for the saved searches 2024-08-12 11:09:56 +08:00
1fc73bd59e Update labels to use react-query 2024-08-12 11:09:56 +08:00
ab0e9b28be Move bulk action to react-query 2024-08-12 11:09:56 +08:00
6c6cc8d4c4 Better handling of slugs and library item lists in the cache 2024-08-12 11:09:56 +08:00
67bf5003ea Move reading progress to new system 2024-08-12 11:09:56 +08:00
b29d7d0c97 Cleanup 2024-08-12 11:09:56 +08:00
137283db0a More moves to react-query for key library functions 2024-08-12 11:09:56 +08:00
457d1d9de9 More work on react-query switchover 2024-08-12 11:09:56 +08:00
c529e52936 Allow mutate to re-render, fixes issues with filter funcs 2024-08-12 11:09:56 +08:00
619fb3ad45 Default to no show menu under 1000px 2024-07-11 09:09:52 +08:00
a7e640320c On smaller screens we want the nav menu to be disabled by default 2024-07-11 08:59:34 +08:00
4f46b8f89e Clean up build 2024-07-10 20:52:08 +08:00
486f0f2870 Improve fallback when no home found, add keyboard navigation 2024-07-10 18:59:23 +08:00
13c224371a Fix import 2024-07-09 15:35:52 +08:00
9134a3325f Set default home redirect path 2024-07-09 15:29:34 +08:00
488501086b Merge pull request #4173 from omnivore-app/fix/web-webooks-page
Tell users that webhooks are now part of rules
2024-07-09 12:03:16 +08:00
a87d163ba6 Remove beta features page as all are enabled 2024-07-09 10:22:49 +08:00
f3876ccd5b Remove unused imports 2024-07-09 10:09:26 +08:00
12d356dfa4 Use next Link 2024-07-09 10:08:54 +08:00
b766ed2ba6 Tell users that webhooks are now part of rules 2024-07-09 09:53:40 +08:00
a680cbc9c9 show an error message on web if notion database is not found 2024-07-01 18:11:08 +08:00
8512a27d14 Implement dismiss on click for the new navigation menu 2024-06-25 16:13:11 +08:00
deccb6f946 Use an action so we can update local cache when moving to inbox 2024-06-25 13:04:34 +08:00
c06f25682d Remove unused 2024-06-25 11:44:07 +08:00
911f6ed099 Only indent the search bar in compact mode if the menu is closed 2024-06-25 11:34:22 +08:00
613dd39aba Filtering on the library view 2024-06-25 09:11:15 +08:00
80bded24db Rename web container files 2024-06-21 12:37:25 +08:00