Open Issues Need Help
View All on GitHub DRY On HTML and CSS (using dark and default mode) 2 months ago
AI Summary: Refactor the Angular component library, BetterComponents, to remove redundant HTML and CSS code related to dark and default modes. The goal is to reduce the number of conditional statements (if/switch) currently used to manage the different modes, improving code maintainability and readability.
Complexity:
4/5
help wanted
Common CSS Classes 2 months ago
AI Summary: Create a `commons.css` file containing commonly used CSS classes across the BetterComponents Angular library to improve code maintainability and reduce redundancy.
Complexity:
2/5
good first issue