Skip to content

feat(notif): Swipe to delete notifs on map screen#83

Open
kurz3m3 wants to merge 4 commits intomaizebus-2.1from
72-a-side-swipe-shows-ui-for-deleting-a-reminder
Open

feat(notif): Swipe to delete notifs on map screen#83
kurz3m3 wants to merge 4 commits intomaizebus-2.1from
72-a-side-swipe-shows-ui-for-deleting-a-reminder

Conversation

@kurz3m3
Copy link
Copy Markdown
Member

@kurz3m3 kurz3m3 commented Apr 5, 2026

Description

Add swipe to delete functionality to reminder cards displayed on the maps screen. Users can swipe left on any reminder to delete it. Still needs to be changed to round edges for the UI.

Change was added as there was no easy way to delete reminders prior to this.

Type of Change

  • New feature (feat)
  • Bug fix (fix)
  • Refactor / code improvement
  • Dependency / build update
  • Documentation
  • Other (explain)

Changes Made

  • Flutter:
    • reminder_widgets.dart

Testing Done

Flutter:

  • Tested on:
    • iOS Simulator
    • Android Emulator
    • Physical device

Side note on testing:
Notifications seem to be bugged on the simulator, at least on mine. Should test on a physical device.
I was able to get my notifs to appear by setting them then reopening the app in the simulator.

Screenshots / Demo (if UI or notification change)

Screenshot 2026-04-05 at 3 48 05 PM Pic taken while dismissing the notification

Checklist

  • Commit messages follow Conventional Commits
  • PR title follows [type](scope): short description
  • PR target branch is not main and is our current working update branch (e.g. maizebus2.1)
  • No print() / debugPrint() / console.log() left in production code
  • Secrets / keys not committed

Add swipe to delete functionality to reminder cards displayed on the maps screen. Users can swipe left on any reminder to delete it. Still needs to be changed to round edges for the UI.

Change was added as there was no easy way to delete reminders prior to this.
@kurz3m3 kurz3m3 self-assigned this Apr 5, 2026
@kurz3m3 kurz3m3 linked an issue Apr 6, 2026 that may be closed by this pull request
Copy link
Copy Markdown
Member

@i-kumar i-kumar left a comment

Choose a reason for hiding this comment

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

can you apply the style we did in design meeting

kurz3m3 added 3 commits April 11, 2026 15:41
Dismissable edges changed to be rounded
white notif UI slides off screen and the red dismissible stays behind
Switched to a custom implementation of dismissible to achieve the desired swipe off screen effect requested by @i-kumar
Reminders can now be swiped to the left to be deleted.
@kurz3m3 kurz3m3 requested a review from i-kumar April 16, 2026 20:22
@kurz3m3
Copy link
Copy Markdown
Member Author

kurz3m3 commented Apr 16, 2026

Screenshot 2026-04-16 at 4 24 27 PM

New look for the dismissible. Checklist from before still applies, need to test on a physical device or simulator where reminders work as intended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

a side swipe shows ui for deleting a reminder

2 participants