about summary refs log tree commit diff
path: root/src/view/com/auth
Commit message (Collapse)AuthorAgeFilesLines
* Mobile Web (#427)John Fawcett2023-04-121-29/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP * WIP * Fix header offset on web * Remove debug * Fix web mobile feed and FAB layout * Fix modals on mobile web * Remove dead code * Remove ios config that shouldnt be committed now * Move bottom bar into its own folder * Fix web drawer navigation and state behaviors * Remove dark mode toggle from web drawer for now * Fix search on mobile web * Fix the logged out splash screen on mobile web * Fixes to detox simulator --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Fix darkmode placeholder text in composer (#406)Paul Frazee2023-04-061-145/+0
| | | | | * Remove old comment * Fix darkmode placeholder text in composer (close #401)
* Add user invite codes (#393)Paul Frazee2023-04-051-0/+1
| | | | | | | | | | | * 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
* Analytics fixes (closes #386) (#387)Paul Frazee2023-04-051-5/+2
| | | | | | | * Only send analytics events when the user is logged in * Only send analytics events when the user is logged in (web) * Add analytics identify() call
* Lex refactor (#362)Paul Frazee2023-03-315-12/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove the hackcheck for upgrades * Rename the PostEmbeds folder to match the codebase style * Updates to latest lex refactor * Update to use new bsky agent * Update to use api package's richtext library * Switch to upsertProfile * Add TextEncoder/TextDecoder polyfill * Add Intl.Segmenter polyfill * Update composer to calculate lengths by grapheme * Fix detox * Fix login in e2e * Create account e2e passing * Implement an e2e mocking framework * Don't use private methods on mobx models as mobx can't track them * Add tooling for e2e-specific builds and add e2e media-picker mock * Add some tests and fix some bugs around profile editing * Add shell tests * Add home screen tests * Add thread screen tests * Add tests for other user profile screens * Add search screen tests * Implement profile imagery change tools and tests * Update to new embed behaviors * Add post tests * Fix to profile-screen test * Fix session resumption * Update web composer to new api * 1.11.0 * Fix pagination cursor parameters * Add quote posts to notifications * Fix embed layouts * Remove youtube inline player and improve tap handling on link cards * Reset minimal shell mode on all screen loads and feed swipes (close #299) * Update podfile.lock * Improve post notfound UI (close #366) * Bump atproto packages
* Logout bug hunt (#294)Paul Frazee2023-03-151-1/+10
| | | | | | | | | | | * Stop storing the log on disk * Add more info to the session logging * Only clear session tokens from storage when they've expired * Retry session resumption a few times if it's a network issue * Improvements to the 'connecting' screen
* Handle logged out mobile web betterPaul Frazee2023-03-142-25/+104
|
* A couple small fixesPaul Frazee2023-03-142-10/+11
|
* Add waitlist signupPaul Frazee2023-03-142-8/+24
|
* Fix lint, tsc; delete dead codePaul Frazee2023-03-142-585/+0
|
* Remove dead codePaul Frazee2023-03-141-26/+0
|
* Rework account creation and login viewsPaul Frazee2023-03-1412-59/+1026
|
* Tune the logged out web viewPaul Frazee2023-03-141-6/+7
|
* Rework logged out state to preserve routing and work for webPaul Frazee2023-03-137-0/+1813