You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After all the recent code refactors, the CSS has become fragmented, with repeated implementations, duplicate stylings, and other issues that make it hard to debug and refactor the codebase stylings.
Is your feature request related to a problem?
Doing this now === less styling nightmares later.
Proposed solution
After #486, #489, and #499 are merged, clean up and unify the codebase CSS.
Most common element styles (e.g. buttons, inputs) can be added to the main CSS file.
Many repeated tailwind stylings can be modularized into CSS classes.
Create new reusable Vue components for more complex, but repeatedly used, UI items.
Description
After all the recent code refactors, the CSS has become fragmented, with repeated implementations, duplicate stylings, and other issues that make it hard to debug and refactor the codebase stylings.
Is your feature request related to a problem?
Doing this now === less styling nightmares later.
Proposed solution
After #486, #489, and #499 are merged, clean up and unify the codebase CSS.
Related issues
#503, #504
The text was updated successfully, but these errors were encountered: