about summary refs log tree commit diff
path: root/src/state/lib/api.ts
Commit message (Expand)AuthorAgeFilesLines
* Add live search to autocomplete and only highlight known handlesPaul Frazee2022-11-171-1/+2
* Switch to using setVote()Paul Frazee2022-11-151-42/+0
* Implement profile updatesPaul Frazee2022-11-111-18/+6
* Fix followsPaul Frazee2022-11-101-3/+9
* Implement scene invitation and membership controlsPaul Frazee2022-11-101-0/+49
* Finish the upvote/downvote implementationPaul Frazee2022-11-081-7/+31
* Update to the latest APIsPaul Frazee2022-11-041-15/+16
* Update to latest APIsPaul Frazee2022-10-261-22/+28
* Update api nsidsPaul Frazee2022-10-121-12/+12
* Implement profile-update apiPaul Frazee2022-10-041-5/+23
* Fixes to entity extractionPaul Frazee2022-10-041-23/+1
* Implement mentions renderingPaul Frazee2022-10-031-0/+25
* Fix to auth of mutation opsPaul Frazee2022-10-031-25/+20
* Implement signin flowPaul Frazee2022-09-261-17/+16
* Implement unfollow, unlike, unrepostPaul Frazee2022-09-231-27/+41
* Replace mock-api with real apiPaul Frazee2022-09-221-251/+95
* Add EditProfile modalPaul Frazee2022-09-071-0/+11
* Implement follow/unfollowPaul Frazee2022-07-261-1/+28
* Implement Web versions of the bottom sheet, toast, and progress circlePaul Frazee2022-07-251-2/+2
* Add post composerPaul Frazee2022-07-221-6/+40
* Implement like and repostPaul Frazee2022-07-221-1/+82
* More realistic mock dataPaul Frazee2022-07-201-77/+60
* Replace mobx-state-tree with mobx and get a basic home feed renderingPaul Frazee2022-07-191-0/+210