about summary refs log tree commit diff
path: root/src/view/com/post-thread
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Aesthetic improvementsPaul Frazee2022-08-313-12/+15
|
* Unify the color palettePaul Frazee2022-08-313-25/+23
|
* New navigation model (#1)Paul Frazee2022-08-314-74/+30
| | | | | | | | | | | | | | | | | * 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-252-4/+4
|
* Add share bottom-sheet to feed and threadPaul Frazee2022-07-252-17/+31
|
* Add state updates after screen changesPaul Frazee2022-07-251-0/+11
|
* Add post composerPaul Frazee2022-07-221-2/+7
|
* Add liked-by and reposted-by viewsPaul Frazee2022-07-223-2/+300
|
* Implement like and repostPaul Frazee2022-07-222-10/+41
|
* Add profile viewPaul Frazee2022-07-212-6/+20
|
* 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-212-5/+13
|
* Factor out common styles; fixes and improvements to post-thread-viewPaul Frazee2022-07-202-50/+76
|
* Add WIP post-thread viewPaul Frazee2022-07-202-0/+264