about summary refs log tree commit diff
path: root/src/state/index.ts
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated models and mobx usage (react-query refactor) (#1934)Paul Frazee2023-11-161-54/+0
* Replace all logs with new loggerEric Bailey2023-11-041-2/+3
* Fix other error logs while I'm at itEric Bailey2023-11-041-1/+1
* Update client staging URLrenahlee2023-04-241-1/+1
* Lex refactor (#362)Paul Frazee2023-03-311-2/+2
* Rework account creation and login viewsPaul Frazee2023-03-141-1/+1
* Merge main into the Web PR (#230)Paul Frazee2023-02-221-26/+14
* Add web polyfillsPaul Frazee2023-01-261-2/+2
* Account switcher (#85)Paul Frazee2023-01-241-2/+2
* Fix session hydration during loadPaul Frazee2023-01-031-1/+1
* Improve error loggingPaul Frazee2023-01-021-2/+2
* Implement logging systemPaul Frazee2023-01-021-6/+6
* Unvendor the api and switch to @atproto/apiPaul Frazee2022-12-221-2/+1
* A couple more android updatesPaul Frazee2022-12-191-1/+3
* Ensure the UI always renders, even in bad network conditions (close #6)Paul Frazee2022-12-051-5/+11
* Merge branch 'simplify' into mainPaul Frazee2022-11-211-1/+0
|\
| * Add build flags and disable tabs for nowPaul Frazee2022-11-201-1/+0
* | Track rotated auth tokensPaul Frazee2022-11-211-0/+2
|/
* Add live search to autocomplete and only highlight known handlesPaul Frazee2022-11-171-1/+2
* Clear session when auth failsPaul Frazee2022-11-171-1/+8
* Update prod service URLPaul Frazee2022-11-161-1/+1
* Add a server instance selector and drop env varsPaul Frazee2022-11-151-8/+6
* Add staging envPaul Frazee2022-11-111-2/+8
* Add onboarding (WIP)Paul Frazee2022-11-071-1/+2
* Reuse service addressPaul Frazee2022-11-071-1/+1
* Update to the latest APIsPaul Frazee2022-11-041-4/+1
* Update to latest APIsPaul Frazee2022-10-261-2/+2
* Implement notificationsPaul Frazee2022-10-031-0/+7
* Clear all state on signoutPaul Frazee2022-09-291-1/+0
* Implement signin flowPaul Frazee2022-09-261-13/+5
* Replace mock-api with real apiPaul Frazee2022-09-221-5/+2
* Add more robust modals controllerPaul Frazee2022-09-021-0/+2
* Implement working screen-state management and remove extraneous loadsPaul Frazee2022-09-011-1/+0
* Replace mobx-state-tree with mobx and get a basic home feed renderingPaul Frazee2022-07-191-16/+17
* Add mock API and reorg code for clarityPaul Frazee2022-07-181-11/+15
* Fix web buildPaul Frazee2022-06-151-1/+0
* Implement full auth flow in iOSPaul Frazee2022-06-151-3/+4
* Polyfills for native cryptoPaul Frazee2022-06-151-1/+1
* Add base auth & ucan request flow (web only)Paul Frazee2022-06-141-0/+12
* Add auth navigationsPaul Frazee2022-06-091-2/+6
* Add state managementPaul Frazee2022-06-091-0/+30