about summary refs log tree commit diff
path: root/src/view/com/post/Post.tsx
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement logging systemPaul Frazee2023-01-021-4/+6
|
* Implement account mutingPaul Frazee2023-01-021-1/+14
|
* Integrate notifications into the design systemPaul Frazee2022-12-301-19/+16
|
* Update notificationsPaul Frazee2022-12-281-2/+2
|
* Add a design system (#34)Paul Frazee2022-12-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * Add theming system * Add standard Button control and update RadioButtons * Unify radiobutton with design system * Update debug screen to have multiple views * Add ToggleButton * Update error controls to use design system * Add typography to <Text> element * Move DropdownButton into the design system * Clean out old code * Move Text into design system * Add 'inverted' color palette * Move LoadingPlaceholder into the design system
* Unvendor the api and switch to @atproto/apiPaul Frazee2022-12-221-2/+2
|
* Update to use new getTimeline, getAuthorFeed, and getPostThread output modelsPaul Frazee2022-12-201-25/+25
|
* Wrap all <Text> in a helper that ensures black color is applied by defaultPaul Frazee2022-12-201-1/+1
|
* A couple more android updatesPaul Frazee2022-12-191-0/+1
|
* Tighten up the home feedPaul Frazee2022-12-191-1/+0
|
* Enable image-only postsPaul Frazee2022-12-191-7/+11
|
* Reduce confusing visual feedback while scrollingPaul Frazee2022-12-181-1/+5
|
* Just do full renders of parent posts in the feedPaul Frazee2022-12-151-1/+14
|
* Add avatar images and fix some type signaturesPaul Frazee2022-12-081-0/+2
|
* Add 'copy post text' toolPaul Frazee2022-12-051-0/+6
|
* Switch to System font to fix emoji renderingPaul Frazee2022-12-051-1/+1
|
* Improve unread notification stylingPaul Frazee2022-11-281-2/+11
|
* Batch notification loads to avoid layout reflows due to asyncPaul Frazee2022-11-281-4/+10
|
* Fix toast positioning (close #9)Paul Frazee2022-11-281-7/+3
|
* Increase information density and enlarge some click targetsPaul Frazee2022-11-281-2/+2
|
* Show parent post in composer when replying (close #3)Paul Frazee2022-11-231-1/+11
|
* Remove downvotes from the UIPaul Frazee2022-11-201-8/+0
|
* Spacing and sizing fixesPaul Frazee2022-11-181-1/+1
|
* Add min height to post textPaul Frazee2022-11-181-1/+7
|
* Fix avatar click target in postsPaul Frazee2022-11-181-7/+9
|
* Add post deletionPaul Frazee2022-11-161-1/+26
|
* Fix overflows in post meta infoPaul Frazee2022-11-141-28/+10
|
* Always fallback from displayName to handlePaul Frazee2022-11-141-1/+3
|
* Finish the upvote/downvote implementationPaul Frazee2022-11-081-6/+14
|
* Sizing and spacing fixes based on on-device testingPaul Frazee2022-11-051-4/+4
|
* Replace likes with votes on post UIsPaul Frazee2022-11-051-63/+11
|
* Update to the latest APIsPaul Frazee2022-11-041-8/+8
|
* Rework the composer to a less buggy solutionPaul Frazee2022-11-011-4/+1
|
* Switch to autogenerated avis for nowPaul Frazee2022-10-311-9/+6
|
* Update to latest APIsPaul Frazee2022-10-261-6/+8
|
* Update api nsidsPaul Frazee2022-10-121-1/+1
|
* Update the view after a post is createdPaul Frazee2022-10-041-1/+1
|
* Implement mentions renderingPaul Frazee2022-10-031-4/+12
|
* Implement notificationsPaul Frazee2022-10-031-4/+23
|
* Switch to one default aviPaul Frazee2022-09-281-5/+2
|
* Replace mock-api with real apiPaul Frazee2022-09-221-12/+10
|
* UI sizing fixesPaul Frazee2022-09-091-1/+1
|
* 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
|
* Implement consistent Link componentPaul Frazee2022-09-021-20/+17
|
* Aesthetic improvementsPaul Frazee2022-08-311-7/+7
|
* Unify the color palettePaul Frazee2022-08-311-11/+11
|
* New navigation model (#1)Paul Frazee2022-08-311-18/+4
| | | | | | | | | | | | | | | | | * 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
* Add notifications viewPaul Frazee2022-07-261-0/+225