about summary refs log tree commit diff
path: root/src/view/com/post-thread/PostThreadItem.tsx
Commit message (Collapse)AuthorAgeFilesLines
...
| * Remove downvotes from the UIPaul Frazee2022-11-201-33/+1
| |
* | Add web linking and proper share controlsPaul Frazee2022-11-211-2/+0
|/
* 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
|
* Add post deletion to highlighted post in threadsPaul Frazee2022-11-161-1/+3
|
* Add post deletionPaul Frazee2022-11-161-1/+21
|
* Fix overflows in post meta infoPaul Frazee2022-11-141-33/+15
|
* Always fallback from displayName to handlePaul Frazee2022-11-141-2/+6
|
* Finish the upvote/downvote implementationPaul Frazee2022-11-081-18/+50
|
* Sizing and spacing fixes based on on-device testingPaul Frazee2022-11-051-29/+29
|
* Replace likes with votes on post UIsPaul Frazee2022-11-051-68/+21
|
* Update to the latest APIsPaul Frazee2022-11-041-15/+15
|
* Rework the composer to a less buggy solutionPaul Frazee2022-11-011-7/+4
|
* Switch to autogenerated avis for nowPaul Frazee2022-10-311-9/+11
|
* 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-041-1/+5
|
* Implement mentions renderingPaul Frazee2022-10-031-10/+27
|
* Improve thread rendering (show reply lines)Paul Frazee2022-09-281-0/+59
|
* Switch to one default aviPaul Frazee2022-09-281-9/+3
|
* Replace mock-api with real apiPaul Frazee2022-09-221-10/+10
|
* 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
|
* Implement consistent Link componentPaul Frazee2022-09-021-55/+65
|
* Update post thread aestheticsPaul Frazee2022-08-311-95/+114
|
* Aesthetic improvementsPaul Frazee2022-08-311-10/+13
|
* Unify the color palettePaul Frazee2022-08-311-15/+15
|
* New navigation model (#1)Paul Frazee2022-08-311-21/+12
| | | | | | | | | | | | | | | | | * 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
* Replace momentjs - it is too large of a dependencyPaul Frazee2022-07-261-3/+2
|
* Implement Web versions of the bottom sheet, toast, and progress circlePaul Frazee2022-07-251-1/+1
|
* Add share bottom-sheet to feed and threadPaul Frazee2022-07-251-2/+6
|
* Add post composerPaul Frazee2022-07-221-2/+7
|
* Add liked-by and reposted-by viewsPaul Frazee2022-07-221-2/+20
|
* Implement like and repostPaul Frazee2022-07-221-9/+40
|
* Add profile viewPaul Frazee2022-07-211-4/+15
|
* Add header to PostThread view; update navigation to include stacking so that ↵Paul Frazee2022-07-211-22/+11
| | | | each tab maintains its own browsing history
* Add the ability to navigate to posts within a threadPaul Frazee2022-07-211-5/+10
|
* Factor out common styles; fixes and improvements to post-thread-viewPaul Frazee2022-07-201-49/+76
|
* Add WIP post-thread viewPaul Frazee2022-07-201-0/+176