|
|
b58cdc8a55
|
reducing lighting
|
2022-07-13 00:19:02 +00:00 |
|
|
|
31d133fdf0
|
updating border color to match label text color
|
2022-07-12 23:07:12 +00:00 |
|
|
|
7781d09623
|
Updated luminance condition for dark theme
|
2022-07-12 22:42:39 +00:00 |
|
|
|
ef31cb7199
|
Added code to lighten up the labels in dark mode
|
2022-07-12 21:52:51 +00:00 |
|
|
|
8637651be9
|
reset file
|
2022-07-11 22:53:28 +00:00 |
|
|
|
6cffbc23c7
|
reset - file
|
2022-07-11 22:43:15 +00:00 |
|
|
|
9541e0c32e
|
updated Labels for different themes
|
2022-07-11 21:20:57 +00:00 |
|
|
|
91e2a01a27
|
removing methods
|
2022-07-10 16:11:40 +00:00 |
|
|
|
27ed89b375
|
Resetting some files + leveraging library - color2k
|
2022-07-10 16:10:03 +00:00 |
|
|
|
6b4b2fe6dd
|
Merge branch 'main' of github.com:omnivore-app/omnivore into 901
|
2022-07-08 20:28:07 +00:00 |
|
|
|
9c6814d381
|
Merge pull request #931 from omnivore-app/feature/reply-to-original-email
Reply to the original sender of the forwarded email
|
2022-07-08 13:21:25 -07:00 |
|
|
|
33c204aff8
|
Cleaning up imports
|
2022-07-06 14:02:16 +00:00 |
|
|
|
e5518e9f23
|
Reply to the original sender of the forwarded email
|
2022-07-06 21:16:55 +08:00 |
|
|
|
a7eb8b0c39
|
cleaned up code
|
2022-07-06 12:54:17 +00:00 |
|
|
|
12983cc0cb
|
Increase luminous for labels
|
2022-07-06 01:46:30 +00:00 |
|
|
|
620ace93d1
|
Merge pull request #927 from omnivore-app/fix/content-fetch-timeout
Shorten the timeout requesting pages
|
2022-07-05 11:35:06 -07:00 |
|
|
|
01353add63
|
Shorten the timeout requesting pages
I believe our process is sometimes being terminated before this
timeout is hit, which means we then don't have time to fetch
with a fallback.
|
2022-07-05 11:16:11 -07:00 |
|
|
|
6b1f21398e
|
Merge pull request #925 from omnivore-app/fix/scrapingbee-url
Create a scrapingbee url when using the fallback
|
2022-07-05 09:03:13 -07:00 |
|
|
|
9554f8f6ba
|
Create a scrapingbee url when using the fallback
Javascript hoists variables to the top of scope, so `url` here
refers to the `url` variable defined lower in the block.
|
2022-07-05 08:41:34 -07:00 |
|
|
|
2231d6fc9b
|
Merge pull request #924 from omnivore-app/fall-back-to-scrapingbee
Always fall back to scrapingbee if there is an exception
|
2022-07-05 08:25:53 -07:00 |
|
|
|
3a79710dbf
|
Always fall back to scrapingbee if there is an exception
|
2022-07-05 21:48:58 +08:00 |
|
|
|
a0e040c8b1
|
Merge pull request #918 from omnivore-app/enable-api
Enable API in the dropdown
|
2022-07-01 17:40:14 -07:00 |
|
|
|
a959c4beb0
|
Better dropdown name
|
2022-07-01 17:29:43 -07:00 |
|
|
|
0752191138
|
Enable API in the dropdown
|
2022-07-01 17:29:08 -07:00 |
|
|
|
4ace3ed616
|
Merge pull request #916 from omnivore-app/rm-md-api-docs
Remove markdown API docs, harder to read than just looking at schema.ts
|
2022-07-01 10:29:40 -07:00 |
|
|
|
a07111d7c8
|
Remove markdown API docs, harder to read than just looking at schema.ts
|
2022-07-01 10:26:48 -07:00 |
|
|
|
d62b910893
|
Merge pull request #915 from omnivore-app/api-docs
Generate API docs into Markdown
|
2022-07-01 10:22:47 -07:00 |
|
|
|
e375acd693
|
Generate API docs into Markdown
Not sure how well this will work but testing it out to see how
it looks on GitHub.
|
2022-07-01 10:18:14 -07:00 |
|
|
|
a218598810
|
Merge pull request #911 from omnivore-app/never-expire-tokens
never expire tokens
|
2022-06-30 17:37:05 -07:00 |
|
|
|
5d4cba6c77
|
Merge pull request #898 from omnivore-app/macos-web-reader
Mac App bundled reader
|
2022-06-29 22:59:32 -07:00 |
|
|
|
f6da7d6251
|
enable pdfreader for macos
|
2022-06-29 22:57:06 -07:00 |
|
|
|
943845628a
|
adjust header layout for macos reader
|
2022-06-29 22:45:58 -07:00 |
|
|
|
06bd8ef07d
|
Merge pull request #902 from omnivore-app/remove-userDataDir
Remove userDataDir
|
2022-06-30 13:34:52 +08:00 |
|
|
|
09b28a1960
|
fix webPreferencesPopoverView for macos
|
2022-06-29 22:22:00 -07:00 |
|
|
|
af6f8dd416
|
enable highlight bar for macos web reader
|
2022-06-29 22:09:52 -07:00 |
|
|
|
aa79137223
|
fix bug where viewerAction is overridden on webreader
|
2022-06-29 20:23:54 -07:00 |
|
|
|
6721a0681c
|
remove duplicate platform code in webreader
|
2022-06-29 20:08:42 -07:00 |
|
|
|
e48a3027f6
|
use resourceURL for locating bundled web reader web resources
|
2022-06-29 15:58:16 -07:00 |
|
|
|
2344d6711b
|
Better printing of never expiring tokens
|
2022-06-29 10:51:54 -07:00 |
|
|
|
37075f076e
|
Remove userDataDir
|
2022-06-29 22:56:14 +08:00 |
|
|
|
14ed43f263
|
Add support for "never" expiring tokens by setting to the Date MAX_AGE
|
2022-06-28 20:02:32 -07:00 |
|
|
|
43a20abcd5
|
try to load htmlString on mac app
|
2022-06-28 17:03:58 -07:00 |
|
|
|
93d3485e40
|
remove old web reader code
|
2022-06-28 16:21:42 -07:00 |
|
|
|
23a03e4aa2
|
rename WebView to OmnivoreWebView to avaoid clash with AppKit class
|
2022-06-28 15:17:50 -07:00 |
|
|
|
d6f183e1f2
|
Added never as one of the options
|
2022-06-28 13:57:47 -07:00 |
|
|
|
61de5b88ac
|
fixed bug for input text showing undefined value
|
2022-06-28 09:20:50 -07:00 |
|
|
|
c91d56a957
|
Merge pull request #894 from omnivore-app/fix/macos-labels
|
2022-06-28 07:30:40 -07:00 |
|
|
|
c2ce6a478b
|
Set select color and background colors so OS themes dont override them
|
2022-06-27 23:07:55 -07:00 |
|
|
|
1ddd014b7d
|
Merge pull request #893 from omnivore-app/add-highlights-to-search-results
add highlights to search results
|
2022-06-28 14:01:32 +08:00 |
|
|
|
776e35079b
|
fix edit title modal for macos
|
2022-06-27 21:34:14 -07:00 |
|