about summary refs log tree commit diff
path: root/src/state/models/post-thread-view.ts
Commit message (Expand)AuthorAgeFilesLines
* Reorganize state models for clarity (#378)Paul Frazee2023-04-031-372/+0
* Lex refactor (#362)Paul Frazee2023-03-311-83/+52
* Big batch of UI updates (#276)Paul Frazee2023-03-071-3/+32
* Merge main into the Web PR (#230)Paul Frazee2023-02-221-15/+24
* Handle post deletions by removing from active views (close #37)Paul Frazee2023-01-181-0/+16
* Bump deps to pull in some bugfixesPaul Frazee2023-01-031-1/+1
* Implement validation and proper type detectionPaul Frazee2023-01-031-3/+22
* Improve error loggingPaul Frazee2023-01-021-1/+4
* Bump api@0.0.5 and use the type guard helpersPaul Frazee2023-01-021-20/+4
* Update threads to use design systemPaul Frazee2022-12-301-40/+1
* Unvendor the api and switch to @atproto/apiPaul Frazee2022-12-221-3/+2
* Update to use new getTimeline, getAuthorFeed, and getPostThread output modelsPaul Frazee2022-12-201-106/+105
* Improve thread renderingPaul Frazee2022-12-181-0/+1
* Improve handling of connection lossPaul Frazee2022-12-141-1/+5
* Add post embeds (images and external links)Paul Frazee2022-12-141-2/+1
* Add avatar images and fix some type signaturesPaul Frazee2022-12-081-10/+32
* Improve handling of deleted postsPaul Frazee2022-11-281-4/+7
* Add replying-to context to threadsPaul Frazee2022-11-231-4/+30
* Ensure threads group together posts by opPaul Frazee2022-11-231-0/+19
* Add post deletionPaul Frazee2022-11-161-0/+7
* Fix up/down vote number changesPaul Frazee2022-11-161-10/+18
* Switch to using setVote()Paul Frazee2022-11-151-31/+30
* Implement scene invitation and membership controlsPaul Frazee2022-11-101-1/+6
* Finish the upvote/downvote implementationPaul Frazee2022-11-081-11/+38
* Update to the latest APIsPaul Frazee2022-11-041-5/+5
* Update to latest APIsPaul Frazee2022-10-261-4/+5
* Update api nsidsPaul Frazee2022-10-121-2/+2
* Fix to auth of mutation opsPaul Frazee2022-10-031-12/+4
* Improve thread rendering (show reply lines)Paul Frazee2022-09-281-5/+16
* Implement unfollow, unlike, unrepostPaul Frazee2022-09-231-4/+8
* Replace mock-api with real apiPaul Frazee2022-09-221-28/+32
* Add state updates after screen changesPaul Frazee2022-07-251-12/+21
* Implement like and repostPaul Frazee2022-07-221-9/+67
* Add profile viewPaul Frazee2022-07-211-1/+4
* Add the ability to navigate to posts within a threadPaul Frazee2022-07-211-4/+19
* Factor out common styles; fixes and improvements to post-thread-viewPaul Frazee2022-07-201-6/+20
* Add WIP post-thread viewPaul Frazee2022-07-201-0/+153