about summary refs log tree commit diff
path: root/src/view/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Add account creationPaul Frazee2022-09-271-0/+1
|
* Implement signin flowPaul Frazee2022-09-261-0/+8
|
* Replace mock-api with real apiPaul Frazee2022-09-223-7/+7
|
* Add EditProfile modalPaul Frazee2022-09-071-1/+1
|
* Rework profile headerPaul Frazee2022-09-053-0/+8
|
* Add accounts menu to shellPaul Frazee2022-09-021-0/+3
|
* Implement working screen-state management and remove extraneous loadsPaul Frazee2022-09-011-12/+0
|
* Add composer FAB to home pagePaul Frazee2022-08-311-0/+2
|
* Aesthetic improvementsPaul Frazee2022-08-311-0/+16
|
* Unify the color palettePaul Frazee2022-08-311-7/+70
|
* New navigation model (#1)Paul Frazee2022-08-311-0/+12
| | | | | | | | | | | | | | | | | * Flatten all routing into a single stack * Replace router with custom implementation * Add shell header and titles * Add tab selector * Add back/forward history menus on longpress * Fix: don't modify state during render * Add refresh() to navigation and reroute navigations to the current location to refresh instead of add to history * Cache screens during navigation to maintain scroll position and improve load-time for renders
* Replace momentjs - it is too large of a dependencyPaul Frazee2022-07-261-0/+32
|
* Add share bottom-sheet to feed and threadPaul Frazee2022-07-251-0/+9
|
* Add post composerPaul Frazee2022-07-221-1/+20
|
* Add liked-by and reposted-by viewsPaul Frazee2022-07-221-0/+14
|
* Implement like and repostPaul Frazee2022-07-221-0/+3
|
* Add profile viewPaul Frazee2022-07-211-0/+17
|
* Add header to PostThread view; update navigation to include stacking so that ↵Paul Frazee2022-07-212-0/+14
| | | | each tab maintains its own browsing history
* Factor out common styles; fixes and improvements to post-thread-viewPaul Frazee2022-07-202-0/+46