about summary refs log tree commit diff
path: root/src/view/com/modals
Commit message (Collapse)AuthorAgeFilesLines
* Enforce limits on create scene as wellPaul Frazee2022-11-142-6/+15
|
* Fix double-posting bugPaul Frazee2022-11-141-7/+2
|
* Reposition to handle scene creation keyboard viewPaul Frazee2022-11-141-57/+66
|
* Implement profile updatesPaul Frazee2022-11-111-1/+7
|
* Handle pending invites correctlyPaul Frazee2022-11-111-9/+83
|
* Only suggest users in invite suggestionsPaul Frazee2022-11-111-2/+2
|
* Implement scene invitation and membership controlsPaul Frazee2022-11-104-7/+356
|
* Add scene creatorPaul Frazee2022-11-093-2/+216
|
* Update to the latest APIsPaul Frazee2022-11-041-1/+1
|
* Rework the composer to a less buggy solutionPaul Frazee2022-11-013-317/+0
|
* Remove old tabs selector modalPaul Frazee2022-11-012-385/+1
|
* Fix typoPaul Frazee2022-10-311-2/+2
|
* Fix some useEffect() cleanup issuesPaul Frazee2022-10-261-0/+5
|
* Update to latest APIsPaul Frazee2022-10-261-1/+2
|
* Update api nsidsPaul Frazee2022-10-122-3/+3
|
* Update the view after a post is createdPaul Frazee2022-10-041-1/+8
|
* Implement profile-update apiPaul Frazee2022-10-041-4/+14
|
* Implement a couple missing bitsPaul Frazee2022-10-042-9/+26
|
* Choose mention candidates from followsPaul Frazee2022-10-041-4/+19
|
* Fixes to entity extractionPaul Frazee2022-10-041-1/+2
|
* Implement mentions renderingPaul Frazee2022-10-031-1/+1
|
* Fix to auth of mutation opsPaul Frazee2022-10-031-2/+2
|
* Add settings pagePaul Frazee2022-09-291-1/+6
|
* Add profile to tabs selector modalPaul Frazee2022-09-291-9/+24
|
* Swap new tab and share buttons in tabs modalPaul Frazee2022-09-291-6/+6
|
* Implement unfollow, unlike, unrepostPaul Frazee2022-09-231-1/+1
|
* Replace mock-api with real apiPaul Frazee2022-09-221-2/+2
|
* 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
* Implement autocomplete UI in composerPaul Frazee2022-09-082-8/+130
|
* Add EditProfile modalPaul Frazee2022-09-072-0/+131
|
* Rework profile page to include working view selectorPaul Frazee2022-09-061-8/+1
|
* Rewrite the post composer as a modalPaul Frazee2022-09-052-2/+186
|
* Move SharePost modal to new systemPaul Frazee2022-09-022-45/+22
|
* Add more robust modals controllerPaul Frazee2022-09-022-0/+107
|
* New navigation model (#1)Paul Frazee2022-08-311-66/+23
| | | | | | | | | | | | | | | | | * 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-253-0/+190