mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Scenes: Add transformation flow for panel edit (#80738)
* Adding transformations works * Use source data as data input for transformation settings, add search box suffix * remove useCallback that are probably not needed, fix tests * remove unused import * add tests for adding and removing transformations * use view all constant * Add reordering functionality * Fix removing one transformation removes all consecutive transformations * use closeDrawer function * Add tests for changing transformations * Remove any --------- Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
This commit is contained in:
@@ -334,6 +334,7 @@ export const Components = {
|
||||
searchInput: 'data-testid search transformations',
|
||||
noTransformationsMessage: 'data-testid no transformations message',
|
||||
addTransformationButton: 'data-testid add transformation button',
|
||||
removeAllTransformationsButton: 'data-testid remove all transformations button',
|
||||
},
|
||||
NavBar: {
|
||||
Configuration: {
|
||||
|
||||
Reference in New Issue
Block a user