You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues and didn't find any that were similar
I have considered creating a pull request with fixes instead of a bug report and want to proceed
Current Behavior
Current implementation of .anytypeSheet used for popup like presentation (object settings for example) have no interactive drag capabilities. It feels quite odd, you still can swipe popup down, but there is no interactivity while doing it.
Screen.Recording.2024-10-11.at.10.27.57.mov
Expected Behavior
Something resembling native components
Screen.Recording.2024-10-11.at.10.28.38.mov
Steps To Reproduce
Open object/set settings menu
Environment
Any
Anything else?
AnytypeSheet doesn't need to add the DragIndicator on its own. Clients will add it if applicable.
Component should support keyboard handling. Swiping when keyboard is visible.
Drag gesture should work anywhere on the screen and will not conflict with horizontal scrolls inside the screen.
The size of the content should remain consistent and not shrink during dragging.
The text was updated successfully, but these errors were encountered:
Have you read a contributing guide?
Current Behavior
Current implementation of
.anytypeSheet
used for popup like presentation (object settings for example) have no interactive drag capabilities. It feels quite odd, you still can swipe popup down, but there is no interactivity while doing it.Screen.Recording.2024-10-11.at.10.27.57.mov
Expected Behavior
Something resembling native components
Screen.Recording.2024-10-11.at.10.28.38.mov
Steps To Reproduce
Open object/set settings menu
Environment
Anything else?
The text was updated successfully, but these errors were encountered: