GCHQ-Developer-741
GCHQ-Developer-741
## Summary of the changes Added new code examples to top nav to show off: - Conditionally rendering tabs #910 - Using GatsbyLinks https://github.com/mi6/ic-ui-kit/issues/1244 Accompanies an ic-ui-kit PR aiming to...
## Summary of the bug The code snippet for ic-dialog, under the "Interactive Content" heading, the React example should include an onIcDialogConfirmed event listener. ## 🧐 Expected behaviour ``` ```
## What is the purpose of the work? A new prop has been [added](https://github.com/mi6/ic-ui-kit/pull/899) to ic-search-bar which allows for custom values to be submitted at search. This prop takes the...
## Summary of the bug Explained in [this comment](https://github.com/mi6/ic-design-system/pull/393#issuecomment-1503352894), but essentially all internal links to other pages (ones that are written as /page-name in markdown) have the branch name inserted...
## Summary When you click on a tab on a component page, because technically a new page loads, the page jumps back to the top. If you scroll down half...
## Summary of the bug When running the ic-popover-menu through Accessibility Insight's FastPass, it highlights two errors when the popover menu is open. These errors are: ==== **Title:** WCAG 1.3.1:...
## Summary of the bug When trying to navigate through ic-popover-menu using a keyboard in combination with VoiceOver, it is not possible to navigate and click on the back button...
## Summary Research various approaches and patterns for smoothly implementing a new color-scheme into our component library that would enable dark mode support. ## 💬 Description Typically when implementing dark...
## Summary of the bug When text fields are resized to have a small width, the remaining space for the character count and validation becomes very small and the two...
## Summary of the changes - Removed appearance prop from ic-loading-indicator, adding theme to support dark mode - Updated storybook, tests and docs with prop changes - Added styles to...