Feature: Support for EditButton()
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 330
- Forks
- 76
- Avg merge
- 3h 6m
- Merged PRs (30d)
- 1
Description
Sometimes it's not obvious to the user how to delete a row or it's easier to delete several items by toggling Edit mode in a List or Form and show the delete button on each row.
Reference
It is used to show the move or delete UI to the user on each row along with the Edit / Done button.
https://developer.apple.com/documentation/swiftui/editbutton
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.
Research direction
Start with the linked Apple EditButton documentation and inspect the existing List and Form editing behavior in skip-ui. Determine how the edit state should expose move and delete controls on each row, then verify that Edit and Done produce the expected UI and interactions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100