about summary refs log tree commit diff
path: root/src/lib/hooks/useIsKeyboardVisible.ts
Commit message (Collapse)AuthorAgeFilesLines
* Sort imports (#6009)dan2024-10-291-2/+3
| | | | | * Mark import sort/order/style rules as error * npm run lint -- --fix
* ListAddUser modal UX improvements (#1809)Paul Frazee2023-11-031-1/+1
| | | | | | | * typo * Add loading state to ListAddUser * Improve UI/UX of ListAddUser
* [APP-735] Post language improvements (#982)Paul Frazee2023-07-061-0/+35
* Fix composer character-counter bouncing around UI elements * Fix composer toolbar padding when keyboard is dismissed on iOS * Use the full name of the language in the composer footer * Add headings to the DropdownButton * Update the composer language control to use a simpler dropdown * Fix lint * Add translate link to Post component used in notifications * Fix lint