Commit Graph

430 Commits

Author SHA1 Message Date
41f3efb5cd Proper escaping for apostrophe 2022-07-19 10:31:20 -07:00
22c1f6f7b4 Implement UI for email login and registration 2022-07-18 20:43:41 -07:00
55338c5576 Put the Add Note form in a form element so submit works 2022-07-14 17:44:37 -07:00
c4901a1eaf Use dispatch events on article actions
This allows the kbar to be created with no external dependencies
so there is no flicker when a dependency like the article is
loaded.
2022-07-14 14:43:27 -07:00
9c37967abe Set a z-index on the omnivore name logo element
When the OmnivoreNameLogo is a floating element we need to
set a z-index on it to ensure that it is above the left
article action menu items.

This fixes issues where the name logo might not be clickable on
wider screens.
2022-07-14 11:10:50 -07:00
6f5e49ece7 fix some typeahead search on siteName not working by adding siteName to the keywords list in kbar 2022-07-14 11:27:10 +08:00
40d449f4cc Merge pull request #953 from omnivore-app/fix/floating-header-menu
Use fixed positioning on floating primary header
2022-07-13 10:46:51 -07:00
3c764776ef Merge pull request #928 from omnivore-app/901
Increase luminous for labels
2022-07-13 05:52:37 +00:00
ab687ca832 Merge pull request #951 from omnivore-app/feature/typeahead-search
feature/typeahead search
2022-07-13 11:53:32 +08:00
b58cdc8a55 reducing lighting 2022-07-13 00:19:02 +00:00
31d133fdf0 updating border color to match label text color 2022-07-12 23:07:12 +00:00
7781d09623 Updated luminance condition for dark theme 2022-07-12 22:42:39 +00:00
ef31cb7199 Added code to lighten up the labels in dark mode 2022-07-12 21:52:51 +00:00
2d67b90904 Use fixed positioning on floating primary header 2022-07-12 11:59:02 -07:00
b1e40b2da4 Fix consistency of font styles in dropdown menus 2022-07-12 10:44:46 -07:00
91bb08ea5f Use typeahead search 2022-07-12 10:36:09 -07:00
ecde719b64 Merge pull request #807 from omnivore-app/OMN-715
[OMN-715]: Add a command pallet to the web
2022-07-12 09:29:34 -07:00
0f745fdc8d Remove duplicate color 2022-07-11 19:55:53 -07:00
6471e67fa8 Use update colour name 2022-07-11 19:44:43 -07:00
aba2e7892e Update the all highlights modal 2022-07-11 19:40:00 -07:00
156c4cf2cf Update design on Add Link, and notes modals 2022-07-11 19:25:25 -07:00
9e3b192506 Clean up the design of FormModals 2022-07-11 18:15:14 -07:00
667db742a0 Re-enable the API keys in the dropdown menu 2022-07-11 16:20:35 -07:00
1965146e9f Clean up highlight bar trash icon 2022-07-11 16:01:36 -07:00
ff6fcd15c4 Reduce rerenders of the kbar items 2022-07-11 15:47:42 -07:00
6cffbc23c7 reset - file 2022-07-11 22:43:15 +00:00
9541e0c32e updated Labels for different themes 2022-07-11 21:20:57 +00:00
bde765c524 Cast unactive actions to correct type now that its an empty list 2022-07-11 14:09:24 -07:00
4e27ec97f9 Use kbar for highlighting shortcuts, cleanup options 2022-07-11 13:14:14 -07:00
552d76a929 Added search support for kbar in this PR. 2022-07-11 13:14:12 -07:00
27ed89b375 Resetting some files + leveraging library - color2k 2022-07-10 16:10:03 +00:00
215d9cfc36 Fix the utility text color in menus, make theme switcher smaller 2022-07-09 17:08:49 -07:00
56245619cf Remove unused attribute 2022-07-08 19:31:43 -07:00
6dc707cc92 Improve the outlines on dropdown arrows 2022-07-08 19:27:53 -07:00
f60876830c Clean up menus based on latest design
Mostly removing separators, improving shadows, tweaking font.

First pass at these updates:

https://www.figma.com/file/ILgs6aXrPfukXOMf5Yibra/Omnivore---Deliverables?node-id=3386%3A82865
2022-07-08 15:20:55 -07:00
33c204aff8 Cleaning up imports 2022-07-06 14:02:16 +00:00
a7eb8b0c39 cleaned up code 2022-07-06 12:54:17 +00:00
12983cc0cb Increase luminous for labels 2022-07-06 01:46:30 +00:00
a959c4beb0 Better dropdown name 2022-07-01 17:29:43 -07:00
0752191138 Enable API in the dropdown 2022-07-01 17:29:08 -07:00
d2522420b1 We dont need to sync layout 2022-06-24 09:48:58 -07:00
004a6a25ab We still need to call useGetUserPreferences to get the users theme 2022-06-24 09:48:46 -07:00
a6455d8359 We dont need to wait for preferences data to load before showing the grid selector now 2022-06-24 09:38:32 -07:00
df17496c69 Use persisted state instead of preferences data for library layout
These visual settings should be per device not set in preferences
having them in preferences requires an API call and will make
them flicker when loaded.
2022-06-24 09:15:35 -07:00
8e59764f02 Merge pull request #874 from omnivore-app/updated-highlight-bar
updated highlight bar
2022-06-23 20:06:32 -07:00
da6103b444 Fix issues with merging highlights
highlightLocations can't be a prop or they wont be updated
properly when highlights are created and merged.

This fixes issues with merging highlights. It changes how we
scroll to an initial highlight in the case of deep links too.
2022-06-23 16:09:28 -07:00
f9932c6777 Merge branch 'main' of github.com:omnivore-app/omnivore into issue-835 2022-06-23 11:50:59 -07:00
3761893aa3 fixed icon and text position to be centered inside highlight bar 2022-06-23 09:48:16 -07:00
45a6aae10c Set the body background colour to grayBase
This is needed because the background divs dont display full
view anymore.
2022-06-23 00:59:28 -07:00
560853fb1d Issue-835-Part-1 2022-06-22 12:36:06 -07:00