-
-
Notifications
You must be signed in to change notification settings - Fork 811
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
fixed:#2510 Refactor CSS files in src/screens/ManageTag #2737
fixed:#2510 Refactor CSS files in src/screens/ManageTag #2737
Conversation
WalkthroughThe pull request involves the removal of the Changes
Assessment against linked issues
Possibly related issues
Possibly related PRs
Suggested reviewers
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Our Pull Request Approval ProcessThanks for contributing! Testing Your CodeRemember, your PRs won't be reviewed until these criteria are met:
Our policies make our code better. ReviewersDo not assign reviewers. Our Queue Monitors will review your PR and assign them.
Reviewing Your CodeYour reviewer(s) will have the following roles:
CONTRIBUTING.mdRead our CONTRIBUTING.md file. Most importantly:
Other
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop-postgres #2737 +/- ##
=====================================================
+ Coverage 75.56% 87.08% +11.52%
=====================================================
Files 295 312 +17
Lines 7289 8148 +859
Branches 1593 1840 +247
=====================================================
+ Hits 5508 7096 +1588
+ Misses 1518 875 -643
+ Partials 263 177 -86 ☔ View full report in Codecov by Sentry. |
Closing. There are no files in this PR |
What kind of change does this PR introduce?
Refactoring
Issue Number:
Fixes #2510
Did you add tests for your changes?
No (Not applicable for this refactoring task).
Snapshots/Videos:
Not applicable.
If relevant, did you update the documentation?
Not applicable for this task.
Summary
This PR focuses on refactoring the CSS files in
src/screens/ManageTag
and its related components to align with the unified design system in Talawa-Admin.Key objectives achieved:
src/style/app.module.css
).src/screens/ManageTag
and its related components.This refactoring improves maintainability and consistency across the application.
Does this PR introduce a breaking change?
No
Other information
The foundational work for this refactoring was completed in PR: Chore/css changes #2466. This work builds on that effort to finalize the migration to the unified CSS design.
Have you read the contributing guide?
Yes
Summary by CodeRabbit
Bug Fixes
Chores