Commit graph

7001 commits

Author SHA1 Message Date
Jackson Harper
32d583e05c Start adding tab view, improved Pinned header 2023-07-06 16:22:57 -07:00
Jackson Harper
4cb05acfe0
Merge pull request #2459 from 340rahul/fix_1993_signup_form
#1993, #1968 - Make sign up form fields required
2023-07-06 15:22:24 -07:00
Jackson Harper
0c96172053
Merge pull request #2458 from omnivore-app/feature/search-filter-cat
feat: add category field to Filter object
2023-07-05 10:41:43 -07:00
Jackson Harper
5394cc5a43
Merge pull request #2457 from omnivore-app/feature/search-by-note
feat: improve basic search
2023-07-05 09:58:14 -07:00
Hongbo Wu
473cf2daa0
Merge pull request #2464 from omnivore-app/fix/wechat-published-date
use asia/shanghai timezone to format published date in wechat articles
2023-07-04 20:48:03 +08:00
Hongbo Wu
a3fa695957 add comment 2023-07-04 20:47:51 +08:00
Hongbo Wu
a818fa721c use asia/shanghai timezone to format published date in wechat articles 2023-07-04 20:46:39 +08:00
Hongbo Wu
ccc69d01d5
Merge pull request #2462 from omnivore-app/fix/wechat-published-date
fix/wechat published date
2023-07-04 19:06:31 +08:00
Hongbo Wu
43cb72db97 comment 2023-07-04 19:02:47 +08:00
Hongbo Wu
9a92fc6870 fix:
* published/saved date not editable on web
* these two dates are not fully shown
2023-07-04 18:58:21 +08:00
Hongbo Wu
e06f833e21 fix: missing published date in some wechat articles
* some wechat articles do not have `create_time` in the dom javascript so use the `publish_time` node in the dom content
2023-07-04 18:46:35 +08:00
Hongbo Wu
fe450ffe20
Merge pull request #2460 from omnivore-app/fix/readwise-button
fix: readwise button not clickable on integrations page
2023-07-04 16:47:56 +08:00
Hongbo Wu
7018bd8285 fix: readwise button not clickable on integrations page
We have set the height of the container to 800px which is too small.

* set height of the container to 100%
* remove unused <Box> component
2023-07-04 16:44:04 +08:00
Rahul Tripathi
2a1c286961 #1993, #1968 - make sign up form fields required 2023-07-04 00:24:26 +05:30
Hongbo Wu
599d61016e feat: add category field to Filter object 2023-07-03 19:06:45 +08:00
Hongbo Wu
e4284d215c feat: boost sitename score by 2 times in the basic search 2023-07-03 18:09:41 +08:00
Hongbo Wu
afaaf8af60 feat: allow searching by note in the basic search 2023-07-03 18:06:54 +08:00
Hongbo Wu
a413521e3b
Merge pull request #2445 from omnivore-app/feature/create-labels
feat: create labels if not exist when setting labels
2023-07-03 16:54:15 +08:00
Jackson Harper
b06f762ef4
Merge pull request #2453 from omnivore-app/fix/web-logo-header
Show logo on medium devices
2023-06-30 21:44:53 -07:00
Jackson Harper
faf6fdb8a0 Show logo on medium devices 2023-06-30 21:08:43 -07:00
Jackson Harper
2746b29422
Merge pull request #2451 from omnivore-app/fix/web-header
Still show display settings button on very small screens
2023-06-30 12:29:03 -07:00
Jackson Harper
1981f5c3cc Still show display settings button on very small screens 2023-06-30 12:08:28 -07:00
Jackson Harper
c99e8a377c
Merge pull request #2450 from omnivore-app/fix/web-small-screen-header
Improve the header on very small screens
2023-06-30 12:05:09 -07:00
Jackson Harper
8cd541f665 Improve the header on very small screens 2023-06-30 11:39:05 -07:00
Jackson Harper
fc15a0a6b4
Merge pull request #2448 from omnivore-app/fix/web-very-narrow-screens
Fix reader header on very narrow screens like the Samsung Fold
2023-07-01 00:34:27 +08:00
Jackson Harper
57eb62c123
Merge pull request #2447 from omnivore-app/fix/full-text-search
fix/full text search
2023-07-01 00:24:54 +08:00
Jackson Harper
e31676d93f
Merge pull request #2441 from omnivore-app/fix/android-create-label-crash
Fix crash when creating labels during SetLabels operation
2023-07-01 00:18:43 +08:00
Jackson Harper
b56513d28b Remove display inline on highlight view markdown blocks
This fixes the formatting of lists in highlight views.
2023-06-30 09:14:41 -07:00
Jackson Harper
255ba408f6 Fix reader header on very narrow screens like the Samsung Fold 2023-06-30 09:08:01 -07:00
Jackson Harper
40d54d544a
Merge pull request #2444 from omnivore-app/fix/web-highlight-tables
Web bug fixes
2023-06-30 23:52:06 +08:00
Hongbo Wu
88dc514d27 feat: allow recovering a soft deleted item through updatePage api 2023-06-30 18:39:43 +08:00
Hongbo Wu
ba35fa4447 feat: show soft deleted pages within 14 days by searching in:trash 2023-06-30 18:05:41 +08:00
Hongbo Wu
10e5059db7 fix test 2023-06-30 17:28:37 +08:00
Hongbo Wu
6be9afb619 feat: allow searching by note: 2023-06-30 16:02:49 +08:00
Hongbo Wu
53b854b69f fix: improve full-text search result
* always sort by score first
* boost title score by 3 times
* tie breaker is 0.3
2023-06-30 15:32:09 +08:00
Hongbo Wu
13afb7febd feat: create labels if not exist when setting labels in the highlight 2023-06-30 11:40:39 +08:00
Hongbo Wu
8d3cac989b feat: create labels if not exist when setting labels in the page 2023-06-30 11:08:03 +08:00
Jackson Harper
c1448d510d Make sure articleId is updated when setting labels 2023-06-29 15:32:11 -07:00
Jackson Harper
2009ce1b72 Fix state of articleId preventing labels from saving on reader view 2023-06-29 15:03:38 -07:00
Jackson Harper
f10e1f667b Close notebook on escape 2023-06-29 14:37:13 -07:00
Jackson Harper
ba5a8431cd
Merge pull request #2442 from omnivore-app/fix/web-highlight-tables
Handle all whitespace nodes when creating highlights, improve highlight view styling
2023-06-29 07:54:41 +08:00
Jackson Harper
873f24c125 Styling on highlight views 2023-06-28 21:03:07 +08:00
Hongbo Wu
748627235c
Merge pull request #2443 from omnivore-app/fix/rate-limiter
fix: email sending and recommendation
2023-06-28 17:36:32 +08:00
Hongbo Wu
74f2dd6bf1 catch authorization error in rate limiter and 5 rpm 2023-06-28 17:04:47 +08:00
Hongbo Wu
b7c133d58e fix: email sending and recommendation
* use token in the custom header as the key in rate limiter
2023-06-28 17:00:11 +08:00
Jackson Harper
d511d43593 Handle all whitespace nodes when creating highlights, improve highlight view styling 2023-06-28 15:42:31 +08:00
Jackson Harper
d4624a9f99 Fix crash when creating labels during SetLabels operation 2023-06-28 12:42:51 +08:00
Hongbo Wu
e0c59434d7
Merge pull request #2440 from omnivore-app/fix/importer-email
catch authorization error and return 401
2023-06-28 12:29:28 +08:00
Jackson Harper
ee724d1134
Merge pull request #2438 from omnivore-app/fix/web-css-fixes
Remove unused styles, fix styling of notebook on mobile
2023-06-28 12:28:00 +08:00
Hongbo Wu
b60ace4877 log unauthorized error 2023-06-28 12:22:32 +08:00