Alex Khomenko
Alex Khomenko
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues). ### Prerequisites - [X] I'm using the latest version of Docusaurus....
Usage of `Form`, `InputControl` and `FieldArray` components from grafana/ui has been deprecated and they should be replaced inside Grafana with react-hook-form's components and hooks. - `Form` should be replaced with...
- `@testing-library/dom` version: 9.2.0 - Testing Framework and version: - "@testing-library/react": "14.0.0", - Jest: "29.5.0" - DOM Environment: Also using React 18. ### Relevant code or config: ```js import {...
**What is this feature?** Enable passing `icon` prop as a React component to `Button` and `IconButton` components. **Why do we need this feature?** Necessary to enable using the new icon...
**What is this feature?** [Add a brief description of what the feature or update does.] **Why do we need this feature?** [Add a description of the problem the feature is...
When pinning an enterprise nav item, e.g., reporting or report settings, it is correctly added to the bookmarks section. However, after restarting the page, the items are missing from the...
**What is this feature?** Improve the menu position of the picker by considering both vertical and horizontal available space. **Which issue(s) does this PR fix?**: Fixes https://github.com/grafana/grafana/issues/90879 **Special notes for...
**What is this feature?** Use the new k8s API endpoints for listing and restoring deleted dashboards. **Why do we need this feature?** Part of the restore dashboards feature. **Which issue(s)...