Skip to content

📁 [Refactor] Move Pages/Views Out of Components Folder #1

Description

@AlexandreBillereau

Request assignment

Looking for a contributor to take on this structural improvement.

Description

Currently, the application architecture places views components inside the components/ directory. To follow better separation of concerns and improve project clarity, we need to move these files into a dedicated views/ folder at the root of the src/renderer/views directory.

Acceptance Criteria

  • All pages or views are moved from src/renderer/components/ to a new folder: src/renderer/views/.

  • Import paths across the app are updated accordingly.

  • The app runs without errors after refactoring.

  • The folder structure clearly separates views and reusable components.

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions