-
-
Notifications
You must be signed in to change notification settings - Fork 845
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor CSS files in miscellaneous components #2883
Labels
feature request
good first issue
Good for newcomers
refactor
Refactor the code to improve its quality
ui/ux
issue related and being worked with the figma file of the Admin UI
Comments
github-actions
bot
added
refactor
Refactor the code to improve its quality
ui/ux
issue related and being worked with the figma file of the Admin UI
unapproved
good first issue
Good for newcomers
labels
Dec 26, 2024
github-project-automation
bot
added this to
Talawa Admin - Refactoring and 2024 New Talawa Admin Screens
Dec 26, 2024
I’d like to work on this issue. Could you please assign it to me? |
This was referenced Dec 26, 2024
palisadoes
pushed a commit
that referenced
this issue
Jan 5, 2025
* src/components/UpdateSession/UpdateSession.css * src/components/UserListCard/UserListCard.module.css * Refactor src/components/UserPasswordUpdate/UserPasswordUpdate.module.css * src/components/Venues/VenueModal.module.css * src/components/EventCalendar/YearlyEventCalender.module.css * Refactor src/components/AgendaItems/AgendaItemsContainer.module.css * Refactor src/components/AddOn/core/AddOnStore/AddOnStore.module.css * Refactor src/components/Advertisements/Advertisements.module.css * Refactor src/components/Advertisements/core/AdvertisementRegister/AdvertisementRegister.module.css * Refactor src/components/EventCalendar/EventCalendar.module.css * Refactor src/components/EventListCard/EventListCard.module.css * Refactor CSS OrgPostCard.module.css && fixed eslint destructuring props error * Refactor src/components/OrgSettings/ActionItemCategories/OrgActionItemCategories.module.css * CSS fix * consolidating button styles in greenregbtnUserPasswordUpdate * CSS bugfixes * Replaced hardcoded color values to CSS variables * removed role from .calendar__weekdays and .calendar__days * refactor: extract DeletePostModal from OrgPostCard to fix file-length test * TSDoc added for src/components/OrgPostCard/DeletePostModal.tsx * removed duplicate cursor property
github-project-automation
bot
moved this from Backlog
to Done
in Talawa Admin - Refactoring
Jan 5, 2025
github-project-automation
bot
moved this from Backlog
to Done
in 2024 New Talawa Admin Screens
Jan 5, 2025
This was referenced Jan 22, 2025
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature request
good first issue
Good for newcomers
refactor
Refactor the code to improve its quality
ui/ux
issue related and being worked with the figma file of the Admin UI
Refactor CSS files
To improve the UI/UX of Talawa-Admin we have been working on:
Files
Refactor the typescript files that use these CSS files. In all cases the typescript files reside in the same directory as the corresponding CSS file
Additional information:
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:
The text was updated successfully, but these errors were encountered: