-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add filter by resource to cms dashboard (#178)
* feat: add filter by resource to cms dashboard * refactor: add dynamic filter by resource * feat(cms): setup zustand for state management * chore(cms): fix ts build * feat(cms): add login/register mutations to auth store ctx * chore(cms): hide virtual fields from filter dropdown * chore(example): remove auth roles and permissions from example app * chore(example): remove auth roles and permissions from example app * fix(tests): fix two-factor failing tests Co-authored-by: Kati Frantz <bahdcoder@gmail.com>
- Loading branch information
1 parent
c35178f
commit ad93113
Showing
25 changed files
with
576 additions
and
251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
packages/cms/pages/components/auth/context/auth-context.tsx
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
33 changes: 16 additions & 17 deletions
33
packages/cms/pages/components/auth/guards/must-be-authenticated.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 10 additions & 11 deletions
21
packages/cms/pages/components/auth/guards/must-not-be-authenticated.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.