grafana/public/app/core/components
linoman 01721d910e
Auth: Add documentation references to No Basic role (#72880)
* Update the documentation

* Add references to the documentation

* Replace X with YES in roles table
2023-08-04 16:29:24 +02:00
..
AccessControl Auth: Add empty role definition (#64694) 2023-07-06 15:40:06 +02:00
Animations Chore: Avoid explicit React.FC<Props> when possible (#64722) 2023-03-14 16:38:21 +02:00
AppChrome GLDS: Move Text component from the unstable package to grafana-ui (#72660) 2023-08-02 14:58:00 +02:00
AppNotifications AppNotifications: Fixes issue with missing app notifications (#67190) 2023-04-25 11:46:58 +02:00
Branding Login: Fix footer from displaying under the login box (#70897) 2023-06-29 13:16:55 +00:00
Breadcrumbs Breadcrumbs: Don't add breadcrumb for the current tab (#68230) 2023-05-11 15:16:42 +02:00
CloseButton Chore: Upgrade prettier to v3 (#71764) 2023-07-17 15:58:22 +01:00
ColorScale Chore: more any/type assertion improvements (#57450) 2022-10-25 11:04:35 +02:00
DynamicImports GrafanaRoute: Use React.Lazy instead of react-loadable and improve error handling (#55339) 2022-09-21 05:41:05 +02:00
EmptyListCTA Chore: Avoid explicit React.FunctionComponent<Props> when possible (round 3) (#64839) 2023-03-16 16:56:26 +02:00
FolderFilter Chore: Refactor Search/Folder view types into DashboardViewItem (#63162) 2023-02-23 15:52:54 +00:00
Footer Service accounts: Remove Add API keys buttons and remove one state of migrating for API keys tab (#63411) 2023-03-01 15:34:53 +00:00
ForgottenPassword Login: Show additional information when prompting to change password (#69537) 2023-06-06 11:24:46 +01:00
help Prometheus: Add a keyboard shortcut to toggle all exemplars (#64479) 2023-07-25 07:45:18 -05:00
IntervalInput Traces: Add inline validation and greater precision to duration fields in span filters (#71404) 2023-07-13 10:48:31 +01:00
Layers Chore: Replace deprecated usage of shape.borderRadius() (#72672) 2023-08-01 14:46:07 +01:00
LocalStorageValueProvider Make LocalStorageProvider react to storage events (#55810) 2022-09-27 14:37:59 +02:00
Login Login: Show oauth error messages inline (#72255) 2023-07-25 12:57:45 +03:00
modals Chore: More typescript improvements 💪 (#68699) 2023-05-22 11:53:58 +01:00
NavLandingPage Admin: Add redirect notice for datasources to admin landing page (#72736) 2023-08-04 07:45:09 +02:00
NestedFolderPicker GLDS: Move Text component from the unstable package to grafana-ui (#72660) 2023-08-02 14:58:00 +02:00
OptionsUI Dashboard: Slider overlapping with right input field (#71282) 2023-07-10 21:36:37 +02:00
Page GLDS: Move Text component from the unstable package to grafana-ui (#72660) 2023-08-02 14:58:00 +02:00
PageActionBar Forms: Remove some gf-form appearances in Grafana (#66735) 2023-05-31 09:50:53 +02:00
PageHeader Navigation: more nav interface cleanup (#67708) 2023-05-04 14:17:44 +01:00
PageInfo Add new PageInfo component (#58421) 2022-11-08 14:20:05 +00:00
PageLoader Chore: Avoid explicit React.FC<Props> when possible (#64722) 2023-03-14 16:38:21 +02:00
PageNotFound PageNotFound: G10 Redesign (#66909) 2023-04-28 08:18:14 +02:00
PanelTypeFilter Dashboards: POC split between visualizations and widgets (#70850) 2023-07-12 10:09:22 -03:00
PasswordField Add tooltip to instances of IconButton (#68880) 2023-06-08 10:23:28 +02:00
PermissionList Chore: Migrate more usage of v1 themes to v2 (#57680) 2022-11-02 10:25:08 +00:00
PluginHelp Plugins: Fix plugin query help markdown (#60485) 2023-01-03 14:20:27 +01:00
QueryOperationRow Chore: Replace deprecated usage of shape.borderRadius() (#72672) 2023-08-01 14:46:07 +01:00
RolePicker Auth: Add documentation references to No Basic role (#72880) 2023-08-04 16:29:24 +02:00
Select Nested folders: use FolderPicker in dashboard settings (#72192) 2023-07-24 14:27:47 +01:00
SharedPreferences Chore: remove i18n toggle (#69389) 2023-06-02 09:24:40 +01:00
Signup Chore: Avoid explicit React.FC<Props> when possible (#64722) 2023-03-14 16:38:21 +02:00
SplitPaneWrapper Core: Update components to have standard radii (#65065) 2023-03-21 12:24:50 +01:00
SVG Chore: Use DOMPurify to sanitize strings rather than js-xss (#62787) 2023-03-16 19:13:34 +02:00
TagFilter Chore: More typescript improvements 💪 (#68699) 2023-05-22 11:53:58 +01:00
TimelineChart StatusHistory: Support legend decimals based on field overrides (#72486) 2023-08-01 20:54:56 +02:00
TimePicker TimePicker: Fixes issues with "Recently used absolute ranges" section (#66281) 2023-04-17 17:19:44 +02:00
TraceToLogs Tracing: Trace to metrics default range (#72433) 2023-07-31 11:24:12 +01:00
TraceToMetrics Tracing: Trace to metrics default range (#72433) 2023-07-31 11:24:12 +01:00
Upgrade Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
CardButton.tsx Chore: Replace deprecated usage of shape.borderRadius() (#72672) 2023-08-01 14:46:07 +01:00
ConfigDescriptionLink.tsx Tracing: Upgrade tracing data source configuration editors (#68764) 2023-06-01 15:52:40 +01:00
connectWithCleanUp.tsx Chore: Update and enforce usage of typed react-redux hooks (#55349) 2022-09-19 10:49:35 +01:00
Divider.tsx Tracing: Upgrade tracing data source configuration editors (#68764) 2023-06-01 15:52:40 +01:00
NodeGraphSettings.tsx Tracing: Upgrade tracing data source configuration editors (#68764) 2023-06-01 15:52:40 +01:00
WithFeatureToggle.tsx Chore/React18: Update component prop types (#56898) 2022-10-14 10:24:32 +01:00