-
-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Description
At present, all the styling for the File Manager components is consolidated into a single stylesheet (FileManager.scss
). This approach makes the codebase harder to maintain and scale as the project grows. To enhance organization, readability, and maintainability, we should split the styles for individual components into their own separate SCSS files.
Task:
- Break down the existing
FileManager.scss
into component-specific SCSS files. - Ensure each component has its own dedicated stylesheet (e.g.,
Toolbar.scss
,Breadcrumb.scss
,Files.scss
, etc.).
Benefits:
- Improved maintainability by making styles easier to locate and modify.
- Increased scalability by allowing for better organization as more components are added.
- Reduced potential for style conflicts or overrides across components.
Metadata
Metadata
Assignees
Projects
Status
Done