Skip to content

Split Styles for File Manager Components into Separate Stylesheets #55

@Saifullah-dev

Description

@Saifullah-dev

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

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions