The implementation of bulma v1 is done. I have created a themes folder into the scss, it's role is to sumup and organise a bit betterly the code, and to be able to do @import "themes". It is responsible for all the theming and to import bulma.
Unfortunately, I don't have the time to implement the replacement for bulma-switch and bulma-tooltip. For bulma-switch, I think we can take inspiration from the github. And in the end it should be something like .switch:after and .switch:before with a .switch[checked]:after + .switch[checked]:before for styling the switch. There is a SASS map for all the colors in themes/colors.scss that can be use like :
For the bulma-tooltip, maybe create a real tooltip component that can be use wherever we need it. Take inspiration from here.
I didn't look, every page, everythings, but it's look generaly great. I think it require to check the app page per page and with dark mode enabled, because there is some places where hard coded colors where used... never do that with v1. Use --bulma-<sass-variable> for exemple --bulma-primary is the primary color.