grafana/public/app/features/profile
Tobias Skarhed 0c4dae321c
Migrations: Signup page (#21514)
* Start Angular migration

* Add SignupCtrl

* Change name signup

* Add backend call

* Put form in separate file

* Add form model

* Start using react-hook-forms

* Add FormModel to state

* Reduxify

* Connect nav with Redux

* Fix routing and navModel

* Fetch state options on mount

* Add default values and add button margin

* Add errror messages

* Fix title

* Remove files and cleanup

* Add Signup tests

* Add boot config assingnAutoOrg and verifyEmailEnabled

* Remove onmount call

* Remove ctrl and move everything to SignupForm

* Make routeParams optional for testing

* Remove name if it is empty

* Set username

* Make function component

* Fix subpath issues and add link button

* Move redux to SignupPage
2020-02-17 11:13:13 +01:00
..
partials Footer: Single footer component for both react & angular pages (#21389) 2020-01-09 11:25:52 +01:00
state TimePicker: New time picker dropdown & custom range UI (#16811) 2019-06-24 14:39:59 +02:00
all.ts Rewrite user profile edit to react (#17917) 2019-08-19 13:40:14 -04:00
ChangePasswordForm.tsx Rewrite user profile edit to react (#17917) 2019-08-19 13:40:14 -04:00
ChangePasswordPage.tsx Chore: Bumps prettier version for new typescript syntax support (#20463) 2019-11-19 13:59:39 +00:00
ProfileCtrl.ts Chore: Remove angular dependency from backendSrv (#20999) 2020-01-21 10:08:07 +01:00
ReactProfileWrapper.tsx Profile: Fix issue with user profile not showing more than sessions some times (#19578) 2019-10-03 18:09:16 +02:00
SignupForm.test.tsx Migrations: Signup page (#21514) 2020-02-17 11:13:13 +01:00
SignupForm.tsx Migrations: Signup page (#21514) 2020-02-17 11:13:13 +01:00
SignupPage.tsx Migrations: Signup page (#21514) 2020-02-17 11:13:13 +01:00
UserOrganizations.tsx UserProfile: convert user organizations section to react (#18707) 2019-09-05 12:47:20 +02:00
UserProfileEditForm.tsx Rewrite user profile edit to react (#17917) 2019-08-19 13:40:14 -04:00
UserTeams.tsx convert teams section of user profile to react (#18633) 2019-08-23 08:26:52 -04:00