pedrosilvabos / medgical

Medgical VueJS
0 stars 0 forks source link

lighmode theme #9

Open pedrosilvabos opened 1 week ago

pedrosilvabos commented 1 week ago

create a light mode theme

pedrosilvabos commented 1 week ago

After careful consideration, I believe there are more urgent priorities than simply implementing a light theme.

First, we should refactor the main index page by breaking it down into modular components for each section. Next, we need to split the main CSS file. Common styles for the main page should remain, while each component should manage its own CSS. I estimate this can be comfortably completed within two months.

The core issue stems from the fact that this website has evolved into a patchwork of features. While functional, it's become increasingly difficult to maintain—perhaps not for its original developer, but certainly for others.

Once this refactor is complete, adding new components or themes, including a light mode, will be much simpler and more maintainable. Rushing to implement a light theme now would feel like applying a band-aid to a deeper problem.