Commit Graph

378 Commits

Author SHA1 Message Date
6310e5f83b update form 2024-03-13 15:55:34 +08:00
bdd89113c5 get value from database 2024-03-13 13:27:00 +08:00
c5cbe373e7 Web UI for notion integration 2024-03-12 22:38:44 +08:00
8a5f993f8d Allow toggling the fetch content type per feed 2024-03-05 18:03:24 +08:00
fb609cffa0 Add verify auth check to settings 2024-03-05 13:16:01 +08:00
a7f052a9af Add empty trash support to account page 2024-03-05 13:15:46 +08:00
9706fee07b New function to verify auth 2024-03-05 12:53:07 +08:00
cb6ef5f81c Fix the library select and mark read/unread shortcuts 2024-03-05 12:53:07 +08:00
409006ff2b Allow setting text as RTL in the reader 2024-03-04 13:55:50 +08:00
f3d5903d0c Temporarily disable ai summaries 2024-03-01 11:15:18 +08:00
6798a06d15 Fix style of the read now success toast 2024-02-29 18:41:52 +08:00
234b24ac4d Hover for TLDR buttons 2024-02-29 14:08:01 +08:00
0640233e8a Remove unused imports 2024-02-29 12:05:41 +08:00
e4fb01785b Add function for checking user flags 2024-02-29 10:12:10 +08:00
fa69f7b47b Convert url to string before fetching 2024-02-28 15:14:34 +08:00
c20d8e6b4d Add summaries, display accont features 2024-02-28 15:14:32 +08:00
0ed8623e65 Comment out the withLabel icon until its working better 2024-02-26 14:08:10 +08:00
6ad528d755 When highlights are deleted also delete their label buttons if they have one 2024-02-26 13:32:18 +08:00
33fa36710f Merge pull request #3568 from omnivore-app/feat/rules-delete-item-rule
Add a rule to delete items
2024-02-26 12:13:40 +08:00
90c049506d Add a rule to delete items 2024-02-23 14:42:10 +08:00
6543c9b017 Improve errors layout 2024-02-23 13:08:22 +08:00
ccbaf402bd Better handling of errors in the library 2024-02-23 13:08:20 +08:00
84fcbce94a Handle using system theme when toggling from the library 2024-02-22 17:22:44 +08:00
67fada0c40 Fix create hgihlight internal API call 2024-02-19 15:38:54 +08:00
620f778776 More work on shortcuts 2024-02-19 10:57:37 +08:00
398d816248 Start work on shortcuts 2024-02-16 15:45:38 +08:00
2aa7c1a7d4 Fix reader header offset, add labels icon to highlights 2024-02-16 15:34:39 +08:00
dd8f913cdd Warnings cleanup 2024-02-16 12:25:45 +08:00
e4be448792 Update imports 2024-02-16 11:56:26 +08:00
328625d713 Allow using system theme 2024-02-14 17:12:28 +08:00
1082b3fa9d Remove server sync for theme settings 2024-02-14 14:42:54 +08:00
c0e917848a Ensure window dimensions are set on load. Fixes bug where the inspector side panel was displayed full width on large screens 2024-02-14 14:11:51 +08:00
11463ba6f7 Colour clean ups 2024-02-08 15:01:40 +08:00
1a9924bedb Expose highlight on release to web 2024-02-07 15:22:42 +08:00
70513b5244 Add more information on the feeds page 2024-02-07 13:02:19 +08:00
ddf7d590fd Copy params so no extra params are sent 2024-02-01 09:59:42 +08:00
97efbe4487 Force read position writes when user explicitly sets it 2024-02-01 09:59:42 +08:00
7f59a23294 Dont pass library item id to backend when updating highlights
The native (iOS and Android) code needs this param but we
cant send it to the web.
2024-01-23 14:51:17 +08:00
4a08c1f195 Syncing improvements for highlight changes on android 2024-01-10 11:47:30 +08:00
cb48c755f1 Start creating a separate sync queue for android highlight changes 2024-01-08 22:27:48 +08:00
7eeed4db81 Revert change as it had some issue with hooks 2024-01-05 14:57:48 +08:00
09dd9a62e3 Run prettier on updated file 2024-01-05 14:38:48 +08:00
9ba272006d Merge pull request #3294 from cdev147/main
Improve keyboard shortcuts modal
2024-01-05 14:37:51 +08:00
68500a9602 Merge pull request #3282 from aaachen/highlight-bug-fix
Add documentation for highlight and fix bug
2024-01-05 14:26:37 +08:00
45add1643c small fix 2024-01-02 02:00:08 -05:00
45fdce7f16 merge main 2024-01-02 01:53:49 -05:00
b23ddcb6bc Add documentation for highlight and fix bug
Issue: https://github.com/omnivore-app/omnivore/issues/2996
2024-01-02 01:52:47 -05:00
fe9cf0fc89 Add debug page to web 2024-01-02 11:42:00 +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
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