about summary refs log tree commit diff
path: root/src/view/com/post-thread
Commit message (Collapse)AuthorAgeFilesLines
...
* Add post embeds (images and external links)Paul Frazee2022-12-141-2/+2
|
* Add avatar images and fix some type signaturesPaul Frazee2022-12-083-0/+6
|
* Fix to unicode zero-width characters in expanded postsPaul Frazee2022-12-061-1/+0
|
* Add 'copy post text' toolPaul Frazee2022-12-051-0/+7
|
* Switch to System font to fix emoji renderingPaul Frazee2022-12-051-1/+1
|
* Improve handling of deleted postsPaul Frazee2022-11-281-0/+9
|
* Fix toast positioning (close #9)Paul Frazee2022-11-281-7/+3
|
* Tune post-thread expanded view: add reply prompt, fix spacing and sizingPaul Frazee2022-11-281-99/+106
|
* Increase information density and enlarge some click targetsPaul Frazee2022-11-281-2/+2
|
* Add link embeds to postsPaul Frazee2022-11-231-0/+3
|
* Add replying-to context to threadsPaul Frazee2022-11-231-14/+43
|
* Show parent post in composer when replying (close #3)Paul Frazee2022-11-231-1/+9
|
* Fix to thread reply lines (fill full space)Paul Frazee2022-11-221-31/+9
|
* Add bottom padding to threadsPaul Frazee2022-11-221-0/+1
|
* Scroll to highlighted post in threadsPaul Frazee2022-11-221-2/+26
|
* Refactor: create src/lib to reflect actual sharing of that codePaul Frazee2022-11-221-1/+1
|
* Merge branch 'simplify' into mainPaul Frazee2022-11-211-33/+1
|\
| * Remove downvotes from the UIPaul Frazee2022-11-201-33/+1
| |
* | Add web linking and proper share controlsPaul Frazee2022-11-212-13/+1
|/
* Spacing and sizing fixesPaul Frazee2022-11-181-7/+7
|
* Add min height to post textPaul Frazee2022-11-181-1/+4
|
* Fix avatar click target in postsPaul Frazee2022-11-181-14/+18
|
* Fix post thread titlePaul Frazee2022-11-171-18/+8
|
* Add post deletion to highlighted post in threadsPaul Frazee2022-11-161-1/+3
|
* Add post deletionPaul Frazee2022-11-161-1/+21
|
* Improve error messagesPaul Frazee2022-11-153-11/+30
|
* Fix overflows in post meta infoPaul Frazee2022-11-141-33/+15
|
* Always fallback from displayName to handlePaul Frazee2022-11-143-4/+10
|
* Add scene creatorPaul Frazee2022-11-091-1/+1
|
* Finish the upvote/downvote implementationPaul Frazee2022-11-082-36/+74
|
* Sizing and spacing fixes based on on-device testingPaul Frazee2022-11-052-41/+31
|
* Replace likes with votes on post UIsPaul Frazee2022-11-051-68/+21
|
* Update to the latest APIsPaul Frazee2022-11-043-21/+27
|
* Rework the composer to a less buggy solutionPaul Frazee2022-11-011-7/+4
|
* Switch to autogenerated avis for nowPaul Frazee2022-10-313-22/+24
|
* Update to latest APIsPaul Frazee2022-10-261-8/+11
|
* Update api nsidsPaul Frazee2022-10-121-1/+1
|
* Update the view after a post is createdPaul Frazee2022-10-042-2/+10
|
* Implement mentions renderingPaul Frazee2022-10-031-10/+27
|
* Fix thread view sizingPaul Frazee2022-09-291-9/+7
|
* Improve thread rendering (show reply lines)Paul Frazee2022-09-281-0/+59
|
* Switch to one default aviPaul Frazee2022-09-283-20/+7
|
* Replace mock-api with real apiPaul Frazee2022-09-223-12/+12
|
* UI sizing fixesPaul Frazee2022-09-091-2/+9
|
* Rework profile page to include working view selectorPaul Frazee2022-09-061-1/+1
|
* Rewrite the post composer as a modalPaul Frazee2022-09-051-1/+2
|
* Add post dropdown menusPaul Frazee2022-09-021-0/+23
|
* Move SharePost modal to new systemPaul Frazee2022-09-021-5/+2
|
* Implement consistent Link componentPaul Frazee2022-09-023-67/+71
|
* Update post thread aestheticsPaul Frazee2022-08-312-96/+115
|