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

15 Commits

Author SHA1 Message Date
Quentin Gliech
1b75b3b185 WIP: start replacing jotai-urql with urql 2024-02-15 14:17:20 +01:00
Quentin Gliech
9b5c8fb44b Allow running the authentication service on a different base path 2023-10-06 14:07:55 +02:00
Kerry Archibald
0fada6ff47 remove debug 2023-09-21 09:48:03 +02:00
Kerry Archibald
1567dbb6d6 add app sessions list 2023-09-21 09:48:03 +02:00
Kerry Archibald
8eec9e53a7 bust cache after verifying email 2023-09-18 19:50:36 +02:00
Quentin Gliech
f001463585 frontend: add tests & stories for many components
Also more compound adoption
Also prettier upgrade
2023-08-08 18:35:32 +02:00
Quentin Gliech
a592f00cf9 Fix the MatrixUser cache in urql 2023-06-20 16:53:53 +02:00
Quentin Gliech
741873b84e Ability to remove emails 2023-06-14 09:24:49 +02:00
Quentin Gliech
826e84904e Setup consistent import order and fix eslint errors 2023-06-14 09:24:49 +02:00
Quentin Gliech
3d6eba6acc Use the same pagination primitives in the session lists 2023-06-14 09:24:49 +02:00
Quentin Gliech
3c933a9d29 WIP my account page 2023-06-14 09:24:49 +02:00
Quentin Gliech
574514638e WIP my account page 2023-06-14 09:24:49 +02:00
Quentin Gliech
f62d045b8c WIP my account page 2023-06-14 09:24:49 +02:00
Quentin Gliech
558ee7f197 Bump frontend dependencies & setup better urql cache 2023-04-19 11:39:02 +02:00
Quentin Gliech
b26d12f52f frontend: Migrate to jotai and urql
This cuts the bundle size by 50% and makes it easier to reason about state.
It removes the usage of react-router-dom and replaces it with a simple router atom based on jotai-location.
Since the screens will be quite simple, I don't expect that we'll need the advanced caching features of react-relay, hence the switch to urql.
2023-03-20 21:10:04 +01:00