IMGIITRoorkee / IMGIITRoorkee/Taskly

[Feat] Display a Confirmation Dialog Before Deleting a Task

Open
#17 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

easy
Dominant language
Dart
Stars
4
Forks
10
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem? Please describe.**
Accidentally deleting tasks can be frustrating for users. Currently, there is no confirmation step before a task is removed, increasing the risk of unintended deletions.

**Describe the solution you'd like**
When a user attempts to delete a task, a confirmation dialog should appear, asking the user to confirm or cancel the action. This dialog should display a message like:
"Are you sure you want to delete this task? This action cannot be undone."
The dialog should have two buttons:
Confirm/Delete: Deletes the task.
Cancel: Closes the dialog without deleting the task.

**Additional context**
The confirmation dialog should use a consistent design matching the app's theme (light/dark mode compatibility).
Ensure the dialog is accessible (e.g., proper text size and button focus states).

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files or tests are named. Start by locating the task deletion UI and its delete action, then determine how the app handles themed and accessible dialogs. Done means deletion requires an explicit confirmation, cancellation leaves the task intact, and the dialog supports light and dark themes with usable focus states.

Written by the indexing model from the issue text.

Assessment

Tech stack
dart, flutter
Domain
mobile
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.