1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src/interfaces
Nuno Góis ddcfe132e4
feat: new profile page and PATs front-end (#2109)
* feat: new user dropdown and profile page

* fix: add popup boxShadow to dark-theme

* fix: update routes snap

* refactor: move some tab specific logic into tabs component

* add useProfile hook example

* fix profile tab header (no name)

* fix: hide user popup when clicking profile link

* - add PATs to profile;
- add route logic to profile;
- refactor TimeAgoCell title;
- misc fixes and refactoring;

* add profile info to profile tab

* simplify req paths

* add PAT flag to the front-end

* fix: some UI adjustments

* change user popup buttons to links

* fix profile on front-end, add role description

* update delete PAT text

* address some PR comments

* address PR comments

* some more UI fixes and refactoring

* move password request to API hook
2022-10-03 10:49:52 +01:00
..
addons.ts
application.ts
context.ts
environments.ts
event.ts
featureToggle.ts
featureTypes.ts
group.ts fix: remove group owner concept (#1210) 2022-08-11 15:34:17 +01:00
instance.ts
invoice.ts
personalAPIToken.ts feat: new profile page and PATs front-end (#2109) 2022-10-03 10:49:52 +01:00
profile.ts feat: new profile page and PATs front-end (#2109) 2022-10-03 10:49:52 +01:00
project.ts
publicSignupTokens.ts Feat/invite user (#2061) 2022-09-30 13:01:32 +02:00
role.ts
route.ts Feat/unleash flags embedded proxy (#1974) 2022-08-26 15:16:29 +02:00
segment.ts
strategy.ts
tags.ts
toast.ts
token.ts feat: add CORS instance settings (#1239) 2022-08-23 14:04:09 +02:00
uiConfig.ts feat: new profile page and PATs front-end (#2109) 2022-10-03 10:49:52 +01:00
user.ts