c127edbf73
Remove margin as the container will handle this, try making an item active, use new icon
2022-08-11 17:32:34 +08:00
496e3d651d
Move the menu off the homefeedgrid into new library layout
2022-08-11 17:31:09 +08:00
1e2f965931
Merge branch 'main' of github.com:omnivore-app/omnivore into 1017
2022-08-10 19:46:14 +02:00
f0d4c6fd7f
Removing the commented out code because now the functionality is supported through the Menu for Big screens
2022-08-10 19:00:30 +02:00
42eba03de7
adding text color variable so that it works for both themes for menu
2022-08-10 18:59:01 +02:00
f3a5f82b64
Make sure the cancel button matches design
2022-08-10 16:46:56 +08:00
d4821d07e0
Use dark font on reset title because it should not be themed
2022-08-10 16:10:31 +08:00
4ba54222a8
Enable email login on web
2022-08-10 14:28:39 +08:00
fac0e78c3d
moved search bar and library to the top of menu, updated some more overriding styles
2022-08-08 16:16:19 +02:00
2416efadb2
Ask for confirmation when unsubscribing
2022-08-08 12:57:37 +08:00
3a513cd4c6
Updating menu with new dynamic items like labels and subscriptions, also updating the architecture
2022-08-05 16:28:03 +02:00
3d36309b7c
fixed the runtime error
2022-08-03 23:48:41 +02:00
82e7a956d3
tried css to change the background
2022-08-03 23:46:37 +02:00
80c8a7be6d
updating today URL that works
2022-08-03 23:06:46 +02:00
ed8677efaf
updated links for Today and updated stories
2022-08-03 21:27:17 +02:00
5f2bc1bc13
Added links to the Menu Items except Today
2022-08-03 19:24:13 +02:00
4e7010f7c1
stub in signup view and toggle when button tapped
2022-08-01 21:54:10 -07:00
1564b52535
Added Menu on the home page with static items
2022-08-01 03:21:29 +02:00
bf7f64de6c
Menu Component Start
2022-07-29 00:15:37 +02:00
95d866a120
Display the highlight delete confirmation outside the modal content
...
This fixes an issue where a long list of highlights wouldn't show
the confirmation modal properly if scrolled because the modal
would be in the scrolled content.
2022-07-28 12:18:25 -07:00
d5cc05e787
Merge pull request #1020 from omnivore-app/fix/email-login-pages
...
Add confirm email landing page
2022-07-26 21:16:56 -07:00
1666fbe4d5
Update auth components directory
2022-07-26 14:21:33 -07:00
dc268a2216
Handle resetting passwords
2022-07-26 12:33:56 -07:00
acd36fe9af
Move auth routes into /auth folder
2022-07-26 10:31:45 -07:00
a335bfacfc
Add verify email component, make email reset url match backend naming
2022-07-25 23:29:56 -07:00
77c32b13cf
Display toolbar on wide screens for PDFs
2022-07-25 21:35:10 -07:00
478ddbc875
Merge branch '895' of github.com:omnivore-app/omnivore into 895
2022-07-22 16:27:35 +02:00
3d2035a014
removing the border from the table on small screens
2022-07-22 16:26:31 +02:00
291bb59248
Add name attribiutes to email login form elements
2022-07-21 17:29:55 -07:00
735169bf41
Updated CSS to match how it was before
2022-07-21 22:31:19 +02:00
8874513e59
Some clean up around css
2022-07-21 13:03:44 +02:00
5c69fb50fb
Show the css attribute
2022-07-20 16:12:25 -07:00
1c1db00626
Example of how to style table components
2022-07-20 16:08:57 -07:00
fdd140485e
Rename table to imports dont fail
2022-07-20 15:58:19 -07:00
1852ec2a6b
Merge branch 'main' of github.com:omnivore-app/omnivore into 895
2022-07-20 23:36:01 +02:00
3e1ecaad76
Fixing z-index issue on modal
2022-07-20 23:35:32 +02:00
0eb447117c
Fix image-set syntax for the login page
2022-07-19 16:00:14 -07:00
290da8db19
Merge branch 'main' of github.com:omnivore-app/omnivore into 895
2022-07-19 23:52:06 +02:00
2e310f5414
Update login landing image, remove unused images
2022-07-19 14:42:29 -07:00
ba945b36a4
Deleting testing file for table and cleaning up commented code
2022-07-19 23:37:32 +02:00
5b6b9afd47
Refactor + commented out code
2022-07-19 23:29:52 +02:00
a4d9880975
Update landing page images, add some padding to bottom of page
2022-07-19 12:00:18 -07:00
4c1be4ac18
Disable links to email forms
2022-07-19 10:58:55 -07:00
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
a40d7703a7
Added New Responsive table and data
2022-07-15 22:43:59 +02: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