about summary refs log tree commit diff
path: root/src/state/lib/api.ts
Commit message (Expand)AuthorAgeFilesLines
* Merge main into the Web PR (#230)Paul Frazee2023-02-221-190/+0
* Fix: move imports and constants for the api-polyfill over from their old loca...Paul Frazee2023-01-261-8/+1
* Add web polyfillsPaul Frazee2023-01-261-75/+0
* more prettier and lint cleanup (#82)Aryan Goharzad2023-01-241-7/+1
* Lints some errors and warnings (#76)Aryan Goharzad2023-01-201-2/+2
* Update composer to preview external link cards (#52)Paul Frazee2023-01-181-60/+50
* Hackfix around 'images too large' issuePaul Frazee2023-01-181-1/+11
* Remove scenes (#36)Paul Frazee2023-01-171-48/+0
* Improve error loggingPaul Frazee2023-01-021-4/+1
* Implement logging systemPaul Frazee2023-01-021-2/+5
* Start with highest quality compression and find a suitable size (#33)Paul Frazee2022-12-261-1/+2
* Unvendor the api and switch to @atproto/apiPaul Frazee2022-12-221-4/+6
* Add post embeds (images and external links)Paul Frazee2022-12-141-20/+128
* Add avatar images and fix some type signaturesPaul Frazee2022-12-081-62/+8
* Fix mention-creation and implement mentions in notificationsPaul Frazee2022-12-061-1/+9
* Ensure the UI always renders, even in bad network conditions (close #6)Paul Frazee2022-12-051-0/+9
* Refactor: create src/lib to reflect actual sharing of that codePaul Frazee2022-11-221-1/+1
* 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