Alex Khomenko
|
3b515e650c
|
Grafana-UI: Update React Hook Form to v7 (#33328)
* Update hook form
* Update Form component
* Update ChangePassword.tsx
* Update custom types
* Update SaveDashboardForm
* Update form story
* Update FieldArray.story.tsx
* Bump hook form version
* Update typescript to v4.2.4
* Update ForgottenPassword.tsx
* Update LoginForm.tsx
* Update SignupPage.tsx
* Update VerifyEmail.tsx
* Update AdminEditOrgPage.tsx
* Update UserCreatePage.tsx
* Update BasicSettings.tsx
* Update NotificationChannelForm.tsx
* Update NotificationChannelOptions.tsx
* Update NotificationSettings.tsx
* Update OptionElement.tsx
* Update AlertRuleForm.tsx
* Update AlertTypeStep.tsx
* Update AnnotationsField.tsx
* Update ConditionField.tsx
* Update ConditionsStep.tsx
* Update GroupAndNamespaceFields.tsx
* Update LabelsField.tsx
* Update QueryStep.tsx
* Update RowOptionsForm.tsx
* Update SaveDashboardAsForm.tsx
* Update NewDashboardsFolder.tsx
* Update ImportDashboardForm.tsx
* Update DashboardImportPage.tsx
* Update NewOrgPage.tsx
* Update OrgProfile.tsx
* Update UserInviteForm.tsx
* Update PlaylistForm.tsx
* Update ChangePasswordForm.tsx
* Update UserProfileEditForm.tsx
* Update TeamSettings.tsx
* Update SignupInvited.tsx
* Expose setValue from the Form
* Update typescript to v4.2.4
* Remove ref from field props
* Fix tests
* Revert TS update
* Use exact version
* Update latest batch of changes
* Reduce the number of strict TS errors
* Fix defaults
* more type error fixes
* Update CreateTeam
* fix folder picker in rule form
* fixes for hook form 7
* Update docs
Co-authored-by: Domas <domasx2@gmail.com>
|
2021-04-29 16:54:38 +03:00 |
|
Diana Payton
|
904187eb5a
|
Edit org UI text (#32455)
* Update NewOrgPage.tsx
* Update SelectOrgPage.tsx
* Update UserInviteForm.tsx
* Update UserInvitePage.tsx
|
2021-03-30 20:54:31 +02:00 |
|
Torkel Ödegaard
|
1d689888b0
|
Prettier: Upgrade to 2 (#30387)
* Updated package json but not updated source files
* Update eslint plugin
* updated files
|
2021-01-20 07:59:48 +01:00 |
|
Tobias Skarhed
|
9bbc007cb9
|
Input: Width prop (#23615)
* Add width property
* Remove unused import
* Spelling mistake
* Add width to interface
* Make width optional
* Remove size
* Update snapshot
* Remove size from places
* Add size prop for button
* Update width
* Update snapshots
|
2020-04-21 10:42:57 +02:00 |
|
Tobias Skarhed
|
f15593684a
|
Form migrations: Last components from Forms namespace (#23556)
* Migrate RadioButtonGroup
* Migrate Label
* Migrate Form
* Migrate Field
* Missing Form import
* Migrate InputControl
* Migrate Checkbox
* Move InputControl and uncomment
* Fix small issues
* inor fix
* Fix import
* Fix stuff
|
2020-04-14 18:52:56 +02:00 |
|
Tobias Skarhed
|
2e58a65e8f
|
Forms migration: Remove Input from Forms namespace (#23301)
|
2020-04-03 10:04:19 +02:00 |
|
Tobias Skarhed
|
5cdb8f8e44
|
Form Migrations: Button (#23019)
* Update legacy exports and fix Type errors
* Remove Button and LinkButton from Forms namespace
* Fix errors
* Update snapshots
* Move Legacy button
* Migrate more Buttons
* Remove legacy button dependency
* Move button up
* Remove legacy button
* Update Snapshots
* Fix ComponentSize issues
* Switch primary button
* Switch primary
* Add classNames and fix some angular directive issues
* Fix failing build and remove log
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
|
2020-03-26 11:50:27 +01:00 |
|
Tobias Skarhed
|
a2b3da2792
|
Migration: Create org (#22542)
* Add NewOrgPage
* Remove filrs
* Remove import
* Remove comments
* Get navModel from Redux
* Add DTO
* Get nav model from state
* Change error display
* Add async await and check if org is available
* Fix null strict null error
* Update public/app/features/org/NewOrgPage.tsx
Co-Authored-By: Dominik Prokop <dominik.prokop@grafana.com>
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
|
2020-03-19 14:22:53 +01:00 |
|