about summary refs log tree commit diff
path: root/src/view/com/modals/InviteCodes.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Remove surrounding spaces in parentheses. (#667)Markus Amalthea Magnuson2023-05-161-1/+1
|
* React Native accessibility (#539)Ollie H2023-05-011-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * React Native accessibility * First round of changes * Latest update * Checkpoint * Wrap up * Lint * Remove unhelpful image hints * Fix navigation * Fix rebase and lint * Mitigate an known issue with the password entry in login * Fix composer dismiss * Remove focus on input elements for web * Remove i and npm * pls work * Remove stray declaration * Regenerate yarn.lock --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Update invite code copy (#549)Ollie Hsieh2023-04-271-1/+1
|
* [APP-562] Persist 'copied' state of invite codes (#535)Paul Frazee2023-04-251-39/+38
| | | | | * Persist 'copied' state of invite codes (close APP-562) * Dont show copied message if invite used
* Add user invite codes (#393)Paul Frazee2023-04-051-0/+191
* Add mobile UIs for invite codes * Update invite code UIs for web * Finish implementing invite code behaviors (including notifications of invited users) * Bump deps * Update web right nav to use real data; also fix lint