Commit Graph

6728 Commits

Author SHA1 Message Date
81da0eee4f more testing 2024-06-21 17:52:06 +08:00
f64e85be5b create a test migration sql 2024-06-21 17:44:19 +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
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
47c6488834 do not update library item score in database for now 2024-06-18 11:25:44 +08:00
c020384dcc Merge pull request #4067 from omnivore-app/feat/web-nav-controls
Improve nav controller colors
2024-06-14 14:52:37 +08:00
a26e8a3972 Merge pull request #4041 from omnivore-app/feature/folder-policy-api
feat: folder expiration policy api
2024-06-14 14:44:21 +08:00
16d57f2496 better dropdown handling on the main menu 2024-06-14 14:32:22 +08:00
1f66bd2691 Get nav into higher z-index, start to add the ADdLink control 2024-06-14 14:22:18 +08:00
c6be15646f Make home wider, fix nextOrHome on delete of items 2024-06-14 13:35:14 +08:00
b82178685a Merge pull request #4064 from omnivore-app/fix/web-home-load-more
Fix loading issues, improve header and layout on small screens
2024-06-14 13:09:54 +08:00
27539498af Fix typo 2024-06-14 12:50:57 +08:00
c130c5309a Fix off by one with new SWR cursor generation 2024-06-14 12:38:32 +08:00
c0947ddd48 fix batch delete query does not use index 2024-06-14 12:21:20 +08:00
45a604732b Improve nav menu on smaller screens, record current home position 2024-06-14 12:19:45 +08:00
aea1650626 do not show move/archived/deleted item in home feed 2024-06-14 12:15:17 +08:00
bb73c24340 Fix padding on navigation menu 2024-06-14 10:28:13 +08:00
57ab2fd6b1 Improve spacing between top picks and recently added 2024-06-14 10:14:33 +08:00
be8185d79c Merge pull request #4059 from omnivore-app/fix/rss
fix: fetch old items for existing subscribed feeds
2024-06-14 09:04:37 +08:00
ea928439e2 Dont show section if all items removed, better colours for load more button 2024-06-13 22:40:49 +08:00
ecb7b6de3a Initial work on action items, need to test with larger data sets 2024-06-13 21:17:03 +08:00
9b92cceedb Label and border updates 2024-06-13 20:57:08 +08:00
bbdf598918 Update icons of left menu 2024-06-13 20:49:11 +08:00
b1408a05db Fix some spacing issues in left menu 2024-06-13 20:23:21 +08:00
ba273c3b3c Ensure layout doesnt change if siteicons arent set or fail to load 2024-06-13 20:16:52 +08:00
31f04344fc resolve rebase conflicts 2024-06-13 18:41:35 +08:00
88e3d648c8 add a REST API to trigger the expire folder job 2024-06-13 18:36:33 +08:00
6f496b9336 add folder expiration jobs 2024-06-13 18:30:27 +08:00