Commit Graph

682 Commits

Author SHA1 Message Date
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
2416efadb2 Ask for confirmation when unsubscribing 2022-08-08 12:57:37 +08:00
4e7010f7c1 stub in signup view and toggle when button tapped 2022-08-01 21:54:10 -07:00
1c4bc362ee Use a more muted colour for the PWA splash screen
PWA's cant respect light/dark mode yet, so use a muted colour
so we don't have the bold white for people in dark mode.
2022-07-28 16:03:57 -07: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
b7190647ca Consistent UI on the confirm email page 2022-07-26 17:23:05 -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
2d9f4a0194 Redirect to the verify-email informational page after sign up 2022-07-25 23:09:01 -07:00
20dad1bd3f Use form to submit so we redirect to sso endpoint correctly 2022-07-25 22:58:59 -07:00
cf5c7d98b9 Add confirm email landing page 2022-07-25 21:46:27 -07:00
77c32b13cf Display toolbar on wide screens for PDFs 2022-07-25 21:35:10 -07:00
f0c75d4d56 Merge pull request #1016 from omnivore-app/chore/apple-web-credential
Apple App Association: Webcredentials
2022-07-25 17:09:35 -07:00
09f9f19182 add webcredentials to apple site assoc file 2022-07-25 15:35:26 -07:00
1b1a783036 Add web page to delete accounts 2022-07-25 12:38:59 -07:00
7ee6622997 load intercom on /support page 2022-07-25 11:38:24 -07:00
02156c73be Reduce command bar priority on theme items so they display at the bottom 2022-07-22 11:09:24 -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
8182f02bb5 Use landing page in about path 2022-07-15 11:18:36 -07:00
945951b092 Update the docs for the highlight keyboard shortcuts 2022-07-14 20:37:36 -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