0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-20 21:32:31 -05:00
logto/packages/experience/src
Gao Sun 1ade7a32eb
refactor(experience): fall back to sign-in page when error (#5673)
* refactor(experience): fall back to sign-in page for edge cases

* refactor: add unit tests

* refactor: fix tests
2024-04-10 20:52:44 +08:00
..
__mocks__ feat: support direct sign-in (#5536) 2024-03-26 13:23:41 +08:00
apis feat(experience): implement the consent page (#5265) 2024-01-22 11:22:44 +08:00
assets style(experience): update scopes and organizations selector style (#5289) 2024-01-25 03:15:34 +00:00
components feat(experience): implement the consent page (#5265) 2024-01-22 11:22:44 +08:00
constants feat: support direct sign-in (#5536) 2024-03-26 13:23:41 +08:00
containers refactor(experience): reorg hooks location (#4877) 2023-11-17 07:25:30 +00:00
hooks feat: support direct sign-in (#5536) 2024-03-26 13:23:41 +08:00
i18n fix(experience): update text content in the preview on custom phrases updated (#5192) 2024-01-03 11:20:08 +08:00
include.d
Layout feat(experience): implement the consent page (#5265) 2024-01-22 11:22:44 +08:00
pages refactor(experience): fall back to sign-in page when error (#5673) 2024-04-10 20:52:44 +08:00
Providers fix(experience): update text content in the preview on custom phrases updated (#5192) 2024-01-03 11:20:08 +08:00
scss style(experience): fix some of the consent page styling (#5273) 2024-01-24 10:23:39 +08:00
types feat(experience): add struct guard to session storage hook (#4933) 2023-11-21 08:09:07 +00:00
utils chore(console,experience): remove feature flag for dev tenant (#4921) 2023-11-21 15:48:54 +08:00
App.tsx feat: support direct sign-in (#5536) 2024-03-26 13:23:41 +08:00
favicon.ico
index.html
index.tsx feat(experience): experience support old browser (#5130) 2024-01-07 21:09:54 +08:00
jest.setup.ts