about summary refs log tree commit diff
path: root/src/view/com/util
Commit message (Collapse)AuthorAgeFilesLines
* Fix overflows in post meta infoPaul Frazee2022-11-141-0/+71
|
* Implement scene invitation and membership controlsPaul Frazee2022-11-101-1/+4
|
* Add scene creatorPaul Frazee2022-11-093-3/+7
|
* Add creator to scene profile headerPaul Frazee2022-11-091-1/+21
|
* Implement scene member/memberships listingsPaul Frazee2022-11-081-1/+1
|
* Finish the upvote/downvote implementationPaul Frazee2022-11-082-12/+20
|
* Sizing and spacing fixes based on on-device testingPaul Frazee2022-11-052-5/+5
|
* Unify profile follow btn colors with the restPaul Frazee2022-11-052-37/+4
|
* Replace likes with votes on post UIsPaul Frazee2022-11-051-0/+87
|
* More profile header tweaksPaul Frazee2022-11-051-1/+1
|
* Tweak profile headerPaul Frazee2022-11-051-1/+1
|
* Switch to procedurally-generated bannersPaul Frazee2022-11-052-3/+31
|
* Update to new textslicePaul Frazee2022-11-041-8/+8
|
* Update to the latest APIsPaul Frazee2022-11-042-11/+11
|
* Add consistent view headersPaul Frazee2022-11-011-0/+77
|
* Switch to autogenerated avis for nowPaul Frazee2022-10-311-0/+78
|
* WIP scene UIsPaul Frazee2022-10-311-7/+10
|
* Fix some useEffect() cleanup issuesPaul Frazee2022-10-261-0/+6
|
* Add contacts screenPaul Frazee2022-10-121-0/+1
|
* Update api nsidsPaul Frazee2022-10-121-5/+5
|
* Fix to mention renderingPaul Frazee2022-10-041-1/+1
|
* Implement mentions renderingPaul Frazee2022-10-031-0/+95
|
* More blue themingPaul Frazee2022-09-292-2/+2
|
* Remove top bar in the shellPaul Frazee2022-09-291-2/+2
|
* No visual feedback on FAB to reduce jankPaul Frazee2022-09-291-15/+22
|
* Add reply information to feed itemsPaul Frazee2022-09-281-0/+48
|
* Add account creationPaul Frazee2022-09-271-0/+155
|
* 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-091-7/+7
|
* Add EditProfile modalPaul Frazee2022-09-071-1/+0
|
* 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-063-6/+179
|
* Rework profile headerPaul Frazee2022-09-051-0/+73
|
* Add post dropdown menusPaul Frazee2022-09-021-0/+177
|
* Implement consistent Link componentPaul Frazee2022-09-021-0/+28
|
* Add avi and context menu to shell topbarPaul Frazee2022-08-311-1/+1
|
* Add composer FAB to home pagePaul Frazee2022-08-311-0/+50
|
* New navigation model (#1)Paul Frazee2022-08-311-0/+36
| | | | | | | | | | | | | | | | | * 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
* Implement Web versions of the bottom sheet, toast, and progress circlePaul Frazee2022-07-254-0/+87