Our bundle size is getting way too big for what we have implemented.
I ran a bundle analyzer and it looks like material-tailwind takes up way too much space. We don't really need material tailwind anymore. We can swap it with shadcn components instead.
How I propose we do this would be to search for all material-tailwind references, find the used components, and then swap them for shadcn components. Run bundle analyzer to make sure we actually did something.
@heroicons also seem way too big, but we do use it in a lot of places so lets focus on material tailwind for now
Our bundle size is getting way too big for what we have implemented.
I ran a bundle analyzer and it looks like material-tailwind takes up way too much space. We don't really need material tailwind anymore. We can swap it with shadcn components instead.
How I propose we do this would be to search for all material-tailwind references, find the used components, and then swap them for shadcn components. Run bundle analyzer to make sure we actually did something.
@heroicons also seem way too big, but we do use it in a lot of places so lets focus on material tailwind for now