grafana/public/app/types
Alex Khomenko d04dce6a37
Search/refactor dashboard search (#23274)
* Search: add search wrapper

* Search: add DashboardSearch.tsx

* Search: enable search

* Search: update types

* Search: useReducer for saving search results

* Search: use default query

* Search: add toggle custom action

* Search: add onQueryChange

* Search: debounce search

* Search: pas dispatch as a prop

* Search: add tag filter

* Search: Fix types

* Search: revert changes

* Search: close overlay on esc

* Search: enable tag filtering

* Search: clear query

* Search: add autofocus to search field

* Search: Rename close to closeSearch

* Search: Add no results message

* Search: Add loading state

* Search: Remove Select from Forms namespace

* Remove Add selectedIndex

* Remove Add getFlattenedSections

* Remove Enable selecting items

* Search: add hasId

* Search: preselect first item

* Search: Add utils tests

* Search: Fix moving selection down

* Search: Add findSelected

* Search: Add type to section

* Search: Handle Enter key press on item highlight

* Search: Move reducer et al. to separate files

* Search: Remove redundant render check

* Search: Close overlay on Esc and ArrowLeft press

* Search: Add close button

* Search: Document utils

* Search: use Icon for remove icon

* Search: Add DashboardSearch.test.tsx

* Search: Move test data to a separate file

* Search: Finalise DashboardSearch.test.tsx

* Add search reducer tests

* Search: Add search results loading indicator

* Search: Remove inline function

* Search: Do not mutate item

* Search: Tweak utils

* Search: Do not clear query on tag clear

* Search: Fix folder:current search

* Search: Fix results scroll

* Search: Update tests

* Search: Close overlay on cog icon click

* Add mobile styles for close button

* Search: Use CustomScrollbar

* Search: Memoize TagList.tsx

* Search: Fix type errors

* Search: More strictNullChecks fixes

* Search: Consistent handler names

* Search: Fix search items types in test

* Search: Fix merge conflicts

* Search: Fix strictNullChecks errors
2020-04-08 18:14:03 +03:00
..
jquery Minor progress on fixing no-implicit any issues 2019-03-19 18:24:47 +01:00
acl.ts Chore: Typescript no-implicit any fixes progress (#17018) 2019-05-12 14:15:23 +02:00
alerting.ts Chore: Migrates reducers and actions to Redux Toolkit (#21287) 2020-01-13 08:03:22 +01:00
angular.ts Chore: Remove angular dependency from backendSrv (#20999) 2020-01-21 10:08:07 +01:00
apiKeys.ts API: Optionally list expired keys (#20468) 2019-11-20 13:14:57 +02:00
appEvent.ts Types: Adds type safety to appEvents (#19418) 2019-10-14 09:27:47 +01:00
application.ts Feature: Adds redux action logging toggle from url params (#17368) 2019-06-03 13:40:33 +02:00
appNotifications.ts CloudWatch: Datasource improvements (#20268) 2019-11-14 10:59:41 +01:00
dashboard.ts NewPanelEditor: Angular panel options, and angular component state to redux major change (#22448) 2020-02-28 11:04:40 +01:00
datasources.ts Chore: Fixes various strict null errors (#21763) 2020-01-28 09:13:56 +01:00
events.ts BackendSrv: Adds config to response to fix external plugins that use this (#23032) 2020-03-25 10:21:12 +01:00
explore.ts Explore: Rich History (#22570) 2020-03-10 15:08:15 +01:00
folders.ts tech: remove all mobx stuff 2018-09-14 09:43:34 +02:00
index.ts Types: Adds type safety to appEvents (#19418) 2019-10-14 09:27:47 +01:00
ldap.ts Chore: Fixes various strict null errors (#21763) 2020-01-28 09:13:56 +01:00
location.ts @grafana/runtime: expose location update (#17428) 2019-06-04 16:20:55 +02:00
organization.ts Trying to reduce the amount of duplication with preferences 2018-11-15 13:37:29 +01:00
plugins.ts Dashboard: Move some plugin & panel state to redux (#22052) 2020-02-10 14:23:54 +01:00
sanitize-url.d.ts DataLinks: Sanitize data/panel link URLs (#21140) 2019-12-18 11:31:11 +01:00
search.ts Search/refactor dashboard search (#23274) 2020-04-08 18:14:03 +03:00
store.ts Migration: Migrate Dashboard Import to React (#22338) 2020-03-31 16:29:44 +02:00
teams.ts UserTableView: Show user name in table view (#18108) 2019-11-21 12:44:46 +02:00
templates.ts make variable type more slim 2019-01-07 11:26:06 +01:00
user.ts Forms migration: User edit (#23110) 2020-04-01 17:36:08 +02:00