Artur Mizera
Artur Mizera
## Pull request checklist Make sure you: - [x] Signed the [Contributor License Agreement](https://cla.js.foundation/webhintio/hint) - [x] Followed the [commit message guidelines](https://webhint.io/docs/contributor-guide/getting-started/pull-requests/#commit-messages) For non-trivial changes, please make sure you also: -...
Add proper JSON schema supporting JetBrains Web-types for better documentation in WebStorm IDE. https://blog.jetbrains.com/webstorm/2021/01/web-types/ https://github.com/JetBrains/web-types#web-types
According to https://docs.microsoft.com/en-us/windows/uwp/design/style/typography#sans-serif-fonts Selawik is an open-source alternative for Segoe UI "intended for apps on other platforms that don’t want to bundle Segoe UI.". https://github.com/Microsoft/Selawik
When NavView is in compact mode, link's icon is not clickable therefore it's required to expand the bar to navigate. The icon should act the same way as the text...
Currently components are built around light theme, so it should be possible to support dark theme as well.
https://docs.microsoft.com/en-us/windows/uwp/design/controls-and-patterns/calendar-view
Use `datalist` HTML element for options. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist
Add touch-swiping (left/right) between pivot items.