Commit Graph

191 Commits

Author SHA1 Message Date
b254141e08 Add small library menu header button 2023-03-02 17:46:54 +08:00
ac7b179e79 Add LogoBox 2023-03-02 13:32:23 +08:00
aa2e20d9c0 Edit title and description modal 2023-03-02 12:59:31 +08:00
a95477ab0e Track menu state so we dont hide buttons when they open 2023-03-01 23:29:33 +08:00
1f5f0db779 Stop propogation on dropdown items so they can be overlaid on other items 2023-03-01 21:11:06 +08:00
00286244ce Label sizing tweaks 2023-03-01 11:18:26 +08:00
b091ff830f Improve handling of labels 2023-03-01 10:56:00 +08:00
0b33f63680 Some sizing tweaks for larger screens 2023-03-01 10:42:56 +08:00
1e38837f52 Add reader images 2023-02-28 18:22:28 +08:00
a2583ad5a8 Update reader settings control 2023-02-28 18:01:57 +08:00
28ed8a5612 Make the FullLogo a link to the library 2023-02-27 12:06:04 +08:00
6dd6bbe297 Update the avatar to the latest design 2023-02-27 11:51:46 +08:00
9d6a28cc74 More warnings clean up 2023-02-27 10:34:12 +08:00
65441ae06d Remove some unused code 2023-02-27 09:49:49 +08:00
5237c35a81 More work on the new design 2023-02-24 19:26:32 +08:00
4dfee8d7f7 Fix SVG imports 2023-02-24 15:12:05 +08:00
ea734db683 Update the library layout to be closer to the design spec 2023-02-24 14:54:37 +08:00
9391092a52 Update landing page layout and graphics 2023-01-24 18:03:30 +08:00
25fffa5e14 Set width and height on infolink so its positioned correctly 2023-01-18 19:42:55 +08:00
d08763c126 Fix default values when creating API keys, sort keys by createdAt 2023-01-18 18:46:03 +08:00
30155f1321 Empty rows for table settings, formatting fixes, less differences between mobile web and desktop 2023-01-17 17:45:21 +08:00
f674bb34aa Style tweaks for the emails list 2023-01-16 21:57:34 +08:00
76ea354084 Update browser icons from install page 2022-12-21 16:52:55 +08:00
e8cd9f4412 Shared highlights UX 2022-12-19 17:07:27 +08:00
55e925cc98 Clean up iOS recommendations, show a primer on first load 2022-12-19 17:07:27 +08:00
e86276e1de Add festive logo file 2022-12-14 12:56:54 +08:00
e9757e3391 Clean up login and invite page UI 2022-12-08 12:05:44 +08:00
16654bafef Refactor the SetLabels components to allow them to take a highlight or article 2022-12-02 15:30:27 +08:00
a4a32dec2b Make the web notebook UI better match the iOS UI 2022-12-01 18:26:35 +08:00
8ff154e2f4 Squarer label chips on web 2022-11-29 15:27:54 +08:00
d6393c5855 Style tweaks on delete confirmation view 2022-11-24 15:55:54 +08:00
6a918bd074 Show the being deleted item in the confirmation modal 2022-11-24 14:56:44 +08:00
5bc3dec953 Fixed all the layouts and cleaned up CSS for grid 2022-10-06 12:45:43 -05:00
155cbcf2ec Merge pull request #1233 from omnivore-app/feat/compact-listview
Feat/compact listview
2022-09-27 08:06:33 -05:00
efcfc1afdb Compact list view completion 2022-09-26 13:57:18 -05:00
b423f40f59 Remove left side arrow menus as these screw up the article action menus 2022-09-26 16:18:33 +08:00
9fe879e141 Fix custom colour padding on labels dropdown, fix cancel button style 2022-09-26 15:47:36 +08:00
47b8299625 Only use button active item focus in modal buttons
This is useful for keyboard tabbing but we don't want it on
all items as it creates a weird effect.

Fixes: https://github.com/omnivore-app/omnivore/issues/1197
2022-09-19 10:47:39 +08:00
7673814fd3 Add a delete page article action, add keyboard ctrls for confirm dialogs 2022-08-22 15:53:22 +08:00
3b0bbeb760 Dont have a maxwidth on colours dropdown, it needs a little more space with our new fonts 2022-08-18 12:37:37 +08:00
f6cdfaf8c9 Use bold on the new library headline font 2022-08-18 11:51:29 +08:00
a7f7f80c90 Fix the style for cancel buttons on non-login pages 2022-08-17 14:21:57 +08:00
b6d58d15be Make the library layout toggles into buttons 2022-08-15 12:13:25 +08:00
7a8516eb6b SVG attribute naming cleanup 2022-08-12 11:51:20 +08:00
695a9ce649 Add page with new library layout 2022-08-11 17:36:09 +08:00
858448e0d4 Update style for new library, display progress bar backgrounds 2022-08-11 17:34:44 +08:00
4f19d9f5ec Add new text style 2022-08-11 17:34:14 +08:00
f3a5f82b64 Make sure the cancel button matches design 2022-08-10 16:46:56 +08:00
4ba54222a8 Enable email login on web 2022-08-10 14:28:39 +08: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