Commit Graph

243 Commits

Author SHA1 Message Date
584f30c525 Make buttons the same size as the add link button 2022-04-21 19:49:02 -07:00
a9b3123b1b Only display loading bar for first page of library items
Since we trigger a load automatically for infinite scroll this
prevents too much movement in the top bar
2022-04-21 19:43:09 -07:00
10dc8e2136 Fix typo in highlighted search 2022-04-21 14:27:57 -07:00
3f7546fb08 Dont display empty state while loading 2022-04-21 14:26:59 -07:00
88f936164b HTML escaping 2022-04-21 14:10:49 -07:00
510a95f393 Add topbar dependencies 2022-04-21 14:00:09 -07:00
f4f9311b39 Update saved search buttons 2022-04-21 13:59:53 -07:00
714628587a Add top bar loading indicator to the library 2022-04-21 13:51:20 -07:00
cefe326fba Add UI for empty state in the library 2022-04-21 13:43:31 -07:00
23883b1db5 Make search filters scrollable, dont wrap button text 2022-04-20 15:47:57 -07:00
119f44dd38 Fix calculating yesterdays date 2022-04-20 15:47:19 -07:00
24b622fffb Themed colours for the saved searches 2022-04-20 11:57:56 -07:00
21c6b1fe01 Dont break light gray buttons 2022-04-20 11:39:49 -07:00
758efc3845 Handle Inbox filter when not set 2022-04-20 11:36:04 -07:00
4030f8efc4 Initial implementation of saved searches (feature flagged) 2022-04-20 11:22:30 -07:00
92423eaa0d Disable keyboard navigation if a modal is open in the library 2022-04-20 09:33:25 -07:00
5187ad5113 Return focus to item after setting its labels 2022-04-20 08:58:51 -07:00
c99466c21e Merge pull request #451 from omnivore-app/fix/labels-on-library
Allow editing labels from the library view
2022-04-19 20:13:55 -07:00
ab869a79bd Mutate the labels on links when setting them so they are reflected in UI 2022-04-19 15:54:38 -07:00
5d88b054c8 Trigger a state change after updating labels 2022-04-19 15:36:12 -07:00
51d723f3fb Disable keyboard shorcuts when modals are open in the library 2022-04-19 14:58:04 -07:00
99cab91d40 Refresh labels on the article when edited in the library 2022-04-19 12:00:15 -07:00
0203347c4a Set tab index on the modals close button so it doesnt autofocus 2022-04-19 11:59:48 -07:00
1afa24d12a Keyboard shortcut for editing labels from the library 2022-04-19 11:41:29 -07:00
48e36c8635 Merge pull request #393 from omnivore-app/OMN-382
[Omn-382] - Updated landing page
2022-04-19 11:15:31 -07:00
73af8ada81 Allow editing labels from the library view 2022-04-19 11:10:36 -07:00
69cd3dfaa9 Hide unimplemented features from landing page 2022-04-18 15:29:32 -07:00
29d46090c4 Set text styles for login 2022-04-18 15:28:47 -07:00
8fe3034dbe Fix appstore link image and support email on landing page 2022-04-18 15:21:42 -07:00
c004f20ee7 More label padding tweaks 2022-04-14 21:38:48 -07:00
0db6bff308 label padding 2022-04-14 21:20:17 -07:00
0e50ef1b56 Tighten padding on label chips 2022-04-14 21:15:53 -07:00
d56e3147df Remove whitespace 2022-04-14 21:05:02 -07:00
944784f25a Use Button+router for label chips instead of next/link
This allows us to use preventDefault on click, which means labels
can be inside of grid cards, and clicking a label wont navigate
to the card's page.
2022-04-14 20:40:28 -07:00
958e67a1cb Use block display for label chips so they wrap to new lines on overflow 2022-04-14 20:21:58 -07:00
6cb78cca34 Re-enable labels on the grid cards 2022-04-14 20:10:27 -07:00
676704a854 Added 2x version of images, removed logo icons for socials 2022-04-14 23:30:31 +00:00
ecdbed4a5c Merge commit 'd33d383891c7b68ae5bc9e0f8922004af7556f44' into OMN-382 2022-04-14 23:29:30 +00:00
0842aba57c Always display the article actions toolbar on top for PDFs
Because we dont have margin space on PDFs we want to always
display this on top.
2022-04-14 15:56:10 -07:00
0715dafd4b Display the all highlights modal from PDFs via the article actions button 2022-04-14 15:56:10 -07:00
a5885fe16c Push props down for lineheight, margin width to keep in sync 2022-04-13 20:46:49 -07:00
c553b8317a Disable label chips on main grid to see if it is causing sizing issues 2022-04-13 16:19:39 -07:00
810401946e Use local storage for margins and line spacing since these are per-device preferences 2022-04-13 16:03:07 -07:00
da561ca58b Query for labels with library items. Display properly on the home feed 2022-04-13 13:38:36 -07:00
4e4dae89d7 Consistent naming on label controls
- Edit Labels: Edit all of a user's labels
- Set Labels: Set the labels assigned to a link
2022-04-13 10:52:00 -07:00
fe56c4a689 Add dropdown link to labels 2022-04-13 10:34:46 -07:00
18cbe4a856 Remove font stepper from dropdown 2022-04-13 10:28:33 -07:00
86d6d03fe0 Remove default button padding, on Safari this caused extra padding on dropdown triggers 2022-04-13 10:25:01 -07:00
049a5cf22f Close highlight modal on click/tap outside 2022-04-13 09:59:36 -07:00
8978ff68f7 Use standard box shadow on modals 2022-04-13 09:58:50 -07:00