Tropical
Tropical
The [`Intl.DateTimeFormat`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat) API has a few neat utilities for date-specific localization, including ones that can be used by this component to simplify locales. Additionally when a provided local is not...
One of WinUI's most important (and most complex) components is NavigationView, which provides the base layout for most apps. NavigationView provides the base layout for most apps with either a...
### Components - [ ] AutoSuggestBox - [x] Button - [x] Checkbox - [ ] ComboBox - [x] ContentDialog - [ ] ContextMenu - [x] Expander - [x] Flyout -...
Developers might want to just straight out disable all user interaction on CalendarView temporarily. Not sure if WinUI includes an option to do this, but I think we should. I'll...
need to handle `home` and `end` keys, and also cancel behavior when the shift key is held - [x] `ComboBox` - [ ] `CalendarView` - [ ] `AutoSuggestBox` - [x]...
# Cross-browser scrollbar theming is enraging - Webkit has pretty decent theming support, but `::-webkit-scrollbar` also has a **lot** of limitations. - Firefox has less to none customization, and pretty...
the native implementation doesn't have this, but I think it'll be beneficial for accessibility and would just be a nice feature to have.
# What's happening? As of now, wincss will be deprecated in favor of my new svelte component library, [fluent-svelte](https://fluent-svelte.vercel.app/). # Why? When I originally created this project early this year,...
Addon store
@Strencher decided to fix some of the work he and I did earlier last year. This is still somewhat work-in-progress, but is fairly stable and fully functional. todo: - [x]...
This PR refactors the Addon Error Modal with a few fixes. - Use `ModalHeader`/`ModalContent` rather than `DiscordClasses` since they broke and were incorrectly styled. - Use ``/`` elements over custom...