Anton Berezin
Anton Berezin
There is a test project in Dokka https://github.com/Kotlin/dokka/pull/3509 We want to run screenshot tests against it to automatically check for regressions [KTL-1447](https://youtrack.jetbrains.com/issue/KTL-1447/Dokka-set-up-playwright-to-run-tests-agains-test-project) This is a subtask of https://github.com/Kotlin/dokka/issues/3469
Rework navbar component according to new design https://www.figma.com/design/p5V2MV7znMxdVekniseQkA/DokkaUI-library?node-id=16-6079&t=CuTgexYC4mvRI2fa-0 [KTL-1564](https://youtrack.jetbrains.com/issue/KTL-1564/Dokka-rework-navbar-component-according-to-new-design)
Rework tabs component according to design https://www.figma.com/design/p5V2MV7znMxdVekniseQkA/DokkaUI-library?node-id=16-7515&t=jozGXIbgnyDNbYRK-0 [KTL-1542](https://youtrack.jetbrains.com/issue/KTL-1542/Dokka-rework-Tabs-components)
For example in the ui-showcase project for the page /kmp/org.jetbrains.dokka.uitest.kmp/index.html When only "Linux" filter is enabled then "Types" tab has no content and therefore it should not be displayed [KTL-1422](https://youtrack.jetbrains.com/issue/KTL-1422/Dont-show-title-if-content-is-unavailable-for-selected-filter)
When you disable and then enable the filters on mobile devices, the color of the button updates only after you click on the next filter or another click outside. [The...
Steps: Disable some filters in different sections Change sections and see at the disabled buttons Actual result: disabled buttons flicker (the video is attached). Expected result: disabled buttons shouldn't flicker....