Gaël Poupard
Gaël Poupard
[Duet Design System date-picker](https://github.com/duetds/date-picker) probably worth a try.
As a reference, I already implemented this years ago using Boosted v4 and jQuery. The pattern simple required: * a new `.btn-modal` class (could be whatever) as a trigger, *...
Regarding "Guided Tour", just came across a Bootstrap unofficial plugin that just does that (only working with v4 AFAIK): [Bootstrap Tour](http://bootstraptour.com/). It seems unmaintained but could still be an inspiration...
Might simply use a hidden collapse of some sort?
Here are some resources given in #104 by @liyokuna: * [WAI example](https://www.w3.org/TR/wai-aria-practices-1.1/examples/slider/multithumb-slider.html) * [OAA example](http://www.oaa-accessibility.org/examplep/slider1/)
Maybe try something on Bootstrap? See [Bootstrap #32215](https://github.com/twbs/bootstrap/issues/32215).
Thanks, I reproduce it on Ubuntu too. Not quite sure what's going on though :D
Found it! 7th position's first value was incorrectly always `0%` (used for values between 75% and 100%). It needed to be clamped between `0%` and the 50-75% value if in...
Quelques cas tordus à gérer : - [x] Quand on réactive l’extension, on créé tous les écrans dans la palette… (?) - [ ] Remettre « en état » :...
Avant de _merger_ ça, j’aimerais bien qu’on POC un test simple de l’extension (affichage de la pastille, ouverture de la palette…) pour s’assurer qu’on pourra avancer avec Playwright :)