about summary refs log tree commit diff
path: root/modules/bottom-sheet
Commit message (Collapse)AuthorAgeFilesLines
* Don't render unnecessary <Portal> instances (#6217)dan2024-11-103-59/+48
|
* Fix Retain Cycles in SheetViewController (#6202)Hazem Ali2024-11-101-5/+8
| | | | | * Fix retain cycle in SheetViewController.swift * Fix retain cycles
* Edit profile dialog ALF refresh (#5633)Samuel Newman2024-10-151-6/+15
|
* Fix sheets to work nicely on ios 15 (#5685)Hailey2024-10-102-13/+45
|
* Move setup for Android sheet (#5684)Hailey2024-10-101-53/+49
|
* Add missing web component (for native view manager) (#5662)Hailey2024-10-092-1/+6
|
* Allow nested sheets without boilerplate (#5660)Samuel Newman2024-10-095-95/+239
| | | | Co-authored-by: Hailey <me@haileyok.com>
* Fix bounce when expanding sheet on ios (#5627)Hailey2024-10-062-3/+6
|
* [Sheets] [Pt. 1] Root PR (#5557)Hailey2024-10-0417-0/+1183
Co-authored-by: Samuel Newman <mozzius@protonmail.com> Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: dan <dan.abramov@gmail.com> Co-authored-by: Hailey <me@haileyok.com>