about summary refs log tree commit diff
path: root/src/view/com/modals/InviteCodes.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Updates InviteCodes modal to use dynamic/responsive styles on web (#1502)Bryan Lee2023-09-201-1/+10
|
* Give explicit names to MobX observer components (#1413)dan2023-09-071-42/+48
| | | | | | | | | * Consider observer(...) as components * Add display names to MobX observers * Temporarily suppress nested components * Suppress new false positives for react/prop-types
* Updates to use dynamic/responsive styles on web (#1351)Paul Frazee2023-09-051-2/+2
| | | | | | | | | | | | | | | | | | | * Move most responsive queries to the hook * Fix invalid CSS value * Fixes to tablet render of post thread * Fix overflow issues on web * Fix search header on tablet * Fix QP margin in web composer * Fix: only apply double gutter once to flatlist (close #1368) * Fix styles on discover feeds header * Fix double discover links in multifeed
* change copy in `InviteCodes.tsx (#1082)Ansh2023-08-021-5/+1
|
* 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