Make task deletion accessible on mobile devices#9
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Make delete button always visible on mobile (< 768px) - Delete button only appears on hover on desktop (≥ 768px) - Improve task item layout with responsive spacing - Enhance delete confirmation modal for mobile - Add better button stacking on mobile devices Agent-Logs-Url: https://github.com/shobhit2603/Momentum/sessions/57fadfc7-a1b3-4973-817a-29aff7c3464b Co-authored-by: shobhit2603 <149822769+shobhit2603@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix issue preventing task deletion on mobile devices
Make task deletion accessible on mobile devices
May 23, 2026
shobhit2603
approved these changes
May 23, 2026
shobhit2603
left a comment
Owner
There was a problem hiding this comment.
I think the fix is working properly.
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.
Delete button relied on hover state, making it inaccessible on touch devices. Users couldn't delete tasks on mobile phones.
Changes
Delete Button Visibility
opacity-0 group-hover:opacity-100tomd:opacity-0 md:group-hover:opacity-100 opacity-100Responsive Layout
p-5→p-3 md:p-5gap-2 md:gap-3text-base md:text-lgbreak-wordsfor long titlesDelete Confirmation Modal
p-4 md:p-6w-fullflex-col-reverse md:flex-rowExample