Commit Graph

9162 Commits

Author SHA1 Message Date
42502f9ff1 Merge pull request #3280 from omnivore-app/fix/slow-db-query
execute update query in batch to avoid slow bulk action query
2023-12-29 16:48:18 +08:00
bc6f8fda21 Merge pull request #3289 from omnivore-app/fix/labels
fix: rss labels not added
2023-12-29 16:37:15 +08:00
7153014a87 fix duplicate labels 2023-12-29 16:36:55 +08:00
6e32c1247d insert labels on name conflict do nothing 2023-12-29 16:11:11 +08:00
dbc6c52e51 no more santa hat 2023-12-29 15:02:20 +08:00
943db3332e Merge pull request #3276 from omnivore-app/fix/in-library
by default we want to search in the inbox if no in: is specified
2023-12-29 14:51:00 +08:00
ff36afed96 Merge pull request #3287 from omnivore-app/feat/rss-handle-blocked
Dont try to fetch content for some feed URLs like arvix which blocks fetches
2023-12-29 14:38:32 +08:00
59961ece07 Update useKeyboardShortcuts.ts
fixed issue #1879 "Keyboard shortcuts modal is ugly"
-based on the labels modal
2023-12-29 10:56:47 +05:30
cbb07318e5 get the unchanged result set of sub query by checking updated_at 2023-12-29 12:53:49 +08:00
816416934f Move the rss content block check to the rss handler 2023-12-29 12:42:43 +08:00
c9b93a1180 Dont try to fetch content for some feed URLs like arvix which blocks fetches 2023-12-29 12:26:43 +08:00
b5d84098d0 increase batch size to 100 2023-12-29 09:53:23 +08:00
de027ee93f use cursor and fetch instead of limit and offset because the subquery result set could change during update 2023-12-29 09:53:23 +08:00
55518139fb generate raw sql because postgres does not support prepared statements in DO blocks 2023-12-29 09:53:23 +08:00
1079a19cd9 execute update query in batch to avoid slow bulk action query 2023-12-29 09:53:23 +08:00
82c8cf9cc3 Add button to clear app environment after self hosting 2023-12-28 19:33:45 +08:00
d1826be5a9 Better empty state for iPad grid view 2023-12-28 18:09:58 +08:00
90195f2d08 Merge pull request #3286 from omnivore-app/fix/highlights-in-update-since-api
fix type of highlight is null from update since api
2023-12-28 17:06:01 +08:00
881626d35a fix type of highlight is null from update since api 2023-12-28 16:55:23 +08:00
3667595f48 Sync move operation, attempt to sync before home is loaded 2023-12-28 15:46:57 +08:00
02ba27c961 Merge pull request #3284 from omnivore-app/fix/highlights-in-update-since-api
return highlights in update since api response
2023-12-28 14:48:21 +08:00
2b886d7e68 return highlights in update since api response 2023-12-28 14:03:07 +08:00
1386e97396 Add documentation for highlight and fix bug
Issue: https://github.com/omnivore-app/omnivore/issues/2996
2023-12-27 19:56:24 -05:00
c09a6fc1de Export notes with highlights 2023-12-27 22:22:09 +08:00
4f6f452801 Sync highlights in search also 2023-12-27 18:00:24 +08:00
e746952f65 set a default filter on load 2023-12-27 17:52:14 +08:00
88493f8bd2 Empty states for grid, filter divider on headers shouldnt show on iPad 2023-12-27 16:27:05 +08:00
ca511c3041 Grid improvements for infinite scroll 2023-12-27 16:04:32 +08:00
f47e53f56b Set the filter key when updating the filter 2023-12-27 14:23:25 +08:00
dded89bf32 WIP allow a single viewmodel for iPad split screen view 2023-12-27 14:16:50 +08:00
470cd5ddf2 Navigation toolbar colours 2023-12-27 11:00:37 +08:00
7bd19658f4 Colors for toolbar items 2023-12-27 10:58:04 +08:00
e31101f5e9 Improve initial loading refresh 2023-12-26 20:58:55 +08:00
470006017d Better loading of synced items 2023-12-26 18:53:32 +08:00
84c62eae54 Dont prefetch sync update pages 2023-12-26 14:32:36 +08:00
47c21fad37 Dont prefetch update pages 2023-12-26 14:30:49 +08:00
54b5bf6d0f Spacing when sharing title + url 2023-12-26 14:30:06 +08:00
3362a5b016 Better separation of sync and search 2023-12-26 14:23:39 +08:00
701d6a6be1 Wording on bottom button 2023-12-26 10:01:01 +08:00
3d87ef671b Start tracking totalCount for queries 2023-12-24 14:43:28 +08:00
0bd710e639 Dont allow deleting system labels 2023-12-23 22:25:20 +08:00
98ad40fa6b Settings UI cleanup, stop audio when archiving/deleting 2023-12-23 17:14:24 +08:00
66a6c5ddc3 Clear edit mode when going into search mode 2023-12-23 17:04:37 +08:00
3aca91f083 Pass delete/archive/view handlers into audio player 2023-12-23 16:12:33 +08:00
7404386773 More string cleanups 2023-12-23 16:12:14 +08:00
c6fed3cfba String cleanups 2023-12-23 16:11:18 +08:00
e4850311f4 archive/delete for tts player, use valet to sync hide system labels property
Using valet instead of UserDefaults(suiteName to work around
some potential issues with the extension loading.
2023-12-22 20:11:36 +08:00
47aa2eaae5 by default we want to search in the inbox if no in: is specified 2023-12-22 18:01:38 +08:00
f7105c1350 PLain button style on the share extension note entry 2023-12-22 17:41:32 +08:00
d850bc275d Merge pull request #3275 from omnivore-app/fix/label-name-not-unique
insert labels only if name unique
2023-12-22 17:29:57 +08:00