Commit Graph

7007 Commits

Author SHA1 Message Date
e4b86ecf34 Improvements to the Continue Reading section, add long press actions 2023-07-06 16:22:57 -07:00
f3bc4ba054 Show only one tab 2023-07-06 16:22:57 -07:00
cf82f05a93 Improve layout of the feature card block 2023-07-06 16:22:57 -07:00
2d021c2683 Work on multi tab iOS client 2023-07-06 16:22:57 -07:00
7cf0c37c88 Clean up colouring on tabs 2023-07-06 16:22:57 -07:00
41443c70b5 Structure tabviews in iOS 2023-07-06 16:22:57 -07:00
32d583e05c Start adding tab view, improved Pinned header 2023-07-06 16:22:57 -07:00
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
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
5394cc5a43 Merge pull request #2457 from omnivore-app/feature/search-by-note
feat: improve basic search
2023-07-05 09:58:14 -07:00
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
a3fa695957 add comment 2023-07-04 20:47:51 +08:00
a818fa721c use asia/shanghai timezone to format published date in wechat articles 2023-07-04 20:46:39 +08:00
ccc69d01d5 Merge pull request #2462 from omnivore-app/fix/wechat-published-date
fix/wechat published date
2023-07-04 19:06:31 +08:00
43cb72db97 comment 2023-07-04 19:02:47 +08:00
9a92fc6870 fix:
* published/saved date not editable on web
* these two dates are not fully shown
2023-07-04 18:58:21 +08:00
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
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
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
2a1c286961 #1993, #1968 - make sign up form fields required 2023-07-04 00:24:26 +05:30
599d61016e feat: add category field to Filter object 2023-07-03 19:06:45 +08:00
e4284d215c feat: boost sitename score by 2 times in the basic search 2023-07-03 18:09:41 +08:00
afaaf8af60 feat: allow searching by note in the basic search 2023-07-03 18:06:54 +08:00
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
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
faf6fdb8a0 Show logo on medium devices 2023-06-30 21:08:43 -07:00
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
1981f5c3cc Still show display settings button on very small screens 2023-06-30 12:08:28 -07:00
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
8cd541f665 Improve the header on very small screens 2023-06-30 11:39:05 -07:00
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
57eb62c123 Merge pull request #2447 from omnivore-app/fix/full-text-search
fix/full text search
2023-07-01 00:24:54 +08:00
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
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
255ba408f6 Fix reader header on very narrow screens like the Samsung Fold 2023-06-30 09:08:01 -07:00
40d54d544a Merge pull request #2444 from omnivore-app/fix/web-highlight-tables
Web bug fixes
2023-06-30 23:52:06 +08:00
88dc514d27 feat: allow recovering a soft deleted item through updatePage api 2023-06-30 18:39:43 +08:00
ba35fa4447 feat: show soft deleted pages within 14 days by searching in:trash 2023-06-30 18:05:41 +08:00
10e5059db7 fix test 2023-06-30 17:28:37 +08:00
6be9afb619 feat: allow searching by note: 2023-06-30 16:02:49 +08:00
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
13afb7febd feat: create labels if not exist when setting labels in the highlight 2023-06-30 11:40:39 +08:00
8d3cac989b feat: create labels if not exist when setting labels in the page 2023-06-30 11:08:03 +08:00
c1448d510d Make sure articleId is updated when setting labels 2023-06-29 15:32:11 -07:00
2009ce1b72 Fix state of articleId preventing labels from saving on reader view 2023-06-29 15:03:38 -07:00
f10e1f667b Close notebook on escape 2023-06-29 14:37:13 -07:00
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
873f24c125 Styling on highlight views 2023-06-28 21:03:07 +08:00
748627235c Merge pull request #2443 from omnivore-app/fix/rate-limiter
fix: email sending and recommendation
2023-06-28 17:36:32 +08:00
74f2dd6bf1 catch authorization error in rate limiter and 5 rpm 2023-06-28 17:04:47 +08:00