-
Notifications
You must be signed in to change notification settings - Fork 1
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
Enhance Notification screen UI and Dark theme #105
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perfect..!!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #105 +/- ##
========================================
Coverage 72.22% 72.22%
========================================
Files 3 3
Lines 18 18
Branches 3 3
========================================
Hits 13 13
Misses 5 5 ☔ View full report in Codecov by Sentry. |
21ef826
to
90f60f8
Compare
90f60f8
to
840be3e
Compare
840be3e
to
3169bb0
Compare
.env
Outdated
EXPO_PUBLIC_API_URL=http://api.local | ||
EXPO_PUBLIC_API_KEY=abc123 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't push .env file
3169bb0
to
4acd831
Compare
What does this PR do?
Enhance UI and Add Dark Theme for Notification Screen
Description:
This PR focuses on enhancing the UI and adding a dark theme to the Notification Screen. The current implementation has several issues that need to be addressed to ensure a seamless and aesthetically pleasing user experience. The specific areas that require attention include:
Dynamic Theme Handling:
Ensure that the background color and other UI elements adjust dynamically based on the selected theme (light or dark).
Notification Layout: Improve the layout and appearance of notification items for better readability and visual appeal.
Tasks:
Dynamic Theme Handling:
Ensure that all notification items are well-organized and visually appealing.
Check for any overlapping text or UI elements and resolve them.
Improve the layout for better readability.
Theme-Specific Adjustments:
Light Theme: Ensure that the background and text colors provide sufficient contrast for readability.
Dark Theme: Apply dark background colors and light text colors for better visibility in low-light conditions.
Adjust icon colors to ensure they are clearly visible in both themes.
Screenshot