Tropix126 / fluent-svelte

A faithful implementation of Microsoft's Fluent Design System in Svelte.
https://fluent-svelte.vercel.app
MIT License
606 stars 26 forks source link

Road to CalendarView #33

Closed Tropix126 closed 2 years ago

Tropix126 commented 2 years ago

For the last week or so, ive been working on a Calendar/Datepicker component for fluent-svelte. It's being developed in an isolated repo here. There are a few things that need to be ironed out, notably some a11y insights and page transitions, as well as some missing functionality. Thought I might track that here:

Stretches - Very likely won't happen.

Tropix126 commented 2 years ago

So everything except for the page slide animation is done. I had a prototype of it working, although it was janky when switching between pages and the other solutions aren't especially easy. I think I might look into how svelte-calendar handles their infinite scroller, although that might come along later.

Tropix126 commented 2 years ago

I might put a temporary animation in place for now, then track this in a separate issue.

Tropix126 commented 2 years ago

Managed to get a page animation working. Controlling via mouse wheel won't be included in the release though.