Skip to content

Commit

Permalink
📝 Docs: Update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Aug 11, 2022
1 parent c7b24fa commit 27aabe1
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions docs/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,6 @@

## Uncategorized/WIP

- [ ] **Bug**: Aux. Preview - Layout Jank on Exit Transition
* When the exit transition begins, the aux. preview jumps. This is especially noticeable when there's a custom preview.
* During the exit transition, the aux. preview jumps to the target view because it's attached to the platter view. The platter view's contents changes from the custom preview, back to the target view.
* A possible solution is to just attach the aux. preview directly to the custom preview.

<br>

- [ ] Implement: iOS 16

- [ ] `UIMenuLeaf`
Expand Down Expand Up @@ -111,6 +104,15 @@

<br>

### Version: `1.12.1`

- [x] (Commit: `77d532a`) **Bug**: `ContextMenuView.onPressMenuItem` timeout.
- [x] (Commit: `c7b24fa`) **Bug**: Aux. Preview - Layout Jank on Exit Transition
* When the exit transition begins, the aux. preview jumps. This is especially noticeable when there's a custom preview.
* During the exit transition, the aux. preview jumps to the target view because it's attached to the platter view. The platter view's contents changes from the custom preview, back to the target view.

<br>

### Version: `1.12.0`

- [x] (Commit: `b0a9cfb`) **Implement**: `UIMenu.ElementSize`
Expand Down

0 comments on commit 27aabe1

Please sign in to comment.