Commit Graph

2054 Commits

Author SHA1 Message Date
cf2a6b552a Merge pull request #2861 from omnivore-app/fix/edit-info
fix saved and published date not fully shown in the edit form input
2023-10-05 12:56:00 +08:00
1e0ed04d5f Merge pull request #2833 from omnivore-app/feat/web-delete-account-link
Add link to delete account page
2023-10-05 12:55:40 +08:00
a9c6148d1e Merge pull request #2854 from omnivore-app/fix/web-upgrade-radix
Upgrade a few bits of radix to fix some focus issues preventing keyboard controls from working
2023-10-05 12:39:19 +08:00
0a3700d853 Clean up delete account button 2023-10-05 12:34:52 +08:00
e389856a44 Add link to delete account page 2023-10-05 12:14:41 +08:00
ad457478b5 fix saved and published date not fully shown in the edit form input 2023-10-05 11:49:49 +08:00
44a4ec5360 Fight with imports a bit 2023-10-04 18:04:58 +08:00
218dd767fc Better handling of the escape key on the edit items modal 2023-10-04 17:18:26 +08:00
05bcb80dee Fix imports 2023-10-04 16:49:30 +08:00
fbae77d3c6 Stop propogation of escape event to prevent going back from the reader 2023-10-04 16:49:21 +08:00
34f48e255f Fix trigger import 2023-10-04 16:18:50 +08:00
70dc051eac Upgrade a few bits of radix to fix some focus issues preventing keyboard controls from working 2023-10-04 16:04:35 +08:00
c41363b51c Merge pull request #2831 from omnivore-app/feature/convert-to-email-api
Update Email Feature
2023-10-04 14:30:35 +08:00
102fffc239 Merge pull request #2822 from Podginator/bug-fix/fix-editing-mobile
[Bug-Fix] Fix Editing Saved-Searches on Mobile View
2023-10-04 12:47:17 +08:00
b5b661316b Add a confirmation when switching from social to email based login 2023-10-04 12:24:53 +08:00
21507dd334 Handle errorCodes response when updating email 2023-10-04 12:10:23 +08:00
a37f26374b Merge pull request #2848 from Cito/fix-import-firefox-on-win
Fix import with Firefox on Windows (#2750)
2023-10-04 11:16:32 +08:00
21e340c2a6 Fix import with Firefox on Windows 2023-10-03 16:39:31 +02:00
033e337f78 Add the IBM Plex Sans font to the web 2023-10-03 20:46:30 +08:00
ee50529f95 add update email form on account page 2023-10-02 22:21:50 +08:00
4953a4d356 Merge pull request #2828 from omnivore-app/fix/web-title-typo
Fix title tooltip for the reader display settings
2023-10-02 15:00:18 +08:00
334718292f Fic title tooltip for the reader display settings 2023-10-02 14:53:14 +08:00
ef8a75f681 Set the tab index on the RSS forms view 2023-10-02 13:13:02 +08:00
c9aea5248e Make the feeds UI a bit more consistent with the rest of settings 2023-10-02 13:07:51 +08:00
a99aa059c9 Add the contribute button to the left menu 2023-10-02 12:57:25 +08:00
87bb2cc4bc Merge pull request #2819 from omnivore-app/feat/web-account-limits-ux
Account limits UX test
2023-10-02 12:39:06 +08:00
c0b3b83726 Comment out account size UX 2023-10-02 11:59:20 +08:00
6d9f8293df Improve settings layout when sections are empty, better display settings for PDFs 2023-10-02 11:58:18 +08:00
73cfc3a43b Account limits UX test 2023-09-30 14:22:11 +08:00
817a894d64 Fix styling of accounts without altering the default form controls 2023-09-30 14:20:03 +08:00
66ae24329c Merge pull request #2814 from omnivore-app/feat/extension-create-labels
Allow creating labels from the extension
2023-09-30 14:07:04 +08:00
4bda74db3f Merge pull request #2812 from omnivore-app/fix/web-service-worker-cache
Dont use the service worker cache as it interferes with the content security policy
2023-09-30 14:06:49 +08:00
a10c451010 Linting clean up 2023-09-30 13:14:01 +08:00
10e768ace0 Remove debug 2023-09-30 12:54:10 +08:00
34e9ed16b5 Add settings menu 2023-09-30 12:51:15 +08:00
44e85ea295 Merge 2023-09-30 12:48:57 +08:00
a3beb48237 fix: showing unarchive as the tooltip when the item is in library and vice versa 2023-09-28 21:50:39 +08:00
bc2c46d3d1 Fix request 2023-09-28 16:09:43 +08:00
d120a6aa3d Dont use the service worker cache as it interferes with the content security policy
If we use this, then the CSP can't set security policies as
granularly, as almost everything will go through connect-src,
like every time we get a fallback image it would go through
fetch and connect-src would have to allow all https.
2023-09-28 15:11:21 +08:00
12a9973935 Dont show an overlay when editing display settings 2023-09-27 17:40:42 +08:00
b5caff2a12 Fix link 2023-09-25 09:13:49 +02:00
02291e4e55 Merge pull request #2797 from omnivore-app/fix/web-searches-error-handling
Handle saved searches failing to load
2023-09-25 14:12:56 +08:00
0ae0d0daf5 Merge pull request #2792 from omnivore-app/fix/web-trim-rss-url
Trim RSS URLs before validating them to remove whitespace
2023-09-25 14:12:37 +08:00
60c4a9c20a Handle saved searches failing to load 2023-09-25 13:36:32 +08:00
50d8b68683 Prettier Run 2023-09-24 20:48:12 +02:00
d34403c20d Fix Editing Saved-Searches on Mobile View 2023-09-24 20:43:45 +02:00
b4fa5df21f Trim RSS URLs before validating 2023-09-22 18:59:36 +08:00
21244a394d Move debug directory to not interfere with usernames 2023-09-22 17:56:25 +08:00
c5359c930b Use original url for article redirect after saving 2023-09-22 17:25:47 +08:00
eeb30c9ff0 Remove debug lines 2023-09-22 17:20:30 +08:00