1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-21 23:00:50 +03:00
Commit Graph

36 Commits

Author SHA1 Message Date
Quentin Gliech
247f676d35 Upgrade Storybook to 7.0.0-beta.8 2022-12-14 17:20:36 +01:00
Quentin Gliech
f7661c64ae Upgrade storybook to 7.0.0-beta.7 2022-12-14 16:44:40 +01:00
Quentin Gliech
7dfddc539c Adjust types in storybook 2022-12-08 16:36:34 +01:00
Quentin Gliech
6a25f403c1 Upgrade Storybook to 7.0.0-beta.0 2022-12-08 16:36:34 +01:00
dependabot[bot]
1b67cf574e Bump @types/jest from 29.2.3 to 29.2.4 in /frontend
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.2.3 to 29.2.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06 14:56:39 +01:00
Quentin Gliech
1655080b8f GraphQL: query upstream links from users 2022-12-05 19:39:51 +01:00
Quentin Gliech
2e7112ef13 GraphQL API 2022-12-05 19:39:51 +01:00
dependabot[bot]
e726373669 Bump decode-uri-component from 0.2.0 to 0.2.2 in /frontend
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-03 12:31:20 +01:00
dependabot[bot]
a30b20c809 Bump @types/react from 18.0.25 to 18.0.26 in /frontend
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.0.25 to 18.0.26.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-03 12:12:10 +01:00
Quentin Gliech
88f6e0ff28 Bump storybook to 7.0.0-alpha.55 2022-12-01 11:45:12 +01:00
Quentin Gliech
8c759a1025 Bump storybook to 7.0.0-alpha.54 2022-11-29 09:41:27 +01:00
dependabot[bot]
1183c624b1 Bump prettier from 2.7.1 to 2.8.0 in /frontend
Bumps [prettier](https://github.com/prettier/prettier) from 2.7.1 to 2.8.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.7.1...2.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-23 22:47:16 +01:00
Quentin Gliech
3397934f17 Bump Storybook to -alpha.52 2022-11-21 16:11:57 +01:00
Quentin Gliech
05990fe0ed Bump storybook to alpha.51 2022-11-21 15:47:56 +01:00
Quentin Gliech
2e53e6562a Fix templates tailwind config 2022-11-19 08:48:31 +01:00
dependabot[bot]
81e2571097 Bump eslint from 8.27.0 to 8.28.0 in /frontend
Bumps [eslint](https://github.com/eslint/eslint) from 8.27.0 to 8.28.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.27.0...v8.28.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-11-18 23:26:26 +01:00
Quentin Gliech
9c0ece7512 Do not embed the templates and static files in the binary 2022-11-18 22:37:55 +01:00
Quentin Gliech
0ecda1e468 Bump storybookjs 2022-11-18 14:08:33 +01:00
Quentin Gliech
933022850b Serve the SPA by the server 2022-11-18 13:43:01 +01:00
Quentin Gliech
6021aa691c Standalone pages to view an OAuth client and a browser session 2022-11-18 13:43:01 +01:00
Quentin Gliech
78778648ca Allow fetching more nodes by their IDs 2022-11-18 13:43:01 +01:00
Quentin Gliech
10815d8101 DateTime component 2022-11-18 13:43:01 +01:00
Quentin Gliech
408a7ba363 More components reuse 2022-11-18 13:43:01 +01:00
Quentin Gliech
8f4873b535 Cleanup Storybook config and add theme switcher 2022-11-18 13:43:01 +01:00
Quentin Gliech
3f6f060a61 Add Typography components 2022-11-18 13:43:01 +01:00
Quentin Gliech
2822e114e3 Stories for components with Relay fragments 2022-11-18 13:43:01 +01:00
Quentin Gliech
2b0677763d More stories 2022-11-18 13:43:01 +01:00
Quentin Gliech
7dec625114 Configure Storybook 2022-11-18 13:43:01 +01:00
Quentin Gliech
f195cd3567 OAuth and browser session lists 2022-11-18 13:43:01 +01:00
Quentin Gliech
2064c11d9b Simple list of compat sessions 2022-11-18 13:43:01 +01:00
Quentin Gliech
02c47cab34 Start displaying some paginated stuff 2022-11-18 13:43:01 +01:00
Quentin Gliech
6782254743 Fix babel config being loaded by vite 2022-11-18 13:43:01 +01:00
Quentin Gliech
04b5ce1544 Setup Jest 2022-11-18 13:43:01 +01:00
Quentin Gliech
21db375b94 Basic navigation 2022-11-18 13:43:01 +01:00
Quentin Gliech
47c9b54c06 Lint GraphQL schema and operations with eslint 2022-11-18 13:43:01 +01:00
Quentin Gliech
815afb4535 Bootstrap the frontend 2022-11-18 13:43:01 +01:00