about summary refs log tree commit diff
path: root/src/components/Dialog/shared.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Fix Gif Select dialog search bar scrolling away (#8874)Samuel Newman2025-08-251-2/+3
| | | | | * fix flatlist dialogs on web * tweak gif select dialog, add style prop to textfield
* bump cropper version (#8339)hailey2025-05-061-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mostly implement * type errors * unused import * rm comment * stop accidentally deleting the image while compressing * upgrade * type fixes * upgrade, remove timeout * bump * rm mock * bump * bump --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* New `Select` component (#8323)Samuel Newman2025-05-061-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * radix select component on web * native implementation (wip) * fix sheet height/padding * tone down web styles * react 19 cleanup * replace primary language select * change style on native * get auto placeholder working * more style tweaks * replace app language dropdown * replace rnpickerselect with native select * rm react-native-picker-select dependency * rm placeholder, since a value is always selected * docblock for renderItem * add more docblocks * add style prop to item * pass selectedValue through renderItem * fix context * Style overflow buttons --------- Co-authored-by: Eric Bailey <git@esb.lol>
* fix change handle dialog on android (#6563)Samuel Newman2024-11-201-5/+3
|
* Edit profile dialog ALF refresh (#5633)Samuel Newman2024-10-151-0/+61