Commit graph

333 commits

Author SHA1 Message Date
Hongbo Wu
f18542f865
Merge pull request #728 from omnivore-app/webhook-ui
Create webhook settings ui
2022-06-03 17:14:54 +08:00
Hongbo Wu
5177b30f85 Add default event_type options 2022-06-03 16:51:16 +08:00
Hongbo Wu
f7c46e676f Set values in checkboxes 2022-06-03 16:41:26 +08:00
Hongbo Wu
96e67a1ddd Add checkout box input 2022-06-03 16:23:05 +08:00
Hongbo Wu
32a45676e3 Update modal form style 2022-06-03 10:42:00 +08:00
Hongbo Wu
ba3316f621 Update modal headline padding 2022-06-02 22:02:50 +08:00
Hongbo Wu
0353930ca3 Update Table CSS 2022-06-02 21:55:37 +08:00
Hongbo Wu
fdccc3e701 Make inputs as state 2022-06-02 21:34:17 +08:00
Hongbo Wu
4beec020cb Replace onUpdate with onEdit callback 2022-06-02 18:42:19 +08:00
Hongbo Wu
f5780bd4e6 Use Record type in rows in TableProps 2022-06-02 18:41:54 +08:00
Hongbo Wu
35b4e07d16 Use Record type in rows in TableProps 2022-06-02 18:41:26 +08:00
Hongbo Wu
56f28bcd14 Replace FormInput with input component 2022-06-02 18:40:26 +08:00
Hongbo Wu
29797829b4 Add enabled input field in form 2022-06-02 12:32:13 +08:00
Hongbo Wu
353aa6256f Update FormModal style 2022-06-02 11:03:38 +08:00
Hongbo Wu
36c5a548d1 Update Table's edit & delete button style 2022-06-02 10:59:05 +08:00
Satindar Dhillon
1f0c48fdfa add web listeners for margin and line spacing changes on ios 2022-06-01 14:52:38 -07:00
Hongbo Wu
7c926f4ae4 Add webhook adding modal 2022-06-01 22:28:46 +08:00
Hongbo Wu
56c4f5f2de Add formModal 2022-06-01 22:04:58 +08:00
Hongbo Wu
48bd56be82 Update Table component to read rows as a map 2022-06-01 18:43:03 +08:00
Jackson Harper
2d518d327d Add description for known newsletters, update icon set 2022-05-23 21:54:15 -07:00
Jackson Harper
370a3fc4c0 Rework onboarding code so its a little easier to control paths 2022-05-23 15:08:13 -07:00
Jackson Harper
a7e67b4bea Rename OnboardingLayout2 to OnboardingLayout, dont use default export 2022-05-23 14:24:09 -07:00
Jackson Harper
e43700e159 Rename OnboardingLayout to ProfileLayout since its only used in the profile 2022-05-23 14:17:13 -07:00
Jackson Harper
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
Jackson Harper
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
Jackson Harper
2d5f36c61f Fix typo in var name 2022-05-23 13:41:32 -07:00
Jackson Harper
4dc5861b97 Go to home not login when onboarding is completed 2022-05-23 13:38:52 -07:00
gitstart-omnivore
408ba789a0 fixing diff 2022-05-23 19:40:15 +00:00
Jackson Harper
28a52b24f5 Remove unused learn more link, this is lowered to under the description text 2022-05-23 12:09:28 -07:00
Jackson Harper
c6fd8bcf4a Add some padding on appstore install button 2022-05-23 12:09:07 -07:00
gitstart-omnivore
06bffa5060 Added underline 2022-05-16 23:27:37 +00:00
Jackson Harper
3f8672a351 Fix layout of responsive image on the login page 2022-05-16 16:19:46 -07:00
gitstart-omnivore
db72f7c733 Made fixes to MobileInstallHelp component 2022-05-16 23:19:24 +00:00
gitstart-omnivore
ede60b21ee Fixed icon being cropped 2022-05-16 21:47:07 +00:00
gitstart-omnivore
5abfff4950 Merge commit 'b84bd77a52b8a08b658c38298a54bc6c47c01f8a' into OMN-617 2022-05-16 21:46:12 +00:00
Satindar Dhillon
4b3533c17d pass url and title to share call. update bundle.js in apple apps 2022-05-16 12:20:05 -07:00
Satindar Dhillon
51117290d7 add event listener for share event in webview 2022-05-16 12:10:03 -07:00
gitstart-omnivore
516f15940d Changed layout of icon on MobileInstallHelp for small screens and adding storybook story for it 2022-05-14 19:23:13 +00:00
Jackson Harper
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
Jackson Harper
bf8a41af29 Make sure the header bar has a background in settings screens 2022-05-13 10:57:39 -07:00
Jackson Harper
7811e9e428 Improve the Lean More button on smaller screens 2022-05-12 16:33:29 -07:00
Jackson Harper
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
Jackson Harper
53d2fe3b1d Correct font colour on the login page 2022-05-12 12:02:54 -07:00
Hongbo Wu
b4e66f33d2
Merge pull request #590 from omnivore-app/clean-domain-name
Remove www. from the siteName
2022-05-12 11:03:19 +08:00
Hongbo Wu
412d7cebc6 Remove www in the hostname if exists 2022-05-12 10:32:35 +08:00
Hongbo Wu
b4ec812f41 Use siteName in search result in web 2022-05-12 10:32:10 +08:00
Jackson Harper
9cb314feee Allow opening original URL from the card menu 2022-05-11 19:13:15 -07:00
Hongbo Wu
37ce895d01 Revert change in web 2022-05-11 23:07:13 +08:00
Hongbo Wu
b102e35465 Remove www. from the siteName 2022-05-11 22:25:38 +08:00
Jackson Harper
40eda0a6ca
Merge pull request #533 from omnivore-app/OMN-506
OMN-506
2022-05-10 13:28:01 -07:00