Rupin Khandelwal
6d1ddf4e36
Merge branch 'main' of github.com:omnivore-app/omnivore into 895
2022-07-22 16:26:59 +02:00
Rupin Khandelwal
3d2035a014
removing the border from the table on small screens
2022-07-22 16:26:31 +02:00
Rupin Khandelwal
735169bf41
Updated CSS to match how it was before
2022-07-21 22:31:19 +02:00
Jackson Harper
458d501a38
Merge pull request #1003 from omnivore-app/extension-1.26.0
...
Bump extension version to `0.1.26`
2022-07-21 13:14:40 -07:00
Jackson Harper
7e269b3bcb
Merge pull request #1001 from omnivore-app/dependabot/npm_and_yarn/pkg/admin/terser-4.8.1
...
Bump terser from 4.8.0 to 4.8.1 in /pkg/admin
2022-07-21 11:43:39 -07:00
Jackson Harper
a403c41dcd
Bump extension version to 0.1.26
2022-07-21 11:07:50 -07:00
dependabot[bot]
9387075a88
Bump terser from 4.8.0 to 4.8.1 in /pkg/admin
...
Bumps [terser](https://github.com/terser/terser ) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 18:03:56 +00:00
Jackson Harper
eabad93324
Merge pull request #998 from omnivore-app/dependabot/npm_and_yarn/terser-4.8.1
...
Bump terser from 4.8.0 to 4.8.1
2022-07-21 11:03:47 -07:00
Jackson Harper
df51f46aa4
Merge pull request #996 from omnivore-app/dependabot/npm_and_yarn/pkg/extension/terser-5.14.2
...
Bump terser from 5.5.1 to 5.14.2 in /pkg/extension
2022-07-21 11:03:24 -07:00
Jackson Harper
27472281dc
Merge pull request #1000 from omnivore-app/fix/extension-handle-no-content
...
Handle cases in the extension when GetContent fails
2022-07-21 11:03:04 -07:00
Rupin Khandelwal
8874513e59
Some clean up around css
2022-07-21 13:03:44 +02:00
Jackson Harper
777d469505
Handle cases in the extension when GetContent fails
...
GetContent can fail for things like PDFs in Firefox. In that
case we want to just save the URL.
Note: one issue here is we dont display any UI on the PDF in
firefox since we can't execute our content scripts.
2022-07-20 18:01:04 -07:00
dependabot[bot]
613aec6c43
Bump terser from 4.8.0 to 4.8.1
...
Bumps [terser](https://github.com/terser/terser ) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 23:54:13 +00:00
Jackson Harper
5c69fb50fb
Show the css attribute
2022-07-20 16:12:25 -07:00
Jackson Harper
1c1db00626
Example of how to style table components
2022-07-20 16:08:57 -07:00
Jackson Harper
fdd140485e
Rename table to imports dont fail
2022-07-20 15:58:19 -07:00
Rupin Khandelwal
1852ec2a6b
Merge branch 'main' of github.com:omnivore-app/omnivore into 895
2022-07-20 23:36:01 +02:00
Rupin Khandelwal
3e1ecaad76
Fixing z-index issue on modal
2022-07-20 23:35:32 +02:00
dependabot[bot]
2de81f1cec
Bump terser from 5.5.1 to 5.14.2 in /pkg/extension
...
Bumps [terser](https://github.com/terser/terser ) from 5.5.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 19:21:23 +00:00
Jackson Harper
07a03b4d48
Merge pull request #994 from omnivore-app/fix/landing-image
...
Fix image-set syntax for the login page
2022-07-19 16:18:40 -07:00
Jackson Harper
ff629b2fed
Merge pull request #992 from omnivore-app/fix/email-urls
...
Use email-signup instead of email-registration as path to match naming
2022-07-19 16:02:00 -07:00
Jackson Harper
0eb447117c
Fix image-set syntax for the login page
2022-07-19 16:00:14 -07:00
Jackson Harper
d31003229c
Merge pull request #993 from omnivore-app/fix/login-landing-image
...
Update login landing image, remove unused images
2022-07-19 15:45:33 -07:00
Jackson Harper
e0a4478400
Merge pull request #954 from omnivore-app/feat/extension-commands
...
Extension: support right click saveurl and shortcut key to save current tab
2022-07-19 15:37:18 -07:00
Rupin Khandelwal
290da8db19
Merge branch 'main' of github.com:omnivore-app/omnivore into 895
2022-07-19 23:52:06 +02:00
Jackson Harper
2e310f5414
Update login landing image, remove unused images
2022-07-19 14:42:29 -07:00
Rupin Khandelwal
ba945b36a4
Deleting testing file for table and cleaning up commented code
2022-07-19 23:37:32 +02:00
Rupin Khandelwal
5b6b9afd47
Refactor + commented out code
2022-07-19 23:29:52 +02:00
Jackson Harper
d6a6b1de66
Use email-signup instead of email-registration as path to match naming
2022-07-19 13:02:28 -07:00
Jackson Harper
38c469d7a2
Merge pull request #991 from omnivore-app/landing-page-images
...
Update landing page images, add some padding to bottom of page
2022-07-19 12:56:02 -07:00
Satindar Dhillon
e5d8b0b8d3
Merge pull request #988 from omnivore-app/fix/apple-sign-in
2022-07-19 12:00:19 -07:00
Jackson Harper
a4d9880975
Update landing page images, add some padding to bottom of page
2022-07-19 12:00:18 -07:00
Jackson Harper
26bd7817aa
Merge pull request #983 from omnivore-app/dependabot/npm_and_yarn/segment/analytics-next-1.40.0
...
Bump @segment/analytics-next from 1.38.0 to 1.40.0
2022-07-19 11:15:06 -07:00
Jackson Harper
d82f1e5492
Merge pull request #990 from omnivore-app/fix/email-form
...
Disable links to email forms
2022-07-19 11:14:03 -07:00
Jackson Harper
4c1be4ac18
Disable links to email forms
2022-07-19 10:58:55 -07:00
Jackson Harper
4d115f483e
Merge pull request #986 from omnivore-app/dependabot/npm_and_yarn/google-cloud/logging-winston-5.1.1
...
Bump @google-cloud/logging-winston from 4.2.2 to 5.1.1
2022-07-19 10:44:26 -07:00
Jackson Harper
448115f865
Merge pull request #987 from omnivore-app/feat/email-login-and-reg
...
Implement UI for email login and registration
2022-07-19 10:43:51 -07:00
Jackson Harper
41f3efb5cd
Proper escaping for apostrophe
2022-07-19 10:31:20 -07:00
Jackson Harper
726640c462
Merge pull request #984 from omnivore-app/dependabot/npm_and_yarn/radix-ui/react-popover-0.1.6
...
Bump @radix-ui/react-popover from 0.1.4 to 0.1.6
2022-07-19 10:27:16 -07:00
Jackson Harper
6749315452
Merge pull request #985 from omnivore-app/dependabot/npm_and_yarn/cypress-10.3.0
...
Bump cypress from 10.1.0 to 10.3.0
2022-07-19 10:26:49 -07:00
Satindar Dhillon
6d6c6a577b
bump mac app build number
2022-07-18 22:13:53 -07:00
Jackson Harper
22c1f6f7b4
Implement UI for email login and registration
2022-07-18 20:43:41 -07:00
Satindar Dhillon
e20e4d584d
bump apple apps to v 1.11.0
2022-07-18 17:54:55 -07:00
Satindar Dhillon
d86da49dbe
store pending user token after creating apple auth payload
2022-07-18 17:54:06 -07:00
dependabot[bot]
b86d9a08b9
Bump @google-cloud/logging-winston from 4.2.2 to 5.1.1
...
Bumps [@google-cloud/logging-winston](https://github.com/googleapis/nodejs-logging-winston ) from 4.2.2 to 5.1.1.
- [Release notes](https://github.com/googleapis/nodejs-logging-winston/releases )
- [Changelog](https://github.com/googleapis/nodejs-logging-winston/blob/main/CHANGELOG.md )
- [Commits](https://github.com/googleapis/nodejs-logging-winston/compare/v4.2.2...v5.1.1 )
---
updated-dependencies:
- dependency-name: "@google-cloud/logging-winston"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-18 21:59:44 +00:00
dependabot[bot]
bb990e6a4e
Bump cypress from 10.1.0 to 10.3.0
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 10.1.0 to 10.3.0.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js )
- [Commits](https://github.com/cypress-io/cypress/compare/v10.1.0...v10.3.0 )
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-18 21:58:57 +00:00
dependabot[bot]
64d9902425
Bump @radix-ui/react-popover from 0.1.4 to 0.1.6
...
Bumps [@radix-ui/react-popover](https://github.com/radix-ui/primitives ) from 0.1.4 to 0.1.6.
- [Release notes](https://github.com/radix-ui/primitives/releases )
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
---
updated-dependencies:
- dependency-name: "@radix-ui/react-popover"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-18 21:50:44 +00:00
dependabot[bot]
e4ff93eae8
Bump @segment/analytics-next from 1.38.0 to 1.40.0
...
Bumps [@segment/analytics-next](https://github.com/segmentio/analytics-next/tree/HEAD/packages/browser ) from 1.38.0 to 1.40.0.
- [Release notes](https://github.com/segmentio/analytics-next/releases )
- [Changelog](https://github.com/segmentio/analytics-next/blob/master/packages/browser/CHANGELOG.md )
- [Commits](https://github.com/segmentio/analytics-next/commits/@segment/analytics-next@1.40.0/packages/browser )
---
updated-dependencies:
- dependency-name: "@segment/analytics-next"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-18 21:50:05 +00:00
Jackson Harper
db2dceec4b
Merge pull request #933 from omnivore-app/fix/footnote-not-saved
...
fix/footnote not saved
2022-07-18 11:33:56 -07:00
Jackson Harper
6567de2992
Merge pull request #978 from omnivore-app/fix/content-fetch-hosts
...
Use ScrapingBee for some hosts
2022-07-18 11:33:29 -07:00