BlueHuskyStudios / BlueHuskyStudios/Rent-Split
Add undo option for deletions
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
There should be a lil popup at the bottom when an item is deleted, with an option to undo. It should be there for a few seconds so the user has a chance to click it. It should not auto-dismiss when the user is showing their attention (e.g. hovering, clicking, tapping, swiping, etc.). When multiple items are deleted, they should stack.
- Popup at bottom of page
- Popup allows user to restore the item they just deleted
- Popup auto-dismisses after a couple seconds
- Popup will not auto-dismiss if it's clear the user is interesting in interacting with it
- Popup has a way to be manually dismissed
- Each item summons a new popup
- Popups stack
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named; start by locating the frontend deletion flow and the entry point where deleted items can be restored. Implement the checklist for timed, manually dismissible undo popups, including interaction-aware dismissal and stacking, then verify each behavior in the relevant UI flow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100