Commit Graph

1802 Commits

Author SHA1 Message Date
97d2da4b5c WIP: grid card design 2023-07-31 17:36:15 +08:00
3a0c1c7369 Merge pull request #2550 from omnivore-app/feat/web-library-uploader
Allow uploading via DnD on the library page
2023-07-31 15:09:29 +08:00
a1c51c330a Some validation when importing 2023-07-31 14:18:55 +08:00
d7e15a3b9d Merge pull request #2528 from omnivore-app/fix/ios-sizing-issues
Fix iOS 15 navbar issues and add dynamic type support
2023-07-28 17:48:57 +08:00
68d1ed864a Merge pull request #2560 from omnivore-app/fix/rss-filter
do not show archived rss items when clicking on the feed by adding in:inbox to the filter
2023-07-28 17:12:29 +08:00
1c970a54ce Fix typo in CSP 2023-07-28 14:57:02 +08:00
1621168377 do not show archived rss items when clicking on the feed by adding in:inbox to the filter 2023-07-28 14:52:15 +08:00
781e01c73c Fix rebase 2023-07-28 14:26:51 +08:00
fc6cca570e Add intercom recommended CSP items 2023-07-28 14:19:37 +08:00
8a5b20c023 Allow uploading via DnD on the library page 2023-07-28 12:53:28 +08:00
c8c367ec31 Add intercom to connect-src for Safari CSP 2023-07-28 12:51:50 +08:00
bccdbf1d40 Add missing static files 2023-07-28 12:24:56 +08:00
d81359e57a Remove unused icons 2023-07-28 09:37:51 +08:00
0ed08df1a7 Fix paths to static resources 2023-07-28 09:37:51 +08:00
7d821d1c42 Vendor the mathjax and highlightjs code to avoid CSP loading 2023-07-28 09:37:51 +08:00
89593263e7 fix: Set input type for AddLinkModal
The input type for the AddLinkModal was set to 'text' instead of 'url'.
This causes various frustrations when using the web app on mobile; for
example, autocorrect is applied to URLs that are manually typed.

https://developer.mozilla.org/en-US/docs/Learn/Forms/HTML5_input_types#url_field
2023-07-26 12:32:06 -07:00
2fa4288edb Merge pull request #2547 from omnivore-app/feat/web-remember-menu-state
Persist the viewAll states for left menu items
2023-07-26 15:13:50 +08:00
a94b5814ea Merge pull request #2546 from omnivore-app/fix/web-pdf-deep-links-from-library
Fix deep links to PDF highlights
2023-07-26 12:56:50 +08:00
8ea5539512 Fix typo on viewAll type 2023-07-26 12:52:10 +08:00
49969b6c42 Persist the viewAll states for left menu items 2023-07-26 12:41:20 +08:00
0a227decdd Merge pull request #2515 from omnivore-app/fix/push-notification
fix/push notification
2023-07-26 12:36:13 +08:00
a14560cb9a Set initial page based on highlight deep link if possible 2023-07-26 12:11:16 +08:00
b276dbf51c Fix deep links to PDF highlights from the library 2023-07-26 11:10:26 +08:00
28bd4578d2 Better handle subscriptions returning null or empty 2023-07-26 09:40:43 +08:00
73a3cb3908 Control article margins on small viewports 2023-07-25 19:29:33 -03:00
cd2e35e02f Make sure focused highlight is reset when there is new selection data 2023-07-25 15:47:04 +08:00
fc286533c8 Fix issue where notes annotations were not created correctly on iOS 2023-07-24 21:03:01 +08:00
fa1ff9ba17 Upgrade node to 18.16 2023-07-24 15:55:11 +08:00
0a5ffb0538 Merge pull request #2522 from omnivore-app/fix/pocket-importer-timeout
limit 20k articles per pocket import
2023-07-24 15:34:22 +08:00
98c5fb21a5 Merge pull request #2518 from MagsMagnoli/fix/email-input-type
Update email inputs to type email
2023-07-24 12:42:32 +08:00
570dc0f78a Fix line-height when sub/sup is present 2023-07-23 21:24:06 +02:00
0d3b742837 limit 20k articles per pocket import 2023-07-21 18:03:57 +08:00
e0a6a2e0a4 limit number of rss subscriptions to 20 2023-07-21 15:28:20 +08:00
65dccf5d85 update input types to email 2023-07-20 10:15:24 -04:00
9a224d2324 add event_types and fix the validation of form on rules page 2023-07-20 18:33:30 +08:00
ba639db31f revert push notification on rules page 2023-07-20 17:29:26 +08:00
2bf70c3659 validate feed url before subscribing 2023-07-20 14:43:25 +08:00
d572a9e3e4 add detailed error message for adding feed 2023-07-20 14:10:12 +08:00
06087c8578 show detailed error message in toast 2023-07-20 13:56:41 +08:00
40f681db2e format last fetched at as date + time 2023-07-20 13:41:12 +08:00
7ceb96a93e fix edit rss ui 2023-07-20 13:35:43 +08:00
6ef74a2601 disable import button while importer is running 2023-07-20 09:52:23 +08:00
eee3238bcb add edit rss feed name to the web ui 2023-07-19 18:45:48 +08:00
9a42f4630e add description on the table row 2023-07-19 15:45:54 +08:00
2fe1aa1b02 clicking on the rss feed will show all the feed items 2023-07-19 15:29:41 +08:00
89ee3675b9 Merge pull request #2497 from omnivore-app/feature/library
make library an internal label
2023-07-18 15:40:18 +08:00
97242b19c5 Merge pull request #2499 from omnivore-app/feat/web-menu-hover
Set title on left menu items so hover displays full text
2023-07-18 12:21:19 +08:00
cd5a9960cd Merge pull request #2471 from omnivore-app/feat/ios-tab-view
Multi tab iOS client
2023-07-18 12:12:53 +08:00
52d4bf0cc9 Set title on left menu items so hover displays full text 2023-07-18 10:49:28 +08:00
76c77fd9f9 update "read later" filter 2023-07-17 20:32:27 +08:00