Commit Graph

194 Commits

Author SHA1 Message Date
976c2386ae Fix crash when creating custom colors for labels 2023-03-08 11:53:00 +08:00
550b8d88ec Update display settings, add advanced settings 2023-03-07 15:36:24 +08:00
e13b809389 Get highlights with library items, over fetching for now, can maybe trim stuff in future 2023-03-06 22:13:50 +08:00
9122463222 Remove unused keyboard commands 2023-03-06 16:14:05 +08:00
d93b4458e1 Simplify theme selector 2023-03-03 19:49:40 +08:00
a53925edf9 Update savedAt and publishedAt 2023-03-03 19:20:06 +08:00
aa2e20d9c0 Edit title and description modal 2023-03-02 12:59:31 +08:00
a2583ad5a8 Update reader settings control 2023-02-28 18:01:57 +08:00
e9ae311559 Add wordsCount and better center new grid cards 2023-02-27 15:07:04 +08:00
f9e40fe427 Better handling of long filter button text names like subscriptions 2023-02-27 12:35:45 +08:00
066766d980 Remove unused code 2023-02-27 11:12:29 +08:00
9d6a28cc74 More warnings clean up 2023-02-27 10:34:12 +08:00
09328edfe5 Updated library cards 2023-02-24 10:09:24 +08:00
a2e5f1654d Merge pull request #1831 from omnivore-app/feat/save-url-api
Add save API endpoint to frontend for URL based saving
2023-02-22 10:52:16 +08:00
a9b431708c Use ssrFetcher for saving via /api/save 2023-02-21 12:05:21 +08:00
82638eaf04 multiply x and y tap coordinates by density to get correct bar positioning 2023-02-14 07:54:28 -08:00
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
e9981b0fd6 Use resolved locale for date formatting 2023-01-17 16:18:09 +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
30ed2405e4 support dark mode in android web reader 2022-12-31 15:31:38 -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
e16fc81a2f Fix issue with spaces dissapearing when highlights are created
Use the raw text when creating a highlight node instead of the
escaped text. This means \n spaces will be preserved in the
node and prevent spaces from being removed.
2022-12-27 20:31:34 +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
a0d4b1493a Simplify code to set custom highlight color 2022-12-20 17:20:57 +08:00
7ac26365b2 Use let instead of var 2022-12-19 17:07:27 +08:00
e8cd9f4412 Shared highlights UX 2022-12-19 17:07:27 +08:00
55e925cc98 Clean up iOS recommendations, show a primer on first load 2022-12-19 17:07:27 +08:00
be44636aa6 Update web 2022-12-09 15:40:34 +08:00
ce7cb1efac Merge pull request #1512 from omnivore-app/fix/android-popover-menu-position
PDF Highlight menu - Android
2022-12-08 17:06:06 +08:00
bc1ddd5681 adjust menu location with toolbar height. user screenx/y to store tap location 2022-12-07 15:21:19 -08:00
7b2549c6e7 Merge pull request #1510 from omnivore-app/feat/ios-recommendations
iOS recommendation groups
2022-12-07 14:16:52 +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
4a97c4f93a Merge pull request #1480 from omnivore-app/fix/android-webview-highlight-taps
Webview Highlight Taps - Android
2022-12-05 20:16:43 -08:00