about summary refs log tree commit diff
path: root/src/view/com
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement mentions renderingPaul Frazee2022-10-035-19/+149
|
* Fix to auth of mutation opsPaul Frazee2022-10-031-2/+2
|
* Implement notificationsPaul Frazee2022-10-032-19/+135
|
* Fix thread view sizingPaul Frazee2022-09-291-9/+7
|
* Add settings pagePaul Frazee2022-09-291-1/+6
|
* Add profile to tabs selector modalPaul Frazee2022-09-291-9/+24
|
* More blue themingPaul Frazee2022-09-292-2/+2
|
* Remove top bar in the shellPaul Frazee2022-09-291-2/+2
|
* Swap new tab and share buttons in tabs modalPaul Frazee2022-09-291-6/+6
|
* No visual feedback on FAB to reduce jankPaul Frazee2022-09-291-15/+22
|
* Fix feed pagination on user profilesPaul Frazee2022-09-281-4/+1
|
* Add reply information to feed itemsPaul Frazee2022-09-282-0/+72
|
* Improve thread rendering (show reply lines)Paul Frazee2022-09-281-0/+59
|
* Switch to one default aviPaul Frazee2022-09-289-51/+19
|
* Add account creationPaul Frazee2022-09-271-0/+155
|
* Implement unfollow, unlike, unrepostPaul Frazee2022-09-232-3/+3
|
* Replace mock-api with real apiPaul Frazee2022-09-2211-44/+43
|
* Add close animation to tabs selectorPaul Frazee2022-09-091-42/+84
|
* Replace tabs selector with better solution, also fix some bugs with the ↵Paul Frazee2022-09-092-8/+333
| | | | modal state
* Reduce the frequency of accidental visual triggers of touchable itemsPaul Frazee2022-09-091-1/+5
|
* Disable swipe gestures in view selector for nowPaul Frazee2022-09-091-56/+59
|
* Make view-selector swipes easier to triggerPaul Frazee2022-09-091-3/+11
|
* UI sizing fixesPaul Frazee2022-09-094-11/+18
|
* Implement autocomplete UI in composerPaul Frazee2022-09-082-8/+130
|
* Add EditProfile modalPaul Frazee2022-09-074-3/+134
|
* Refactor profile to use new ViewSelector element which is reusable and now ↵Paul Frazee2022-09-062-24/+218
| | | | supports swipe gestures
* Rework profile page to include working view selectorPaul Frazee2022-09-069-63/+204
|
* Rework profile headerPaul Frazee2022-09-052-38/+212
|
* Rewrite the post composer as a modalPaul Frazee2022-09-056-95/+192
|
* Add post dropdown menusPaul Frazee2022-09-023-5/+215
|
* Move SharePost modal to new systemPaul Frazee2022-09-024-55/+29
|
* Implement consistent Link componentPaul Frazee2022-09-029-143/+177
|
* Add more robust modals controllerPaul Frazee2022-09-022-0/+107
|
* Update post thread aestheticsPaul Frazee2022-08-313-98/+115
|
* Add avi and context menu to shell topbarPaul Frazee2022-08-311-1/+1
|
* Add composer FAB to home pagePaul Frazee2022-08-311-0/+50
|
* Aesthetic improvementsPaul Frazee2022-08-318-33/+40
|
* Unify the color palettePaul Frazee2022-08-319-68/+65
|
* New navigation model (#1)Paul Frazee2022-08-3114-245/+125
| | | | | | | | | | | | | | | | | * 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
* Add notifications viewPaul Frazee2022-07-264-0/+464
|
* Add followers and follows listPaul Frazee2022-07-263-6/+297
|
* Implement follow/unfollowPaul Frazee2022-07-262-2/+32
|
* Replace momentjs - it is too large of a dependencyPaul Frazee2022-07-262-5/+4
|
* Implement Web versions of the bottom sheet, toast, and progress circlePaul Frazee2022-07-2512-80/+238
|
* Add share bottom-sheet to feed and threadPaul Frazee2022-07-256-21/+172
|
* Add state updates after screen changesPaul Frazee2022-07-252-1/+14
|
* Add post composerPaul Frazee2022-07-223-4/+102
|
* Add liked-by and reposted-by viewsPaul Frazee2022-07-223-2/+300
|
* Implement like and repostPaul Frazee2022-07-223-19/+81
|
* Add profile viewPaul Frazee2022-07-214-10/+140
|