grafana/public/app/features/connections
mikkancso c72322874d
Connections: Update "Your connections/Data sources" page (#58589)
* navtree.go: update Data sources title and subtitle

* DataSourceList: move add button to header

* DataSourcesList: add buttons to items

The action buttons are added inside `<Card.Tags>` so that they end up at
the right end of the card, as it was designed.

The "Build a Dashboard" button's functionality is not defined yet.

* DataSourcesListHeader: add sort picker

* fix css

* tests: look for the updated "Add new data source" text

* tests: use an async test method to verify component updates are wrapped in an act()

* update e2e selector for add data source button

* fix DataSourceList{,Page} tests

* add comment for en dash character

* simplify sorting

* add link to Build a Dashboard button

* fix test

* test build a dashboard and explore buttons

* test sorting data source elements

* DataSourceAddButton: hide button when user has no permission

* PageActionBar: remove unneeded '?'

* DataSourcesList: hide explore button if user has no permission

* DataSourcesListPage.test: make setup prop explicit

* DataSourcesList: use theme.spacing

* datasources: assure explore url includes appSubUrl

* fix tests and add test case for missing permissions

Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com>
2022-11-30 09:41:01 +01:00
..
__mocks__ Chore: Update version (#58750) 2022-11-15 10:03:05 -03:00
hooks refactor: rename Data Connections to Connections (#56353) 2022-10-05 09:56:58 +02:00
pages Connections: Update "Your connections/Data sources" page (#58589) 2022-11-30 09:41:01 +01:00
tabs/ConnectData Connections: Support standalone plugin pages (#57772) 2022-11-10 11:14:23 +01:00
Connections.test.tsx Connections: Update "Your connections/Data sources" page (#58589) 2022-11-30 09:41:01 +01:00
Connections.tsx Connections: Support standalone plugin pages (#57772) 2022-11-10 11:14:23 +01:00
constants.ts Plugins: Make the Plugin Details page reusable (#58741) 2022-11-29 13:45:03 +01:00
routes.tsx Connections: Support standalone plugin pages (#57772) 2022-11-10 11:14:23 +01:00