grafana/public/app/features/folders
Ashley Harrison 10adebd7b3
Page: Add inline rename functionality (#68828)
* initial attempt at inline rename

* handle version correctly

* refactor

* minor tweaks

* add unit tests

* prettier...

* add to other tabs, remove settings tab when feature toggle is enabled

* fix truncation

* allow title to span full width of page

* fix h1 styling when no renderTitle/onEditTitle is present

* better layout

* use input from grafana/ui, fix imports

* fix unit test

* better error handling

* don't use autosavefield

* undo changes to AutoSaveField

* remove timeout

* remove maxWidth now we're not using AutoSaveField

* rename isEditInProgress to isLoading

* sync localValue with value

* better responsive css
2023-05-31 17:03:54 +01:00
..
components Navigation: more nav interface cleanup (#67708) 2023-05-04 14:17:44 +01:00
state Page: Add inline rename functionality (#68828) 2023-05-31 17:03:54 +01:00
AccessControlFolderPermissions.tsx PageLayouts: Updates dashboard section routes with navId (#52175) 2022-07-20 17:26:52 +02:00
FolderAlerting.tsx Chore: Update and enforce usage of typed react-redux hooks (#55349) 2022-09-19 10:49:35 +01:00
FolderLibraryPanelsPage.tsx LibraryPanels: Replace folderID with folderUID (#56414) 2022-11-02 16:49:02 +01:00
FolderPermissions.tsx PageLayouts: Updates dashboard section routes with navId (#52175) 2022-07-20 17:26:52 +02:00
FolderSettingsPage.test.tsx Nested folders: Create basic Move/Delete modals (#67140) 2023-04-25 17:08:40 +01:00
FolderSettingsPage.tsx Accessibility: enable rule jsx-a11y/label-has-associated-control (#57964) 2022-11-01 14:37:58 +00:00