-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
feature requestgood first issueGood for newcomersGood for newcomersrefactorRefactor the code to improve its qualityRefactor the code to improve its qualityui/uxissue related and being worked with the figma file of the Admin UIissue related and being worked with the figma file of the Admin UI
Description
Refactor CSS files in src/screens/Requests
To improve the UI/UX of Talawa-Admin we have been working on:
- making the application more suitable to color blind users
- streamlining all CSS into a single global file
Additional information:
- The foundational work for this was completed in this PR:
- The desired single CSS file is:
src/style/app.module.css
The challenge:
The goal is to convert the CSS file in this subdirectory and all the components related to this screen to use this new design pattern. This means that:
- All CSS files in this subdirectory and all the CSS files in related components must be merged into the global CSS file using pre-existing CSS.
- All CSS files in this subdirectory and all the CSS files in related components must be deleted after the merge.
- The remaining relevant files in this subdirectory must only reference the global CSS file.
- All the CSS files in the related components of this subdirectory must adhere to the same guidelines.
Metadata
Metadata
Assignees
Labels
feature requestgood first issueGood for newcomersGood for newcomersrefactorRefactor the code to improve its qualityRefactor the code to improve its qualityui/uxissue related and being worked with the figma file of the Admin UIissue related and being worked with the figma file of the Admin UI
Type
Projects
Status
Done
Status
Done