Skip to content

Commit

Permalink
feat: Custom Roles (#2481)
Browse files Browse the repository at this point in the history
# Description
Added a page to manage an instance's custom roles.
Closes #2479 

## Type of change
- [x] New feature (non-breaking change which adds functionality)

# Dependencies
- [ ] zesty-io/fetch-wrapper#66
- [x] zesty-io/material#109
- [ ] zesty-io/accounts-api#285
- [ ] https://github.com/zesty-io/base-api/pull/207

# How Has This Been Tested?
- [x] Manual Test


# Screenshots / Screen recording

[screen-recorder-tue-oct-29-2024-15-02-58.webm](https://github.com/user-attachments/assets/e75765ef-8ab1-4936-b925-55f39977591a)

---------

Co-authored-by: Stuart Runyan <[email protected]>
  • Loading branch information
finnar-bin and shrunyan authored Dec 6, 2024
1 parent 7a9aa57 commit f0b61b6
Show file tree
Hide file tree
Showing 41 changed files with 4,204 additions and 159 deletions.
5 changes: 5 additions & 0 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
Loading

0 comments on commit f0b61b6

Please sign in to comment.