Fix: Make all pages fully responsive & mobile-optimized UI (#481)#492
Open
surjeetkumar8006 wants to merge 20 commits into
Open
Fix: Make all pages fully responsive & mobile-optimized UI (#481)#492surjeetkumar8006 wants to merge 20 commits into
surjeetkumar8006 wants to merge 20 commits into
Conversation
…ailyForge into fix/issue-377
Contributor
Author
|
Hi @aryandas2911, Would appreciate a review whenever you’re available. |
aryandas2911
requested changes
May 17, 2026
| const today = new Date(); | ||
|
|
||
|
|
||
| //quotes array and random selection |
Owner
There was a problem hiding this comment.
why are you removed this quotes feature, you are not allowed to remove any feature, check if any other existing features have been removed or not and fix it
Contributor
Author
There was a problem hiding this comment.
Hi @aryandas2911,
The requested changes have now been addressed:
- Restored the motivational quotes feature on Dashboard
- Fixed missing translation issue
- Wired up DndContext handlers in RoutineBuilder
All checks are passing now.
Could you please review again when available? Thank you!
…h2 import in Tasks page
…setActiveTask lint error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR thoroughly resolves issue #481. I have gone beyond just preventing overflow, making sure the entire mobile UI experience feels premium, consistent, and flawless on all screen sizes (320px–1024px+).
Key Improvements Made:
TaskItem.jsx,DashboardTasks.jsx,TaskPreview.jsx):min-w-0andtruncatefor long task titles, preventing them from pushing action buttons off-screen.flex-wrapand graceful stacking for badges, dates, and priorities so they don't trigger horizontal scrollbars.items-start sm:items-center).Dashboard.jsx,Tasks.jsx,RoutineBuilder.jsx):px-4 sm:px-6).text-2xl sm:text-3xl) so they don't break onto awkward lines on tiny screens like iPhone SE.flex-col md:flex-row), ensuring the "New Task" and "Delete" buttons are easily tappable.TaskFormModal.jsx):max-h-[90vh]andoverflow-y-auto.p-4) to the modal wrapper so it never hugs the exact edges of the screen.Related Issue
Fixes #481
Checklist