Nuno Góis
|
4167a60588
|
feat: biome lint frontend (#4903)
Follows up on https://github.com/Unleash/unleash/pull/4853 to add Biome
to the frontend as well.

Added a few `biome-ignore` to speed up the process but we may want to
check and fix them in the future.
|
2023-10-02 13:25:46 +01:00 |
|
Jaanus Sellin
|
35fe575d0d
|
feat: application usage feature flag and cleanup (#4568)
|
2023-08-25 13:26:44 +03:00 |
|
Tymoteusz Czech
|
8ee031e978
|
Update admin navigation (1-1104-improved-menu-oss) (#4458)
Cleaner tabs navigation for admin tabs

Closes https://linear.app/unleash/issue/1-1104/improved-menu-oss
|
2023-08-10 09:28:10 +02:00 |
|
Nuno Góis
|
95a0c7748f
|
feat: upgrade AdminAlert to PermissionGuard (#4074)
https://linear.app/unleash/issue/2-1165/improve-adminalert-usage-to-be-more-generic-accept-non-admin
Upgrades our `AdminAlert` to a new `PermissionGuard`.
**Question**: We don't **need** to, but **should** we be specific about
the `ADMIN` permission every time?
Technically `PermissionGuard` could have `permissions` as optional and
assume `[]` by default, which will add `ADMIN` anyways. However, I feel
like we may gain some readability if we're specific about it. WDYT?
Single permission:

Multiple permissions:

|
2023-06-23 13:25:35 +01:00 |
|
Fredrik Strand Oseberg
|
0dcf28a0f0
|
Refactor/lazy load (#2842)
Currently our bundle size is clocking in at: 1,798.28 kB │ gzip: 558.42 kB
After the changes: 1,299.32 kB │ gzip: 403.26 kB
|
2023-01-12 11:34:45 +01:00 |
|
Nuno Góis
|
005e4b6858
|
feat: service accounts (UI) (#2734)
https://linear.app/unleash/issue/2-541/ui-for-service-accounts
Adds basic CRUD UI to Service Accounts - New tab/page, table,
create/edit form in a modal, token dialog, delete dialog, actions cell.
|
2023-01-05 08:11:28 +00:00 |
|