Commit Graph

1274 Commits

Author SHA1 Message Date
296050feea Font and text style 2023-07-31 17:46:26 +08:00
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
8a5b20c023 Allow uploading via DnD on the library page 2023-07-28 12:53:28 +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
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
65dccf5d85 update input types to email 2023-07-20 10:15:24 -04:00
eee3238bcb add edit rss feed name to the web ui 2023-07-19 18:45:48 +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
f9aac2e894 Merge pull request #2483 from omnivore-app/fix/web-advanced-search-link
Open search docs in new tab, use docs.omnivore.app
2023-07-14 18:45:02 +08:00
f53c3bf795 Add noreferred 2023-07-13 18:54:35 +08:00
df58198161 set locale in saveUrl api request on web 2023-07-13 16:00:49 +08:00
b56598c20b fix: wrong timezone used when saving item with adding link on web 2023-07-13 15:16:35 +08:00
d38c9e9867 Open search docs in new tab, use docs.omnivore.app 2023-07-12 17:54:19 +08:00
31038f61ab Fix label layout, add progress indicators on feature cards 2023-07-12 14:06:43 +08:00
dacb4ee354 Label formatting across devices match better 2023-07-12 12:35:09 +08:00
4cb05acfe0 Merge pull request #2459 from 340rahul/fix_1993_signup_form
#1993, #1968 - Make sign up form fields required
2023-07-06 15:22:24 -07:00
9a92fc6870 fix:
* published/saved date not editable on web
* these two dates are not fully shown
2023-07-04 18:58:21 +08:00
2a1c286961 #1993, #1968 - make sign up form fields required 2023-07-04 00:24:26 +05:30
b06f762ef4 Merge pull request #2453 from omnivore-app/fix/web-logo-header
Show logo on medium devices
2023-06-30 21:44:53 -07:00
faf6fdb8a0 Show logo on medium devices 2023-06-30 21:08:43 -07:00
1981f5c3cc Still show display settings button on very small screens 2023-06-30 12:08:28 -07:00
8cd541f665 Improve the header on very small screens 2023-06-30 11:39:05 -07:00
b56513d28b Remove display inline on highlight view markdown blocks
This fixes the formatting of lists in highlight views.
2023-06-30 09:14:41 -07:00
255ba408f6 Fix reader header on very narrow screens like the Samsung Fold 2023-06-30 09:08:01 -07:00
c1448d510d Make sure articleId is updated when setting labels 2023-06-29 15:32:11 -07:00
f10e1f667b Close notebook on escape 2023-06-29 14:37:13 -07:00
873f24c125 Styling on highlight views 2023-06-28 21:03:07 +08:00
d511d43593 Handle all whitespace nodes when creating highlights, improve highlight view styling 2023-06-28 15:42:31 +08:00
58d006c9fa Remove unused files 2023-06-28 10:19:54 +08:00
c97026924f Merge pull request #2431 from omnivore-app/feat/web-notebook-backgrounds
Fix background colours on the notebooks
2023-06-27 19:33:38 +08:00
c055e3fe4b Fix background colours on the notebooks 2023-06-27 18:50:55 +08:00