Commit Graph

133 Commits

Author SHA1 Message Date
b82ea0425e Add new bulk tool 2023-02-03 14:44:47 +08:00
23615db32a Fix deleting highlights from the PDF notebook modal 2023-02-02 11:49:12 +08:00
a4ed72439f Sort highlights in notebooks 2023-02-01 17:00:09 +08:00
fe9ed7aa13 Track the highlight position percent and anchor index when saving on web 2023-02-01 16:42:36 +08:00
2b3a519ebb Set validating to false if there is an error fetching emails 2023-01-25 19:40:53 +08:00
948fa78ab5 Fix types 2023-01-25 19:34:01 +08:00
b872c33ba9 Allow marking recent emails as library items 2023-01-25 19:29:19 +08:00
9f20920ddc Initial work on the recent emails feature 2023-01-25 16:50:39 +08:00
a523c3cf2d Use the same SettingsTable for the API keys 2023-01-18 16:35:24 +08:00
7c10cc08c5 Mark emails as validating if no data returned 2023-01-17 21:02:28 +08:00
443b416601 Return true for isValidating if no data found 2023-01-17 18:46:39 +08:00
844ac6ef12 Dates are stored as strings in the API response 2023-01-17 15:37:09 +08:00
cd0640493e Display date created and number of subscriptions 2023-01-16 21:10:05 +08:00
45370f46c6 Start to add createdAt and subscriptionCount to newsletter emails 2023-01-16 18:36:25 +08:00
0edd91057e Update user interface for file import tool 2023-01-03 17:49:07 +08:00
9314c3d8f1 Add uploadImportFile API method
Add uploadImportFile API method

Fix prefix, counting max files uploaded

Add resolver types

Basic web ui for the uploader interface

Allow selecting type when uploading import files
2023-01-03 10:01:59 +08:00
2329a4c85e Remove some unneeded debug 2022-12-30 12:01:41 +08:00
1668f4c8bc Add some more debug 2022-12-30 11:40:39 +08:00
dba672a9d5 Set labels on toggle 2022-12-30 11:20:05 +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
55e925cc98 Clean up iOS recommendations, show a primer on first load 2022-12-19 17:07:27 +08:00
a8df439297 Rename recommendedBy to recommendations 2022-12-06 21:18:21 +08:00
0892d9e7e6 Add user and note to Recommendation type 2022-12-06 17:44:53 +08:00
d57cac47e7 Basic page for accepting invites 2022-12-05 15:45:36 +08:00
ed14ac910c Add setLabelsForHighlight mutation 2022-12-02 16:23:23 +08:00
009cd59628 Allow setting labels on highlights via the highlight dropdown 2022-12-02 16:16:48 +08:00
8e765246e3 Fetch a highlights labels 2022-12-02 13:21:13 +08:00
87fa9611ec Add web UI for editing bylines 2022-11-25 11:16:20 +08:00
67253ee8c5 Downgrade antd as its conflicting with our typescript settings 2022-11-23 14:14:17 +08:00
c7d8769b66 Add UI for the rules engine 2022-11-23 13:42:34 +08:00
b5a1d8fb9f Call mutate after uploading an item completes 2022-11-14 17:05:38 +08:00
0a43674da3 Linting fix 2022-11-14 12:02:38 +08:00
c9771bb2c3 Add a file uploader 2022-11-14 11:54:28 +08:00
8d46a39f51 Fix bug in adding the Readwise connection, open Readwise API page in a new window. 2022-10-28 17:47:02 +08:00
49598b6ea1 Remove integration if remove button clicked 2022-10-28 14:20:42 +08:00
d9add56858 Handle errors when setting readwise API token 2022-10-26 16:45:56 +08:00
64c708986f Fix types 2022-10-25 11:14:28 +08:00
24893f1cd4 Pass input into setIntegration mutation 2022-10-23 08:04:22 +08:00
349b24947b GQL for the integrations APIs 2022-10-23 07:54:10 +08:00
1b1a783036 Add web page to delete accounts 2022-07-25 12:38:59 -07:00
b6826a8821 add siteName in api response in web 2022-07-13 11:03:33 +08:00
3a31757c59 change size to first in query param in web 2022-07-13 10:51:57 +08:00
7c8fe4ba39 Update UX of kbar, implement typeahead search 2022-07-12 10:24:29 -07:00
ecde719b64 Merge pull request #807 from omnivore-app/OMN-715
[OMN-715]: Add a command pallet to the web
2022-07-12 09:29:34 -07:00
4ebcc763c8 Merge pull request #948 from omnivore-app/modals-design-cleanup
modals design cleanup
2022-07-12 09:11:12 -07:00
156c4cf2cf Update design on Add Link, and notes modals 2022-07-11 19:25:25 -07:00
552d76a929 Added search support for kbar in this PR. 2022-07-11 13:14:12 -07:00
56f843142a Linting 2022-07-09 15:28:33 -07:00
9feeb80cf3 Allow fetching original content
This is useful when debugging
2022-07-09 14:35:14 -07:00
a99303a261 Pass in updatePageInput so we can have null values 2022-06-09 15:50:59 -07:00