Ashley Harrison
47f8717149
React: Use new JSX transform ( #88802 )
...
* update eslint, tsconfig + esbuild to handle new jsx transform
* remove thing that breaks the new jsx transform
* remove react imports
* adjust grafana-icons build
* is this the correct syntax?
* try this
* well this was much easier than expected...
* change grafana-plugin-configs webpack config
* fixes
* fix lockfile
* fix 2 more violations
* use path.resolve instead of require.resolve
* remove react import
* fix react imports
* more fixes
* remove React import
* remove import React from docs
* remove another react import
2024-06-25 12:43:47 +01:00
Ashley Harrison
4a9e478a6b
EmptyState: Apply completed empty state in Notifications page ( #86504 )
...
* add 'completed' variant
* apply completed empty state to notifications page
2024-04-19 13:46:03 +01:00
Ashley Harrison
e0587dfb30
Chore: Replace deprecated usage of shape.borderRadius() ( #72672 )
...
* properly mark borderRadius() as deprecated, replace borderRadius() with default
* undo a couple of changes
* use radius.pill in FilterPill
2023-08-01 14:46:07 +01:00
Ashley Harrison
fe16680c6d
Notification history: Use Card instead of reusing alert ( #49418 )
...
* Use Card instead of reusing alert
* only need clearSelectedNotifications now
2022-05-23 16:48:17 +01:00
Ashley Harrison
349d9973de
Notification history: Add checkboxes for multiple selection ( #49392 )
...
* Add checkboxes for selection
* className is optional...
* review comments
2022-05-23 12:50:26 +01:00
Ashley Harrison
ae8c11bfa4
Tweak name + add description ( #49387 )
2022-05-23 10:52:52 +01:00
Josh Hunt
3c6e0e8ef8
Chore: ESlint import order ( #44959 )
...
* Add and configure eslint-plugin-import
* Fix the lint:ts npm command
* Autofix + prettier all the files
* Manually fix remaining files
* Move jquery code in jest-setup to external file to safely reorder imports
* Resolve issue caused by circular dependencies within Prometheus
* Update .betterer.results
* Fix missing // @ts-ignore
* ignore iconBundle.ts
* Fix missing // @ts-ignore
2022-04-22 14:33:13 +01:00
kay delaney
c48d8d1d48
Frontend: Add notification persistence behind feature flag ( #47871 )
2022-04-20 10:42:32 +01:00