|
|
ff8d369560
|
Clean up URLs for page metadata
|
2024-08-20 15:12:18 +08:00 |
|
|
|
2e807d6d3a
|
Simplify the settings menu dropdown
|
2024-08-20 15:11:47 +08:00 |
|
|
|
51f9fb0c2d
|
Re-enable the processing items checks
|
2024-08-20 13:19:29 +08:00 |
|
|
|
a871049000
|
Merge pull request #4268 from ethan-grinberg/main
fix: ui bug on bulk import
|
2024-08-20 13:08:01 +08:00 |
|
|
|
587df5c3a5
|
Remove unused component
|
2024-08-19 16:37:24 +08:00 |
|
|
|
ca1dba7bd6
|
Remove fetchPreviousPage from fetchMore
|
2024-08-19 16:21:34 +08:00 |
|
|
|
529a81dd8a
|
Dont need previous fetching anymore
|
2024-08-19 16:06:10 +08:00 |
|
|
|
5f59a1d364
|
Can go back to old items list now
|
2024-08-19 15:58:56 +08:00 |
|
|
|
4bfcbde65d
|
Some more list improvements
|
2024-08-19 12:42:43 +08:00 |
|
|
|
541aa859d2
|
Use staleTime
|
2024-08-17 17:07:14 +08:00 |
|
|
|
f80570a1ac
|
More debug
|
2024-08-17 16:13:15 +08:00 |
|
|
|
1e0df9016c
|
More debugging
|
2024-08-17 15:54:19 +08:00 |
|
|
|
1e2c3b1f8f
|
Fix typo
|
2024-08-17 15:40:33 +08:00 |
|
|
|
975ae6bee5
|
TEst out react-infinite-scroll-component
|
2024-08-17 15:36:27 +08:00 |
|
|
|
35c7954809
|
Comment out old containers temporarily
|
2024-08-17 14:23:37 +08:00 |
|
|
|
095e75f7bd
|
Attempt at using maxPages
|
2024-08-17 14:19:26 +08:00 |
|
|
|
675e17da79
|
Add pending items
|
2024-08-16 17:16:29 +08:00 |
|
|
|
9a2490253c
|
Improve fetchMore, add debug
|
2024-08-16 15:55:36 +08:00 |
|
|
|
e3fd98e47c
|
More debugging
|
2024-08-16 10:47:48 +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 |
|
|
|
68cfc8df80
|
Merge branch 'omnivore-app:main' into main
|
2024-08-15 00:48:30 -04:00 |
|
|
|
9707b1bc7f
|
fix: bulk upload files ui
|
2024-08-15 00:48:10 -04:00 |
|
|
|
39da8e60c1
|
More debugging on infinite scroll
|
2024-08-15 11:39:26 +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 |
|
|
|
c68680fad9
|
Use a portal on dropdowns so it doesnt move window when opened from scrolled shortcuts
|
2024-08-14 00:05:50 +08:00 |
|
|
|
cca1cbfff4
|
Shortcuts editor for the web
|
2024-08-13 23:28:51 +08:00 |
|
|
|
0d814bd76a
|
Fix typo
|
2024-08-13 20:10:04 +08:00 |
|
|
|
6fa9550cdc
|
Update the empty states, special handler for the subscriptions empty state case.
|
2024-08-13 20:06:57 +08:00 |
|
|
|
4bc154605f
|
get highlightsCount from the backend and show the count on web
|
2024-08-13 18:01:20 +08:00 |
|
|
|
22216e33b8
|
Use AsyncStorage for local cache
|
2024-08-13 17:00:05 +08:00 |
|
|
|
788b44c7c9
|
Use router instead of window.location to better handle the local cache
|
2024-08-13 16:41:24 +08:00 |
|
|
|
d51aed5b7c
|
Rendering improvements, remove unused
|
2024-08-13 13:29:57 +08:00 |
|
|
|
742772fdb7
|
Disable the menu close on click on small screens, need to research this more
|
2024-08-13 11:23:34 +08:00 |
|
|
|
255488ec7d
|
Better handling of pending items
|
2024-08-12 22:27:24 +08:00 |
|
|
|
6529b87e9d
|
Some improvements to the additem
|
2024-08-12 20:40:28 +08:00 |
|
|
|
74320d5917
|
use new react-query for addurl
|
2024-08-12 15:03:05 +08:00 |
|
|
|
2ccb98ce35
|
Add an alert for emptying trash
|
2024-08-12 13:27:43 +08:00 |
|
|
|
0b969c20ce
|
Better handling of border on hover
|
2024-08-12 11:09:56 +08:00 |
|
|
|
f4f7870a35
|
Improve layout for list mode
|
2024-08-12 11:09:56 +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 |
|
|
|
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 |
|
|
|
11e336735f
|
Use react-query for shortcuts
|
2024-08-12 11:09:56 +08:00 |
|
|
|
9466a778e1
|
Build fixes
|
2024-08-12 11:09:56 +08:00 |
|
|
|
4a8332ba14
|
Better handling of multi select controls depending on section
|
2024-08-12 11:09:56 +08:00 |
|
|
|
ab0e9b28be
|
Move bulk action to react-query
|
2024-08-12 11:09:56 +08:00 |
|
|
|
582b811b8d
|
Improve URLs for main sections
|
2024-08-12 11:09:56 +08:00 |
|