Commit Graph

310 Commits

Author SHA1 Message Date
0081fa6dfb Merge pull request #616 from omnivore-app/OMN-585
[Omn-585] - Onboarding Pages 1, 4, 5, and 6.
2022-05-23 14:05:24 -07:00
3c4e4d6f2e Merge pull request #623 from omnivore-app/OMN-617
[OMN-617] - Align AppStore button to right on small screens in MobileInstallComponent
2022-05-23 13:50:42 -07:00
2d5f36c61f Fix typo in var name 2022-05-23 13:41:32 -07:00
4dc5861b97 Go to home not login when onboarding is completed 2022-05-23 13:38:52 -07:00
408ba789a0 fixing diff 2022-05-23 19:40:15 +00:00
28a52b24f5 Remove unused learn more link, this is lowered to under the description text 2022-05-23 12:09:28 -07:00
c6fd8bcf4a Add some padding on appstore install button 2022-05-23 12:09:07 -07:00
06bffa5060 Added underline 2022-05-16 23:27:37 +00:00
3f8672a351 Fix layout of responsive image on the login page 2022-05-16 16:19:46 -07:00
db72f7c733 Made fixes to MobileInstallHelp component 2022-05-16 23:19:24 +00:00
ede60b21ee Fixed icon being cropped 2022-05-16 21:47:07 +00:00
5abfff4950 Merge commit 'b84bd77a52b8a08b658c38298a54bc6c47c01f8a' into OMN-617 2022-05-16 21:46:12 +00:00
4b3533c17d pass url and title to share call. update bundle.js in apple apps 2022-05-16 12:20:05 -07:00
51117290d7 add event listener for share event in webview 2022-05-16 12:10:03 -07:00
516f15940d Changed layout of icon on MobileInstallHelp for small screens and adding storybook story for it 2022-05-14 19:23:13 +00:00
5d868acc35 Allow the login background to expand past viewport height
On safari the right side image can expand past the viewport
height.
2022-05-13 11:37:06 -07:00
bf8a41af29 Make sure the header bar has a background in settings screens 2022-05-13 10:57:39 -07:00
7811e9e428 Improve the Lean More button on smaller screens 2022-05-12 16:33:29 -07:00
ad071ca677 Use the same colour on the download button regardless of usage
The download button is always yellow regardless of the usage
so the text should always be a contrasting black, not a themed
colour.
2022-05-12 13:34:25 -07:00
53d2fe3b1d Correct font colour on the login page 2022-05-12 12:02:54 -07:00
b4e66f33d2 Merge pull request #590 from omnivore-app/clean-domain-name
Remove www. from the siteName
2022-05-12 11:03:19 +08:00
412d7cebc6 Remove www in the hostname if exists 2022-05-12 10:32:35 +08:00
b4ec812f41 Use siteName in search result in web 2022-05-12 10:32:10 +08:00
9cb314feee Allow opening original URL from the card menu 2022-05-11 19:13:15 -07:00
37ce895d01 Revert change in web 2022-05-11 23:07:13 +08:00
b102e35465 Remove www. from the siteName 2022-05-11 22:25:38 +08:00
40eda0a6ca Merge pull request #533 from omnivore-app/OMN-506
OMN-506
2022-05-10 13:28:01 -07:00
4c7dce330c Merge pull request #537 from omnivore-app/OMN-434
[OMN-434]: cypress tests for saving links
2022-05-10 12:03:00 -07:00
af9888cc81 Use overflow hidden to clip google auth button to container 2022-05-09 13:14:31 -07:00
956371dd51 Clean up login page
Update margins on login layout

Add missing image from about page
2022-05-09 11:39:50 -07:00
068a14b2b5 Fixing build issue 2022-05-09 17:22:51 +00:00
c376c8d4b4 Created Page 03 of Onboarding 2022-05-09 17:12:09 +00:00
caeef23bc5 Merge commit '6675688361d457fe12adda8f33f17fb7a4528210' into OMN-506 2022-05-09 17:10:57 +00:00
aa95c3abe5 Merge pull request #556 from omnivore-app/fix/enable-saved-searches
Enable saved search buttons for all users
2022-05-06 08:20:35 -07:00
1bda035890 Make the highlight cards work a little better in list mode 2022-05-05 14:44:45 -07:00
b53dae36a0 Enable saved search buttons for all users 2022-05-05 11:17:00 -07:00
a488f4cfa6 Moved onboarding page 2 to it's on component and created a story for it and also onboardinglayout2 2022-05-04 20:49:50 +00:00
92026b6ab0 Merge commit 'a657da2b5f59a9de2a302590df5361e3954fb5df' into OMN-506 2022-05-04 20:48:38 +00:00
8a7389712b Pull scroll to highlight changes into this branch 2022-05-03 15:00:49 -07:00
c5549d72a6 Pull in link to highlight changes 2022-05-03 14:04:40 -07:00
5d42b65611 Remove unused import 2022-05-03 12:15:57 -07:00
5ea67a0bea Pull in new highlight cards 2022-05-03 12:09:32 -07:00
f68507c069 add sort by updated and recently read 2022-05-03 11:04:01 -07:00
b36e8a78d7 remove luxon dependency in web 2022-05-03 11:03:59 -07:00
5eff1c05bf add savedAt and publishedAt date range in search query 2022-05-03 11:03:39 -07:00
6061f2927b update web to call new search endpoint for pages 2022-05-03 11:02:41 -07:00
57e6bcac8e Added cypress tests for saving links 2022-05-03 17:46:52 +00:00
9003f40ef7 Created Page 02 of Onboarding 2022-05-03 17:24:47 +00:00
95b163a437 Prettier clean up 2022-05-02 20:58:05 -07:00
fedd92488b Merge pull request #491 from omnivore-app/OMN-423
[OMN-423] Updated share highlight modal
2022-05-02 15:28:02 -07:00