Commit Graph

5846 Commits

Author SHA1 Message Date
1edf801b02 add settings jsonb column to the integrations 2024-03-05 16:13:50 +08:00
f1b1f2c4c1 send created event only 2024-03-05 15:39:09 +08:00
741f3213d9 integrate with notion api client 2024-03-05 12:43:18 +08:00
e20908a0c2 add export to notion method 2024-03-04 18:44:25 +08:00
d36c937765 fix redirect_uri error 2024-03-04 17:49:59 +08:00
94db3e0de7 Add authorization with notion 2024-03-04 17:30:05 +08:00
07f771c45f Merge pull request #3586 from omnivore-app/dependabot/npm_and_yarn/remark-gfm-4.0.0
Bump remark-gfm from 3.0.1 to 4.0.0
2024-03-04 12:08:00 +08:00
65f5488289 Merge pull request #3608 from omnivore-app/fix/export-job
fix: export-item job takes too long and save-page job was delayed
2024-03-04 11:25:49 +08:00
7c330d8a2a Bump remark-gfm from 3.0.1 to 4.0.0
Bumps [remark-gfm](https://github.com/remarkjs/remark-gfm) from 3.0.1 to 4.0.0.
- [Release notes](https://github.com/remarkjs/remark-gfm/releases)
- [Commits](https://github.com/remarkjs/remark-gfm/compare/3.0.1...4.0.0)

---
updated-dependencies:
- dependency-name: remark-gfm
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 02:54:57 +00:00
f1474a022d Remove unused react-colorful package 2024-03-04 10:42:29 +08:00
532c806c90 Allow overflow on grid cards, clear pointer events from dropdowns after triggered
The pointer events from radix are not cleared if a modal is opened
from a dropdown, so we manually clear them here.
2024-03-04 10:24:06 +08:00
08e5caddc2 retry export-item job if fails 2024-03-01 15:03:01 +08:00
e33cf465fe throw error if export-item job fails 2024-03-01 15:00:28 +08:00
a337e0e39d reduce export-item job priority to 50 2024-03-01 14:52:49 +08:00
12704fa13b Merge branch 'web-production' into main 2024-03-01 14:40:34 +08:00
f3d5903d0c Temporarily disable ai summaries 2024-03-01 11:15:18 +08:00
6da5d381c0 Handle interaction outside modals 2024-02-29 21:43:56 +08:00
e272463620 Remove unused imports 2024-02-29 18:42:21 +08:00
6798a06d15 Fix style of the read now success toast 2024-02-29 18:41:52 +08:00
a74377556b Merge pull request #3596 from omnivore-app/fix/web-layout-fixes
Small layout fixes for mobile
2024-02-29 18:20:33 +08:00
2636524642 fix typo 2024-02-29 16:35:52 +08:00
c3e8173e5e fix search results for archived items which state is not archived 2024-02-29 16:34:55 +08:00
34ee75c555 Dont re-run summarize job 2024-02-29 15:50:25 +08:00
69113e429c Give search box more space on mobile 2024-02-29 15:45:41 +08:00
39f8d5767a More small screen fixes 2024-02-29 15:37:40 +08:00
b319a5a5c9 Some layout tweaks 2024-02-29 15:27:47 +08:00
6831fed786 Remove padding of header on mobile 2024-02-29 15:17:51 +08:00
531f23fc4c Merge pull request #3591 from omnivore-app/feat/summaries
Summaries
2024-02-29 14:35:12 +08:00
716e54c1fe Add label import 2024-02-29 14:21:52 +08:00
0930548f31 Move the key 2024-02-29 14:20:41 +08:00
234b24ac4d Hover for TLDR buttons 2024-02-29 14:08:01 +08:00
9739d58fdf Add multi select file 2024-02-29 12:46:02 +08:00
c67bd364ae Hide shortcuts menu item 2024-02-29 12:09:45 +08:00
0640233e8a Remove unused imports 2024-02-29 12:05:41 +08:00
614b086ca4 Better hovers for header items 2024-02-29 12:01:58 +08:00
efb5286efa Handle switching state on first hover of button 2024-02-29 10:55:48 +08:00
9d5a90538a Switch to the circle buttons 2024-02-29 10:38:42 +08:00
0e7bd46916 Add some padding to the search box 2024-02-29 10:31:46 +08:00
e4fb01785b Add function for checking user flags 2024-02-29 10:12:10 +08:00
2a7087deab fill width for errors 2024-02-29 09:25:01 +08:00
d4ee3c5ff7 Improve multiselect box hover states 2024-02-28 20:58:42 +08:00
a116d944e7 fix tests 2024-02-28 17:24:02 +08:00
3af62d5d89 fix typo 2024-02-28 17:13:11 +08:00
7567e3d0f6 * return only count if size is 0 because limit 0 is not allowed in typeorm 2024-02-28 16:57:15 +08:00
129d46a34b Remove clipping paths 2024-02-28 15:52:22 +08:00
6861d271bd Clean up assertions in summary job 2024-02-28 15:49:24 +08:00
0382fb4913 Fix comparison of library item state 2024-02-28 15:34:36 +08:00
692a992e77 Remove some debug, clean up summaries 2024-02-28 15:18:23 +08:00
8205b38007 Only show TLDR if the user is opted in 2024-02-28 15:14:34 +08:00
a7688e0efc Dont show hover cards when in multiselect mode 2024-02-28 15:14:34 +08:00