Commit Graph

1314 Commits

Author SHA1 Message Date
1f963d64cc Merge pull request #474 from omnivore-app/fix/add-clear-button-to-search
Add a clear button to the search bar
2022-04-25 14:33:41 -07:00
755d8563d8 Add a clear button to the search bar 2022-04-25 13:50:40 -07:00
4d0ad24c73 Merge pull request #471 from omnivore-app/fix/today
Add timezone difference in today search query
2022-04-25 13:49:24 -07:00
4e211f447d Handle blank as the inbox term in the search filter buttons 2022-04-25 13:07:54 -07:00
605f13432f Add timezone difference in today search query 2022-04-23 09:19:00 +08:00
353b84c7d4 Merge pull request #449 from omnivore-app/bundle-size
Remove react-intl package until we have internationalized code, drops bundle size
2022-04-22 15:32:15 -07:00
282f171b17 Remove react-intl package until we have internationalized code, drops bundle size 2022-04-22 15:12:59 -07:00
00eb4aca70 Merge pull request #470 from omnivore-app/fix/rm-signup-button
Remove the Sign Up button from the header for logged out users
2022-04-22 13:36:04 -07:00
9362aa54c7 Merge pull request #443 from omnivore-app/dependabot/npm_and_yarn/cookie-0.5.0
Bump cookie from 0.4.2 to 0.5.0
2022-04-22 13:07:59 -07:00
17400dfd59 Merge pull request #441 from omnivore-app/dependabot/npm_and_yarn/opentelemetry/api-1.0.4
Bump @opentelemetry/api from 1.0.2 to 1.0.4
2022-04-22 13:07:12 -07:00
53e9696302 Merge pull request #440 from omnivore-app/dependabot/npm_and_yarn/cookie-parser-1.4.6
Bump cookie-parser from 1.4.5 to 1.4.6
2022-04-22 13:06:46 -07:00
62b1a57937 Merge pull request #460 from omnivore-app/feature/subscription-ui
Add basic subscriptions UI
2022-04-22 13:04:37 -07:00
51c3c5506c Comment out subscriptions dropdown option so we can deploy without exposing to users 2022-04-22 12:17:09 -07:00
fdd2d95164 Add popular newsletters 2022-04-22 12:17:09 -07:00
bcbda50daa Add basic UI for subscriptions 2022-04-22 12:17:09 -07:00
38c190a08f Add debugging line 2022-04-22 12:17:09 -07:00
e6ca3c8eb4 Create subscription type instead of importing from GraphQL 2022-04-22 12:17:09 -07:00
c3c65479bb add unsubscribe 2022-04-22 12:17:07 -07:00
f8bacf77df add list subscriptions 2022-04-22 12:16:35 -07:00
6842c4c1ad revert yarn.lock changes 2022-04-22 12:16:35 -07:00
2070fa79fa add subscription to articles api response 2022-04-22 12:16:33 -07:00
36ed2e9a9f Remove the Sign Up button from the header for logged out users
This reduces flicker on refresh
2022-04-22 12:01:56 -07:00
006b15f09f Merge pull request #468 from omnivore-app/fix/search-docs-cleanup
Improve search docs
2022-04-22 11:51:15 -07:00
f8db6bcdf2 Merge pull request #466 from omnivore-app/fix/email-content-report
Email content display report
2022-04-22 11:50:56 -07:00
5ccbca688d Merge pull request #469 from omnivore-app/fix/landing-cls
Improve layout shift on the landing page
2022-04-22 11:50:40 -07:00
19cfb9f67b Improve layout shift on the landing page 2022-04-22 11:03:20 -07:00
6689ebc090 Improve search docs 2022-04-22 10:33:27 -07:00
330f5c07c7 Merge pull request #464 from omnivore-app/fix/empty-state
Display empty state when no library items are found
2022-04-22 10:25:34 -07:00
9e9734c740 Fix typos in help doc 2022-04-22 10:06:49 -07:00
d5eef9f960 Quoting 2022-04-22 09:47:40 -07:00
3e35fb1aca Email content display report 2022-04-22 19:14:59 +08:00
330586f8ea Use a bar thickness of 2 so more visible on mobile 2022-04-21 20:52:28 -07:00
29b5204de7 Make progress bar more subtle 2022-04-21 20:12:55 -07:00
b679451548 Fix parsing articles from www.derstandard.at (#459)
* Fix parsing articles from www.derstandard.at

* slim cookies down
2022-04-22 10:53:28 +08:00
584f30c525 Make buttons the same size as the add link button 2022-04-21 19:49:02 -07:00
a9b3123b1b Only display loading bar for first page of library items
Since we trigger a load automatically for infinite scroll this
prevents too much movement in the top bar
2022-04-21 19:43:09 -07:00
71aa66ea9c Allow search for subscription:name (#461) 2022-04-22 08:47:41 +08:00
9c72f99520 Merge pull request #465 from omnivore-app/fix/up-rate-limit
Increase the rate limit
2022-04-21 15:10:26 -07:00
0a4d55ef15 Increase the rate limit
Turns out 10 is very low because we make CORs requests from the
browser and SWR will make background requests for some objects
like viewer. I was hitting the limit while testing search.
2022-04-21 14:59:57 -07:00
10dc8e2136 Fix typo in highlighted search 2022-04-21 14:27:57 -07:00
3f7546fb08 Dont display empty state while loading 2022-04-21 14:26:59 -07:00
88f936164b HTML escaping 2022-04-21 14:10:49 -07:00
46cb7abc04 Add stubbed method for empty library test 2022-04-21 14:05:18 -07:00
510a95f393 Add topbar dependencies 2022-04-21 14:00:09 -07:00
f4f9311b39 Update saved search buttons 2022-04-21 13:59:53 -07:00
714628587a Add top bar loading indicator to the library 2022-04-21 13:51:20 -07:00
8d8dd3d28d Add top bar 2022-04-21 13:47:42 -07:00
cefe326fba Add UI for empty state in the library 2022-04-21 13:43:31 -07:00
765be8314c Merge pull request #462 from omnivore-app/fix/parse-substack 2022-04-21 06:47:44 -07:00
6d2700e865 fix tests 2022-04-21 21:31:31 +08:00