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.
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.