about summary refs log tree commit diff
path: root/src/view/screens
Commit message (Collapse)AuthorAgeFilesLines
...
* Add followers and follows listPaul Frazee2022-07-262-0/+78
|
* Fix layout in profile viewPaul Frazee2022-07-261-7/+22
|
* Add state updates after screen changesPaul Frazee2022-07-252-7/+30
|
* Add post composerPaul Frazee2022-07-2213-37/+119
|
* Add liked-by and reposted-by viewsPaul Frazee2022-07-223-7/+81
|
* Add profile viewPaul Frazee2022-07-212-8/+36
|
* Add header to PostThread view; update navigation to include stacking so that ↵Paul Frazee2022-07-216-7/+27
| | | | each tab maintains its own browsing history
* Add WIP post-thread viewPaul Frazee2022-07-203-7/+37
|
* Update feed component to use flatlist for lazy-loading scrolling; update ↵Paul Frazee2022-07-201-1/+1
| | | | feed-view model to match loading needs
* Add iconsPaul Frazee2022-07-191-3/+0
|
* Replace mobx-state-tree with mobx and get a basic home feed renderingPaul Frazee2022-07-193-33/+38
|
* Add mock API and reorg code for clarityPaul Frazee2022-07-188-0/+159