Commit Graph

2139 Commits

Author SHA1 Message Date
Michał Leszczyk 4a5be18dae
fix(dashboard-v2): fix Switch toggle shrinking in narrow spaces 2022-03-16 12:53:31 +01:00
Michał Leszczyk 387e08f69b
feat(dashboard-v2): add global typography styles 2022-03-16 12:53:31 +01:00
Michał Leszczyk 60b6fd2a48
fix(dashboard-v2): fix navbar dropdown hiding behind positioned content 2022-03-16 12:53:31 +01:00
Michał Leszczyk 0ec9b396aa
fix(dashboard-v2): styling fixes for active link in navbar dropdown 2022-03-16 12:53:31 +01:00
Karol Wypchło 0d485c2a7f
Merge pull request #1859 from SkynetLabs/dependabot/npm_and_yarn/packages/website/gatsby-plugin-manifest-4.9.1
build(deps): bump gatsby-plugin-manifest from 4.9.0 to 4.9.1 in /packages/website
2022-03-16 12:19:10 +01:00
Karol Wypchło 69e52f6d72
Merge pull request #1857 from SkynetLabs/dashboard-v2-files-page
Dashboard v2 files page
2022-03-16 12:18:57 +01:00
Karol Wypchło 11eac31681
Merge pull request #1860 from SkynetLabs/dependabot/npm_and_yarn/packages/dashboard/stripe-8.209.0
build(deps): bump stripe from 8.207.0 to 8.209.0 in /packages/dashboard
2022-03-16 09:54:13 +01:00
Karol Wypchło 49ab788132
Merge pull request #1862 from SkynetLabs/dependabot/npm_and_yarn/packages/dashboard/fontsource/source-sans-pro-4.5.4
build(deps): bump @fontsource/source-sans-pro from 4.5.3 to 4.5.4 in /packages/dashboard
2022-03-16 09:54:00 +01:00
dependabot[bot] 6783cb3d39
build(deps-dev): bump eslint in /packages/dashboard
Bumps [eslint](https://github.com/eslint/eslint) from 8.10.0 to 8.11.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.10.0...v8.11.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-14 12:09:54 +00:00
dependabot[bot] 710e24e7b9
build(deps): bump @fontsource/source-sans-pro in /packages/dashboard
Bumps [@fontsource/source-sans-pro](https://github.com/fontsource/fontsource/tree/HEAD/packages/source-sans-pro) from 4.5.3 to 4.5.4.
- [Release notes](https://github.com/fontsource/fontsource/releases)
- [Changelog](https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/fontsource/commits/HEAD/packages/source-sans-pro)

---
updated-dependencies:
- dependency-name: "@fontsource/source-sans-pro"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-14 12:09:44 +00:00
dependabot[bot] 568692452b
build(deps): bump stripe from 8.207.0 to 8.209.0 in /packages/dashboard
Bumps [stripe](https://github.com/stripe/stripe-node) from 8.207.0 to 8.209.0.
- [Release notes](https://github.com/stripe/stripe-node/releases)
- [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stripe/stripe-node/compare/v8.207.0...v8.209.0)

---
updated-dependencies:
- dependency-name: stripe
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-14 12:09:30 +00:00
dependabot[bot] 2d9d45fd69
build(deps): bump gatsby-plugin-manifest in /packages/website
Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 4.9.0 to 4.9.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-manifest/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@4.9.1/packages/gatsby-plugin-manifest)

---
updated-dependencies:
- dependency-name: gatsby-plugin-manifest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-14 12:09:21 +00:00
Michał Leszczyk fab732c6cc
feat(dashboard-v2): add Files page 2022-03-13 11:06:56 +01:00
Michał Leszczyk 46a2ff44d5
fix(dashboard-v2): styling fixes for Select and Table components 2022-03-13 11:06:56 +01:00
Michał Leszczyk ef13a84185
feat(dashboard-v2): implement CopyButton 2022-03-13 11:06:56 +01:00
Michał Leszczyk e4dec7fabd
feat(dashboard-v2): add CopyIcon and ShareIcon 2022-03-13 11:06:56 +01:00
Michał Leszczyk cd425240a0
feat(dashboard-v2): implement PopoverMenu 2022-03-13 11:06:56 +01:00
Michał Leszczyk cb5a162fe4
fix(dashboard-v2): migrate Switch to styled-components 2022-03-13 11:06:55 +01:00
Michał Leszczyk a00d4f8db9
fix(dashboard-v2): fix table header styles 2022-03-13 11:06:55 +01:00
Michał Leszczyk badc487018
fix(dashboard-v2): fix tabs default tab behavior 2022-03-13 11:06:55 +01:00
Michał Leszczyk aa6db3d115
feat(dashboard-v2): implement TextInputIcon component 2022-03-13 11:06:55 +01:00
Michał Leszczyk a93e4e93f8
Merge pull request #1833 from SkynetLabs/dashboard-v2-current-usage
Dashboard v2 current usage
2022-03-13 11:06:39 +01:00
Karol Wypchlo ed3fba1db4
Revert "Merge pull request #1851 from SkynetLabs/adjust-health-checks-to-skylink-redirects"
This reverts commit 8db71f57ec, reversing
changes made to 7922f84a23.
2022-03-10 09:54:54 +01:00
Karol Wypchlo a561796d52
fix health checks working with redirects 2022-03-08 23:13:00 +01:00
Karol Wypchlo 312d940691
use new matomo tag manager address 2022-03-08 12:48:45 +01:00
Karol Wypchło dbddb55f8d
Merge pull request #1845 from SkynetLabs/terms-and-policies
feat(website): move terms of use and privacy policy to subpages
2022-03-08 12:33:03 +01:00
Karol Wypchło 2715de1ef3
Merge pull request #1660 from SkynetLabs/reenable-end-to-end-upload-test
reenable end to end uploader test
2022-03-08 11:15:20 +01:00
Michał Leszczyk 74675f198d
fix(dashboard-v2): bullet-proof activity table 2022-03-08 09:37:46 +01:00
Michał Leszczyk a5327d00f3
style(dashboard-v2): improve code readability 2022-03-08 09:37:24 +01:00
Michał Leszczyk 2f6c1f0b79
feat(website): move terms of use and privacy policy to subpages (/terms & /policy) 2022-03-08 09:19:04 +01:00
Karol Wypchło 7da5a24c6e
temporarily use siasky.net emails on portal landing page (#1843) 2022-03-07 19:58:38 +01:00
Karol Wypchło a5834539f2
Merge pull request #1836 from SkynetLabs/dependabot/npm_and_yarn/packages/website/postcss-8.4.8
build(deps): bump postcss from 8.4.7 to 8.4.8 in /packages/website
2022-03-07 14:01:39 +01:00
Karol Wypchło 20c77df19f
Merge pull request #1837 from SkynetLabs/dependabot/npm_and_yarn/packages/website/gatsby-4.9.2
build(deps): bump gatsby from 4.9.0 to 4.9.2 in /packages/website
2022-03-07 13:43:08 +01:00
dependabot[bot] 5d76c4c877
build(deps): bump postcss from 8.4.7 to 8.4.8 in /packages/website
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.7 to 8.4.8.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.7...8.4.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 12:32:01 +00:00
Karol Wypchło 72b3e962f9
Merge pull request #1838 from SkynetLabs/dependabot/npm_and_yarn/packages/dashboard/ky-0.30.0
build(deps): bump ky from 0.29.0 to 0.30.0 in /packages/dashboard
2022-03-07 13:27:42 +01:00
Karol Wypchło 0c3e1b2d5d
Merge pull request #1839 from SkynetLabs/dependabot/npm_and_yarn/packages/dashboard/tailwindcss/forms-0.5.0
build(deps-dev): bump @tailwindcss/forms from 0.4.0 to 0.5.0 in /packages/dashboard
2022-03-07 13:27:21 +01:00
Karol Wypchło 2b716ac171
Merge pull request #1841 from SkynetLabs/dependabot/npm_and_yarn/packages/dashboard/stripe/stripe-js-1.24.0
build(deps): bump @stripe/stripe-js from 1.23.0 to 1.24.0 in /packages/dashboard
2022-03-07 13:27:07 +01:00
Karol Wypchło de3a496f02
Merge pull request #1840 from SkynetLabs/dependabot/npm_and_yarn/packages/dashboard/postcss-8.4.8
build(deps-dev): bump postcss from 8.4.7 to 8.4.8 in /packages/dashboard
2022-03-07 13:26:57 +01:00
dependabot[bot] 921410000a
build(deps): bump stripe from 8.205.0 to 8.207.0 in /packages/dashboard
Bumps [stripe](https://github.com/stripe/stripe-node) from 8.205.0 to 8.207.0.
- [Release notes](https://github.com/stripe/stripe-node/releases)
- [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stripe/stripe-node/compare/v8.205.0...v8.207.0)

---
updated-dependencies:
- dependency-name: stripe
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 12:09:24 +00:00
dependabot[bot] d34af51903
build(deps): bump @stripe/stripe-js in /packages/dashboard
Bumps [@stripe/stripe-js](https://github.com/stripe/stripe-js) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/stripe/stripe-js/releases)
- [Commits](https://github.com/stripe/stripe-js/compare/v1.23.0...v1.24.0)

---
updated-dependencies:
- dependency-name: "@stripe/stripe-js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 12:09:13 +00:00
dependabot[bot] 66c3313faf
build(deps-dev): bump postcss from 8.4.7 to 8.4.8 in /packages/dashboard
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.7 to 8.4.8.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.7...8.4.8)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 12:08:51 +00:00
dependabot[bot] e7eac51016
build(deps-dev): bump @tailwindcss/forms in /packages/dashboard
Bumps [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/tailwindlabs/tailwindcss-forms/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss-forms/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: "@tailwindcss/forms"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 12:08:44 +00:00
dependabot[bot] 4615251193
build(deps): bump ky from 0.29.0 to 0.30.0 in /packages/dashboard
Bumps [ky](https://github.com/sindresorhus/ky) from 0.29.0 to 0.30.0.
- [Release notes](https://github.com/sindresorhus/ky/releases)
- [Commits](https://github.com/sindresorhus/ky/compare/v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: ky
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 12:08:38 +00:00
dependabot[bot] c674725532
build(deps): bump gatsby from 4.9.0 to 4.9.2 in /packages/website
Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 4.9.0 to 4.9.2.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@4.9.0...gatsby@4.9.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 12:08:33 +00:00
Karol Wypchło 34f76c607d
Merge branch 'master' into reenable-end-to-end-upload-test 2022-03-07 12:56:25 +01:00
Karol Wypchlo 55f57c9fa2
Revert "use skynet to load our homepage"
This reverts commit ffb1e499b9.
2022-03-06 14:33:23 +01:00
Karol Wypchlo d0ae52c520
use develop build to include portal url 2022-03-04 17:06:39 +01:00
Karol Wypchlo c7e16b8345
fix integration test 2022-03-04 16:15:27 +01:00
Karol Wypchło 4609ac5681
Merge branch 'master' into reenable-end-to-end-upload-test 2022-03-04 16:01:07 +01:00
Michał Leszczyk 623a4b816b
feat(dashboard-v2): setup loading indicators for main screen panels 2022-03-04 14:45:13 +01:00