Commit Graph

2632 Commits

Author SHA1 Message Date
33721a0af8 Add a fallback to library if Home is not created for user
Also update the hover stroke colour on the action icons.
2024-07-09 16:48:10 +08:00
13c224371a Fix import 2024-07-09 15:35:52 +08:00
9134a3325f Set default home redirect path 2024-07-09 15:29:34 +08:00
cfbdcd82ea Sizing of hover items in the highlights view 2024-07-09 14:43:36 +08:00
1b21617e24 Hover titles for actions in home 2024-07-09 14:38:01 +08:00
a45be3f1f0 Remove unused table component 2024-07-09 13:30:22 +08:00
488501086b Merge pull request #4173 from omnivore-app/fix/web-webooks-page
Tell users that webhooks are now part of rules
2024-07-09 12:03:16 +08:00
94fdbf1de5 Merge pull request #4174 from omnivore-app/fix/web-beta-features
Remove beta features page as all are enabled
2024-07-09 12:02:58 +08:00
3622c8e096 Merge pull request #4172 from omnivore-app/fix/web-mutation-string-interop
Use GQL variables for all mutations
2024-07-09 12:01:21 +08:00
a87d163ba6 Remove beta features page as all are enabled 2024-07-09 10:22:49 +08:00
f3876ccd5b Remove unused imports 2024-07-09 10:09:26 +08:00
12d356dfa4 Use next Link 2024-07-09 10:08:54 +08:00
b766ed2ba6 Tell users that webhooks are now part of rules 2024-07-09 09:53:40 +08:00
f19cae74bb Use GQL variables for all mutations 2024-07-09 09:42:18 +08:00
1e9c291d39 Fix string interp on update label mutation
We should always use input instead of strings like this.
2024-07-09 09:32:06 +08:00
04868c1fd9 fix: sort by highlight location when highlight position is equal 2024-07-03 20:55:14 +02:00
547dccab64 refactor: use common sortHighlights function 2024-07-03 20:47:27 +02:00
a680cbc9c9 show an error message on web if notion database is not found 2024-07-01 18:11:08 +08:00
8b80e0fc6d Dont provide search base anymore as thats acheived by the folder 2024-06-26 09:13:01 +08:00
3c634d1c35 Merge pull request #4108 from omnivore-app/feat/web-return
More web home improvements
2024-06-25 20:10:15 +08:00
67aaae1c4f Merge pull request #4109 from omnivore-app/fix/web-nav-menu
Implement dismiss on click for the new navigation menu
2024-06-25 19:57:48 +08:00
be2928017c Remove extra setter 2024-06-25 19:51:46 +08:00
98015f1ec8 Better empty state handling for home 2024-06-25 19:40:45 +08:00
595e7ddf50 Add empty trash 2024-06-25 19:40:26 +08:00
dd44322db7 set nav-return more often 2024-06-25 17:54:30 +08:00
2c2e449597 Use web return on logo click 2024-06-25 17:42:12 +08:00
8a8b98f266 Add move operation to home, fix query inputs 2024-06-25 17:14:33 +08:00
8512a27d14 Implement dismiss on click for the new navigation menu 2024-06-25 16:13:11 +08:00
1acf0b5765 Improve smaller screen layouts 2024-06-25 15:22:30 +08:00
0402d1d60d Remove right padding on search bar in small screens 2024-06-25 14:49:24 +08:00
3e0ed32e14 Improve layout of highlights on smaller screens 2024-06-25 14:45:18 +08:00
1fa4d236c3 Update action 2024-06-25 13:23:51 +08:00
deccb6f946 Use an action so we can update local cache when moving to inbox 2024-06-25 13:04:34 +08:00
ab4b6ccd31 Add missing icon 2024-06-25 11:48:52 +08:00
c06f25682d Remove unused 2024-06-25 11:44:07 +08:00
911f6ed099 Only indent the search bar in compact mode if the menu is closed 2024-06-25 11:34:22 +08:00
bd8cdbbfb7 Dont shrink left menu spacer when resizing 2024-06-25 11:08:56 +08:00
182f49daba Hover on the highlight cards 2024-06-25 10:40:55 +08:00
5d48023432 Calc total menu height so there are not multiple scrollbars, add bg behind header nav button 2024-06-25 10:03:47 +08:00
c3ae9e7ac6 Dont revalidate shortcuts on focus to reduce flicker 2024-06-25 09:24:51 +08:00
613dd39aba Filtering on the library view 2024-06-25 09:11:15 +08:00
b39bffdc1a Add hover bg for apollo, implement share 2024-06-21 15:31:57 +08:00
bc934a4706 Make sure recently added has a max of two lines 2024-06-21 15:07:21 +08:00
5c85257cdb Implement actions on the home view 2024-06-21 13:20:27 +08:00
80bded24db Rename web container files 2024-06-21 12:37:25 +08:00
70ccc5bc4f Make the display settings respect theme 2024-06-21 11:22:06 +08:00
07e78c9c60 Show ten top picks at once 2024-06-21 11:21:53 +08:00
b7ebb091d9 Prevent shift when unsubscribe button is presented on hover cards 2024-06-21 11:06:21 +08:00
31c29a8290 Better event handling on home action icons 2024-06-21 11:03:58 +08:00
f33e5323c6 Start to use nav return in most places to return to the previous library section 2024-06-21 10:56:20 +08:00