Commit Graph

7799 Commits

Author SHA1 Message Date
de44d5f59c Bump yet-another-react-lightbox from 3.12.0 to 3.12.2
Bumps [yet-another-react-lightbox](https://github.com/igordanchenko/yet-another-react-lightbox) from 3.12.0 to 3.12.2.
- [Release notes](https://github.com/igordanchenko/yet-another-react-lightbox/releases)
- [Changelog](https://github.com/igordanchenko/yet-another-react-lightbox/blob/main/CHANGELOG.md)
- [Commits](https://github.com/igordanchenko/yet-another-react-lightbox/compare/v3.12.0...v3.12.2)

---
updated-dependencies:
- dependency-name: yet-another-react-lightbox
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 21:49:36 +00:00
cdc9901f71 Merge pull request #2832 from omnivore-app/fix/extension-remove-click-handler
Fix the label remove click handler in the extension
2023-10-02 21:16:38 +08:00
e93b3577dc Fix the label remove click handler in the extension 2023-10-02 18:51:50 +08:00
4953a4d356 Merge pull request #2828 from omnivore-app/fix/web-title-typo
Fix title tooltip for the reader display settings
2023-10-02 15:00:18 +08:00
334718292f Fic title tooltip for the reader display settings 2023-10-02 14:53:14 +08:00
e702930d09 Merge pull request #2826 from omnivore-app/fix/web-add-contribute-button
Add the contribute button to the left menu
2023-10-02 13:22:15 +08:00
ef8a75f681 Set the tab index on the RSS forms view 2023-10-02 13:13:02 +08:00
c9aea5248e Make the feeds UI a bit more consistent with the rest of settings 2023-10-02 13:07:51 +08:00
a99aa059c9 Add the contribute button to the left menu 2023-10-02 12:57:25 +08:00
87bb2cc4bc Merge pull request #2819 from omnivore-app/feat/web-account-limits-ux
Account limits UX test
2023-10-02 12:39:06 +08:00
4b1b7f34b9 Merge pull request #2825 from omnivore-app/fix/subscribe-api-406
fix 406 not acceptable error from subscribing an rss feed: https://feed.infoq.com/
2023-10-02 12:38:43 +08:00
5530232adc Merge pull request #2811 from omnivore-app/dependabot/npm_and_yarn/get-func-name-2.0.2
Bump get-func-name from 2.0.0 to 2.0.2
2023-10-02 12:16:13 +08:00
c0b3b83726 Comment out account size UX 2023-10-02 11:59:20 +08:00
6d9f8293df Improve settings layout when sections are empty, better display settings for PDFs 2023-10-02 11:58:18 +08:00
082e83b1ad fix 406 not acceptable error from subscribing an rss feed 2023-10-02 10:52:50 +08:00
9124464c23 Merge pull request #2818 from omnivore-app/fix/web-accounts-form-input
Fix styling of accounts without altering the default form controls
2023-09-30 14:55:05 +08:00
73cfc3a43b Account limits UX test 2023-09-30 14:22:11 +08:00
817a894d64 Fix styling of accounts without altering the default form controls 2023-09-30 14:20:03 +08:00
66ae24329c Merge pull request #2814 from omnivore-app/feat/extension-create-labels
Allow creating labels from the extension
2023-09-30 14:07:04 +08:00
4bda74db3f Merge pull request #2812 from omnivore-app/fix/web-service-worker-cache
Dont use the service worker cache as it interferes with the content security policy
2023-09-30 14:06:49 +08:00
a10c451010 Linting clean up 2023-09-30 13:14:01 +08:00
10e768ace0 Remove debug 2023-09-30 12:54:10 +08:00
34e9ed16b5 Add settings menu 2023-09-30 12:51:15 +08:00
16c000bad4 Revert change 2023-09-30 12:49:44 +08:00
44e85ea295 Merge 2023-09-30 12:48:57 +08:00
5cb94738de Merge pull request #2815 from omnivore-app/fix/archive-and-unarchive-tooltip
fix: showing unarchive as the tooltip when the item is in library and vice versa
2023-09-29 11:15:06 +08:00
a3beb48237 fix: showing unarchive as the tooltip when the item is in library and vice versa 2023-09-28 21:50:39 +08:00
cd8f47acad Merge pull request #2813 from omnivore-app/fix/published-date
get published date from url and time elements
2023-09-28 18:07:32 +08:00
db4604e21f Sync label changes 2023-09-28 17:49:00 +08:00
2b23b0e002 Update generated html 2023-09-28 09:37:48 +00:00
001403c02d fix tests 2023-09-28 17:36:27 +08:00
310ad5de1d get published date from url 2023-09-28 17:35:33 +08:00
45b7c2b619 get published date from time element 2023-09-28 17:14:17 +08:00
bc2c46d3d1 Fix request 2023-09-28 16:09:43 +08:00
901bdd2564 Sync label changes 2023-09-28 16:08:47 +08:00
d120a6aa3d Dont use the service worker cache as it interferes with the content security policy
If we use this, then the CSP can't set security policies as
granularly, as almost everything will go through connect-src,
like every time we get a fallback image it would go through
fetch and connect-src would have to allow all https.
2023-09-28 15:11:21 +08:00
c9b178ca5c Merge pull request #2808 from omnivore-app/fix/published-date
fix/published date
2023-09-28 15:01:58 +08:00
3793d0ff74 Merge pull request #2810 from omnivore-app/fix/web-display-settings-overlay
Dont show an overlay when editing display settings
2023-09-28 14:54:06 +08:00
f0abdd654a Update generated html 2023-09-28 02:35:06 +00:00
55e274a32c better match of published date and avoid removing date string which is not a published date 2023-09-28 10:34:05 +08:00
9decdf0fe9 Bump get-func-name from 2.0.0 to 2.0.2
Bumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/chaijs/get-func-name/releases)
- [Commits](https://github.com/chaijs/get-func-name/commits/v2.0.2)

---
updated-dependencies:
- dependency-name: get-func-name
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-27 21:55:28 +00:00
12a9973935 Dont show an overlay when editing display settings 2023-09-27 17:40:42 +08:00
0ccf332ab0 Update generated html 2023-09-27 07:33:55 +00:00
3399213328 add test cases from economist and caixin 2023-09-27 15:32:42 +08:00
c45c457886 Merge pull request #2806 from omnivore-app/dependabot/npm_and_yarn/react-spinners-0.13.8
Bump react-spinners from 0.13.7 to 0.13.8
2023-09-27 13:36:12 +08:00
f420b0d5c8 Merge pull request #2809 from omnivore-app/fix/rss-403
fix getting 403 when parsing some rss url by setting a user agent in the request
2023-09-27 12:40:40 +08:00
010e2841da fix getting 403 when parsing some rss url by setting a user agent in the request 2023-09-27 10:38:49 +08:00
60b7d500a2 fix long published date not parsed correctly 2023-09-26 21:41:27 +08:00
d37cb7fda1 fix published date in chinese not parsed correctly 2023-09-26 20:48:01 +08:00
1c5bb5d358 Bump react-spinners from 0.13.7 to 0.13.8
Bumps [react-spinners](https://github.com/davidhu2000/react-spinners) from 0.13.7 to 0.13.8.
- [Release notes](https://github.com/davidhu2000/react-spinners/releases)
- [Changelog](https://github.com/davidhu2000/react-spinners/blob/main/CHANGELOG.md)
- [Commits](https://github.com/davidhu2000/react-spinners/compare/0.13.7...v0.13.8)

---
updated-dependencies:
- dependency-name: react-spinners
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-26 02:56:31 +00:00