I'm taking a new approach for the Pixelfed redesign.
Basically, it's not feasible to replace the whole frontend without spending weeks or months redesigning every component and page and not breaking things.
So I've come up with a plan to gradually phase out bootstrap usage with tailwind and the vue composition API, ensuring the new UI doesn't break things until we have refactored everything, and can update vue and replace webpack with vite.
It may seem slow at first, but it will be worth it!