Jackson Harper
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
Satindar Dhillon
30ed2405e4
support dark mode in android web reader
2022-12-31 15:31:38 -08:00
Jackson Harper
2329a4c85e
Remove some unneeded debug
2022-12-30 12:01:41 +08:00
Jackson Harper
1668f4c8bc
Add some more debug
2022-12-30 11:40:39 +08:00
Jackson Harper
dba672a9d5
Set labels on toggle
2022-12-30 11:20:05 +08:00
Jackson Harper
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
Jackson Harper
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
Jackson Harper
a0d4b1493a
Simplify code to set custom highlight color
2022-12-20 17:20:57 +08:00
Jackson Harper
7ac26365b2
Use let instead of var
2022-12-19 17:07:27 +08:00
Jackson Harper
e8cd9f4412
Shared highlights UX
2022-12-19 17:07:27 +08:00
Jackson Harper
55e925cc98
Clean up iOS recommendations, show a primer on first load
2022-12-19 17:07:27 +08:00
Hongbo Wu
be44636aa6
Update web
2022-12-09 15:40:34 +08:00
Jackson Harper
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
Satindar Dhillon
bc1ddd5681
adjust menu location with toolbar height. user screenx/y to store tap location
2022-12-07 15:21:19 -08:00
Jackson Harper
7b2549c6e7
Merge pull request #1510 from omnivore-app/feat/ios-recommendations
...
iOS recommendation groups
2022-12-07 14:16:52 +08:00
Jackson Harper
a8df439297
Rename recommendedBy to recommendations
2022-12-06 21:18:21 +08:00
Jackson Harper
0892d9e7e6
Add user and note to Recommendation type
2022-12-06 17:44:53 +08:00
Satindar Dhillon
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
Jackson Harper
d57cac47e7
Basic page for accepting invites
2022-12-05 15:45:36 +08:00
Jackson Harper
ed14ac910c
Add setLabelsForHighlight mutation
2022-12-02 16:23:23 +08:00
Jackson Harper
009cd59628
Allow setting labels on highlights via the highlight dropdown
2022-12-02 16:16:48 +08:00
Jackson Harper
8e765246e3
Fetch a highlights labels
2022-12-02 13:21:13 +08:00
Satindar Dhillon
28c1628a97
implement text selection copying
2022-12-01 13:03:39 -08:00
Satindar Dhillon
708bb25470
send android selection coordinates when touches end
2022-12-01 10:27:41 -08:00
Jackson Harper
87fa9611ec
Add web UI for editing bylines
2022-11-25 11:16:20 +08:00
Jackson Harper
67253ee8c5
Downgrade antd as its conflicting with our typescript settings
2022-11-23 14:14:17 +08:00
Jackson Harper
c7d8769b66
Add UI for the rules engine
2022-11-23 13:42:34 +08:00
Rupin Khandelwal
f3aa89b96c
Merge branch 'main' of github.com:omnivore-app/omnivore into feat/dragndrop
2022-11-21 12:33:26 -03:00
Jackson Harper
74df91445b
Linting clean up
2022-11-15 15:50:13 +08:00
Jackson Harper
aa856a5366
If in a pre block dont replace whitespace when highlighting
2022-11-15 15:34:27 +08:00
Jackson Harper
b5a1d8fb9f
Call mutate after uploading an item completes
2022-11-14 17:05:38 +08:00
Jackson Harper
0a43674da3
Linting fix
2022-11-14 12:02:38 +08:00
Jackson Harper
c9771bb2c3
Add a file uploader
2022-11-14 11:54:28 +08:00
Jackson Harper
531275a013
Remove some more temp theme stuff, update reader bundle
2022-11-01 18:27:05 +08:00
Jackson Harper
01ce025720
Revert some theme changes, update reader, fix theme clearing
2022-11-01 17:53:25 +08:00
Jackson Harper
467a37e8cc
WIP: New themes and reader preferences for iOS
2022-11-01 17:40:11 +08:00
Jackson Harper
8d46a39f51
Fix bug in adding the Readwise connection, open Readwise API page in a new window.
2022-10-28 17:47:02 +08:00
Hongbo Wu
49598b6ea1
Remove integration if remove button clicked
2022-10-28 14:20:42 +08:00
Jackson Harper
d9add56858
Handle errors when setting readwise API token
2022-10-26 16:45:56 +08:00
Jackson Harper
64c708986f
Fix types
2022-10-25 11:14:28 +08:00
Jackson Harper
24893f1cd4
Pass input into setIntegration mutation
2022-10-23 08:04:22 +08:00
Jackson Harper
349b24947b
GQL for the integrations APIs
2022-10-23 07:54:10 +08:00
Jackson Harper
c2bd50715d
We are writing Typescript here not Swift
2022-09-26 16:27:39 +08:00
Jackson Harper
d164013ff9
Also break on comma
2022-09-26 14:49:57 +08:00
Jackson Harper
3ccb3c6c84
Disable word snapping on CJK languages
2022-09-26 14:42:19 +08:00
Jackson Harper
7673814fd3
Add a delete page article action, add keyboard ctrls for confirm dialogs
2022-08-22 15:53:22 +08:00
Jackson Harper
1b1a783036
Add web page to delete accounts
2022-07-25 12:38:59 -07:00
Jackson Harper
945951b092
Update the docs for the highlight keyboard shortcuts
2022-07-14 20:37:36 -07:00
Hongbo Wu
b6826a8821
add siteName in api response in web
2022-07-13 11:03:33 +08:00
Hongbo Wu
3a31757c59
change size to first in query param in web
2022-07-13 10:51:57 +08:00