Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add displayName to contexts (#8814) | Samuel Newman | 2025-08-14 | 2 | -0/+5 |
| | |||||
* | Add cursor pointer to web select trigger (#8787) | Bartosz Kaszubowski | 2025-08-07 | 1 | -1/+2 |
| | |||||
* | Fix web scrollable select unwanted overflow (#8786) | Bartosz Kaszubowski | 2025-08-07 | 1 | -0/+1 |
| | |||||
* | Upgrade prettier to 3.6 (#8558) | Samuel Newman | 2025-06-23 | 1 | -2/+2 |
| | | | | | | | * upgrade prettier * run prettier * more files | ||||
* | Fix select text color if system theme mismatches app theme (#8523) | Eric Bailey | 2025-06-18 | 1 | -0/+1 |
| | |||||
* | fix select triggers on ios safari (#8343) | Samuel Newman | 2025-05-07 | 2 | -1/+4 |
| | |||||
* | New `Select` component (#8323) | Samuel Newman | 2025-05-06 | 3 | -0/+754 |
* 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> |