Commit Graph

6752 Commits

Author SHA1 Message Date
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
9f16e5fede add "canMove" field to the HomeItem type in graphql api which indicates if the item is in following folder 2024-06-25 16:40:12 +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
9d9c6f5f3c Merge pull request #4102 from omnivore-app/feat/web-home-tweaks-03
More tweaks to the web home section
2024-06-25 12:01:53 +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
0c87e46578 fix permission error when drop role omnivore_admin 2024-06-21 19:40:22 +08:00
df8823cf6a Merge pull request #4093 from omnivore-app/fix/home-feed-job
fix/home feed job
2024-06-21 19:10:19 +08:00
a3cf333730 revert change to typeorm 2024-06-21 17:25:20 +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
a1cd611fa7 use read replica for "read" 2024-06-21 14:39:40 +08:00
b0d6876e56 add replication config 2024-06-21 13:31:50 +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
14a375db83 use real scoring service 2024-06-21 12:01:34 +08:00
977a1a90e5 Skip scoring RSS items for now 2024-06-21 12:00:53 +08:00
5a63af25f9 Alter omnivore_admin role to prevent omnivore_admin to be inherited by app_user or omnivore_user 2024-06-21 11:42:36 +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
8c84fc58b8 add more subscription features to the score api payload 2024-06-20 17:36:57 +08:00
40182421f7 show archived highlights 2024-06-20 16:31:05 +08:00
2e26a04cd0 remove redundant context type 2024-06-20 15:47:52 +08:00
4ab0497034 Get uid from claims 2024-06-19 18:09:00 +08:00
54f608d23c Use context uid 2024-06-19 17:53:08 +08:00
a19c4f26c9 Add test for fetching profile 2024-06-19 17:50:04 +08:00
e2e0774e7e Add user field to the ArticleSavingRequest resolver 2024-06-19 17:44:44 +08:00
6a54d651a8 do not create library_item_topic_idx index on library_item table since it locks the table/row for a long time 2024-06-19 16:13:05 +08:00
5f11726bd5 set lock_timeout while running migrations 2024-06-19 11:52:22 +08:00
d618fe92af remove drop index query 2024-06-18 22:09:06 +08:00
ef33671f56 add schema 2024-06-18 22:08:11 +08:00
dece399faf create index concurrently on topic column in library_item table 2024-06-18 21:24:43 +08:00
f0b71e6833 create ltree extension if not exists 2024-06-18 18:29:45 +08:00
6df8c71035 reduce bullmq worker concurrency to 2 2024-06-18 17:28:19 +08:00
2ed63af9a4 stub score client 2024-06-18 12:10:03 +08:00