microsoft / microsoft/pxt-microbit
Code eval tool: Change the alert for when a user is deleting a criteria
Open
@srietkerk is already working on this.
Since Sep 5, 2024.
code eval tool
- Dominant language
- TypeScript
- Stars
- 804
- Forks
- 721
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 2
Description
When a user is deleting a criteria from their checklist, they get an alert asking if they're sure they want to delete the criteria. The alert is not the prettiest.
To Reproduce
Steps to reproduce the behavior:
- Go to https://makecode.microbit.org/beta---eval
- Make a checklist
- Add criteria to that checklist
- Delete a criterium
- See the alert
Not sure if we want to just use a pop-up/modal here instead to make it look like expected behavior or if we just want to remove the alert and not give a pop-up here because deleting a criteria is not super detrimental to the user.
Contributor guide
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.
Assessment
This issue has not been assessed yet.