Commit Graph

133 Commits

Author SHA1 Message Date
09328edfe5 Updated library cards 2023-02-24 10:09:24 +08:00
5d9aa8cb6b Add documentation link to main dropdown menu 2023-01-27 12:17:27 +08:00
5a5d0a5054 Use never as default expiration, fix key= prop 2023-01-18 18:16:30 +08:00
4e2197331c Fix default expiration to match form 2023-01-18 18:01:34 +08:00
6eb019cc76 Use webBaseURL to make twitter image url absolute 2023-01-16 16:03:17 +08:00
a409935da3 Fix concat of test image url 2023-01-16 15:14:07 +08:00
e04ad1568b Test making twitter image url absolute 2023-01-16 15:05:53 +08:00
9034a75151 Add twitter image data handlers 2023-01-16 14:27:53 +08:00
a15af3f514 Different sizing for highlight bar if displaying the extra image 2022-12-21 12:55:08 +08:00
f13fc9c35a Only save labels from the modal when the user finishes selection
This prevents creating issues by calling the setlabels mutation
too frequently if a user is rapidly changing labels, if that
happens a failure in the API could cause the user's changes
to be overwritten.
2022-12-21 12:29:34 +08:00
300969cc47 Display label chips on the highlights view 2022-12-02 13:39:23 +08:00
5ab647c629 Increase the z-index on the confirmation dialog so it can be displayed over modals 2022-12-02 12:32:14 +08:00
f2d8d48e41 Tweak the highlights view padding, handle empty string annotations 2022-12-01 18:57:59 +08:00
a4a32dec2b Make the web notebook UI better match the iOS UI 2022-12-01 18:26:35 +08:00
53c9881fe0 Allow setting highlight labels by clicking a highlight 2022-11-29 11:58:32 +08:00
9fde7c98a4 Handle invalid URLs in the shouldHideUrl check 2022-11-25 16:17:32 +08:00
87fa9611ec Add web UI for editing bylines 2022-11-25 11:16:20 +08:00
6a918bd074 Show the being deleted item in the confirmation modal 2022-11-24 14:56:44 +08:00
89d4259a8e Hide google storage URLs and stub URLs on library cards 2022-11-22 12:33:15 +08:00
97fb36bc3c Merge pull request #1396 from omnivore-app/feat/ultra-voices
iOS work on realistic voices
2022-11-15 08:54:59 +08:00
f3f1a9deff Enable the integrations page on the dropdown menu 2022-11-14 17:11:41 +08:00
fa99af3f6a Better handling of articles with stub URLs that shouldn't be used (happens with newsletters that dont have a URL') 2022-11-11 15:56:03 +08:00
4b287f0a69 Remove Integrations from menu so we can deploy it and test 2022-10-26 16:45:24 +08:00
15024480aa Integrations Page 2022-10-17 22:47:42 -05:00
eacb569489 Merge pull request #1278 from omnivore-app/bug/fix-gridLayout
Fix - Grid and List Layout
2022-10-10 11:18:47 -05:00
b3733a4ee6 Better naming, fix issue with highlight bar placement 2022-10-07 18:08:32 +08:00
501edbcde3 fix typo 2022-10-07 17:14:11 +08:00
35a8184790 More clear naming for the touch bar 2022-10-07 17:09:34 +08:00
7f9e898a1b Display the highlight bar near the cursor on non-touch devices 2022-10-07 16:51:01 +08:00
791c9a9113 Always treat highlightBackground as an array not a color now. This lets us apply alpha differently to backgrounds and underlines 2022-10-07 14:13:49 +08:00
5bc3dec953 Fixed all the layouts and cleaned up CSS for grid 2022-10-06 12:45:43 -05:00
b6173cdc2d Fixed the problem about the layouts - Fresh look helps 2022-10-06 11:47:02 -05:00
ab17b9f2da Fix - Grid and List Layout 2022-10-04 13:03:55 -05:00
4fcb379950 A couple small font/color tweaks 2022-09-27 10:20:14 +08:00
e805c5fade Removing commented out code and polish/clean up 2022-09-26 14:01:18 -05:00
efcfc1afdb Compact list view completion 2022-09-26 13:57:18 -05:00
84dbc45bc5 Compact List view Creation 2022-09-24 18:12:45 -05:00
ed5084eaf1 cleaning up layout for Author 2022-08-29 23:45:55 -05:00
ffbcc9ed46 Added condition for the image and increased font weight for the author 2022-08-29 21:28:20 -05:00
5e7b5868d8 added condition for the origin text 2022-08-25 19:55:58 -05:00
2a66829d24 removed some hard coded testing text 2022-08-25 19:52:49 -05:00
fecaf5301e Added some CSS to match the designs and enabled some layouts 2022-08-25 19:51:09 -05:00
78abc6b5c4 Feature 1079 -Updating list view to the latest design 2022-08-24 01:43:36 -05:00
2b35ae6f08 Merge pull request #1105 from omnivore-app/fix/library-masonry-layout
Use a masonry layout for the library layout
2022-08-23 10:54:17 +08:00
7673814fd3 Add a delete page article action, add keyboard ctrls for confirm dialogs 2022-08-22 15:53:22 +08:00
1aa0780e29 Use a masonry layout for the library layout 2022-08-19 14:53:01 +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
77c32b13cf Display toolbar on wide screens for PDFs 2022-07-25 21:35:10 -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