about summary refs log tree commit diff
path: root/src/state
Commit message (Collapse)AuthorAgeFilesLines
...
* Add state updates after screen changesPaul Frazee2022-07-252-40/+127
|
* Add post composerPaul Frazee2022-07-221-6/+40
|
* Add liked-by and reposted-by viewsPaul Frazee2022-07-222-0/+282
|
* Implement like and repostPaul Frazee2022-07-224-16/+218
|
* Add profile viewPaul Frazee2022-07-213-2/+116
|
* Add the ability to navigate to posts within a threadPaul Frazee2022-07-211-4/+19
|
* Factor out common styles; fixes and improvements to post-thread-viewPaul Frazee2022-07-201-6/+20
|
* Add WIP post-thread viewPaul Frazee2022-07-203-7/+164
|
* Update feed component to use flatlist for lazy-loading scrolling; update ↵Paul Frazee2022-07-201-20/+101
| | | | feed-view model to match loading needs
* More realistic mock dataPaul Frazee2022-07-203-77/+231
|
* Replace mobx-state-tree with mobx and get a basic home feed renderingPaul Frazee2022-07-197-217/+309
|
* Fix platform build issuesPaul Frazee2022-07-182-21/+17
|
* Add mock API and reorg code for clarityPaul Frazee2022-07-187-27/+295
|
* Fix web buildPaul Frazee2022-06-152-50/+3
|
* Implement full auth flow in iOSPaul Frazee2022-06-152-22/+39
|
* Polyfills for native cryptoPaul Frazee2022-06-154-5/+147
|
* Add base auth & ucan request flow (web only)Paul Frazee2022-06-143-29/+74
|
* (WIP) Add initial API clientPaul Frazee2022-06-102-1/+60
|
* Add auth navigationsPaul Frazee2022-06-093-3/+37
|
* Add state managementPaul Frazee2022-06-094-0/+125