Commit Graph

1307 Commits

Author SHA1 Message Date
c7bc590ae8 Fix breaking on author styles 2023-08-04 17:29:15 +08:00
58c2a80572 Dont open the upload modal unless a file is being dragged 2023-08-04 12:24:46 +08:00
c2ec9dbd0c Set the line height for titles on library cards 2023-08-04 12:05:57 +08:00
20baa57110 Some grid card positioning tweaks 2023-08-04 11:37:40 +08:00
5e6c34b923 Fix off by one in colour generation 2023-08-04 10:28:21 +08:00
68794bf184 Fix colors.length modulus 2023-08-04 10:22:08 +08:00
69a84278e5 Some debugging for color generation 2023-08-04 10:07:45 +08:00
f5323d10c3 Lower the zindex for progress bars so they are under headers when scrolled 2023-08-03 20:47:38 +08:00
712adeaff3 More grid tweaks 2023-08-03 18:56:51 +08:00
d8bd659404 Improve the spacing on library grid cards 2023-08-03 18:51:54 +08:00
21a86b27d2 Tweak some colours 2023-08-03 18:22:06 +08:00
dbd85d717f Improve spacing for new list view and header 2023-08-03 18:00:46 +08:00
e289e29b16 Fix multiselect header spacing on small screens 2023-08-03 17:38:07 +08:00
0b2e0878fc Update margins on the list view, better title line spacing 2023-08-03 17:05:36 +08:00
63e47a87ad Lower z-index for hover actions so they dont display over header 2023-08-03 16:51:54 +08:00
2037236748 Only display two lines of text on the grid cards 2023-08-03 15:22:40 +08:00
ff51d311e3 Remove unused import 2023-08-03 14:57:28 +08:00
4095cc7c1a Remove dead code 2023-08-03 14:56:07 +08:00
1ff80df421 Remove unused prop 2023-08-03 13:52:16 +08:00
40266422ab Fix imports 2023-08-03 13:36:13 +08:00
1feee4d7cf Add missing files 2023-08-03 13:27:21 +08:00
97f422cf3f Improve multiselect 2023-08-03 13:21:46 +08:00
ebbc14f841 Sort labels in the left menu alphabetically 2023-08-03 12:24:09 +08:00
ec1b14796a Make the reader color full width (remove margins) 2023-08-02 13:11:16 +08:00
26bfbedcb9 Show progress on grid, change separator for progress 2023-08-01 20:45:15 +08:00
ef840bd2a7 Show the progress on library grid cards 2023-08-01 20:39:49 +08:00
33dbb90c72 Improve loading of images on grid 2023-08-01 18:56:19 +08:00
d8c7970000 Hover action sizes 2023-08-01 17:44:21 +08:00
1adbe9a8cf Use title instead of TooltipWrapped 2023-08-01 17:27:58 +08:00
c3639eec5f Need to use class components for icons 2023-08-01 13:33:16 +08:00
c0dbbc3b86 Update icons 2023-08-01 12:31:12 +08:00
dde070f078 Better fallback images 2023-07-31 21:06:38 +08:00
58ac6381db Clean up positioning on mobile, hovercards on desktop 2023-07-31 19:16:16 +08:00
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