Skip to content
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

Merged
merged 3 commits into from
May 31, 2024

Conversation

23nosurrend
Copy link
Collaborator

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

Screenshot_20240529_114043_Expo Go

@23nosurrend 23nosurrend added Fix A fix to a problem Need Review Requires reviews labels May 29, 2024
@23nosurrend 23nosurrend added this to the Mobile App UI milestone May 29, 2024
@23nosurrend 23nosurrend self-assigned this May 29, 2024
@23nosurrend 23nosurrend linked an issue May 29, 2024 that may be closed by this pull request
Copy link
Contributor

@Paccyfic Paccyfic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perfect..!!

@codecov-commenter
Copy link

codecov-commenter commented May 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.22%. Comparing base (6b68643) to head (4acd831).

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.
📢 Have feedback on the report? Share it here.

@23nosurrend 23nosurrend force-pushed the fix-notification-Screen branch 2 times, most recently from 21ef826 to 90f60f8 Compare May 31, 2024 08:29
@23nosurrend 23nosurrend force-pushed the fix-notification-Screen branch from 90f60f8 to 840be3e Compare May 31, 2024 08:53
@Irirwanirira Irirwanirira removed the Need Review Requires reviews label May 31, 2024
@Irirwanirira Irirwanirira force-pushed the fix-notification-Screen branch from 840be3e to 3169bb0 Compare May 31, 2024 09:36
@Irirwanirira Irirwanirira added Need Review Requires reviews and removed Fix A fix to a problem labels May 31, 2024
.env Outdated
Comment on lines 1 to 2
EXPO_PUBLIC_API_URL=http://api.local
EXPO_PUBLIC_API_KEY=abc123
Copy link
Member

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

@Irirwanirira Irirwanirira force-pushed the fix-notification-Screen branch from 3169bb0 to 4acd831 Compare May 31, 2024 09:56
@Irirwanirira Irirwanirira requested a review from Nkbtemmy May 31, 2024 09:56
@Nkbtemmy Nkbtemmy merged commit 1415d28 into develop May 31, 2024
12 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Need Review Requires reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix: Fix and Enhance Doctor Notification Screen
6 participants