Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix overflows in post meta info | Paul Frazee | 2022-11-14 | 1 | -33/+15 |
| | |||||
* | Always fallback from displayName to handle | Paul Frazee | 2022-11-14 | 3 | -4/+10 |
| | |||||
* | Add scene creator | Paul Frazee | 2022-11-09 | 1 | -1/+1 |
| | |||||
* | Finish the upvote/downvote implementation | Paul Frazee | 2022-11-08 | 2 | -36/+74 |
| | |||||
* | Sizing and spacing fixes based on on-device testing | Paul Frazee | 2022-11-05 | 2 | -41/+31 |
| | |||||
* | Replace likes with votes on post UIs | Paul Frazee | 2022-11-05 | 1 | -68/+21 |
| | |||||
* | Update to the latest APIs | Paul Frazee | 2022-11-04 | 3 | -21/+27 |
| | |||||
* | Rework the composer to a less buggy solution | Paul Frazee | 2022-11-01 | 1 | -7/+4 |
| | |||||
* | Switch to autogenerated avis for now | Paul Frazee | 2022-10-31 | 3 | -22/+24 |
| | |||||
* | Update to latest APIs | Paul Frazee | 2022-10-26 | 1 | -8/+11 |
| | |||||
* | Update api nsids | Paul Frazee | 2022-10-12 | 1 | -1/+1 |
| | |||||
* | Update the view after a post is created | Paul Frazee | 2022-10-04 | 2 | -2/+10 |
| | |||||
* | Implement mentions rendering | Paul Frazee | 2022-10-03 | 1 | -10/+27 |
| | |||||
* | Fix thread view sizing | Paul Frazee | 2022-09-29 | 1 | -9/+7 |
| | |||||
* | Improve thread rendering (show reply lines) | Paul Frazee | 2022-09-28 | 1 | -0/+59 |
| | |||||
* | Switch to one default avi | Paul Frazee | 2022-09-28 | 3 | -20/+7 |
| | |||||
* | Replace mock-api with real api | Paul Frazee | 2022-09-22 | 3 | -12/+12 |
| | |||||
* | UI sizing fixes | Paul Frazee | 2022-09-09 | 1 | -2/+9 |
| | |||||
* | Rework profile page to include working view selector | Paul Frazee | 2022-09-06 | 1 | -1/+1 |
| | |||||
* | Rewrite the post composer as a modal | Paul Frazee | 2022-09-05 | 1 | -1/+2 |
| | |||||
* | Add post dropdown menus | Paul Frazee | 2022-09-02 | 1 | -0/+23 |
| | |||||
* | Move SharePost modal to new system | Paul Frazee | 2022-09-02 | 1 | -5/+2 |
| | |||||
* | Implement consistent Link component | Paul Frazee | 2022-09-02 | 3 | -67/+71 |
| | |||||
* | Update post thread aesthetics | Paul Frazee | 2022-08-31 | 2 | -96/+115 |
| | |||||
* | Aesthetic improvements | Paul Frazee | 2022-08-31 | 3 | -12/+15 |
| | |||||
* | Unify the color palette | Paul Frazee | 2022-08-31 | 3 | -25/+23 |
| | |||||
* | New navigation model (#1) | Paul Frazee | 2022-08-31 | 4 | -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 dependency | Paul Frazee | 2022-07-26 | 1 | -3/+2 |
| | |||||
* | Implement Web versions of the bottom sheet, toast, and progress circle | Paul Frazee | 2022-07-25 | 2 | -4/+4 |
| | |||||
* | Add share bottom-sheet to feed and thread | Paul Frazee | 2022-07-25 | 2 | -17/+31 |
| | |||||
* | Add state updates after screen changes | Paul Frazee | 2022-07-25 | 1 | -0/+11 |
| | |||||
* | Add post composer | Paul Frazee | 2022-07-22 | 1 | -2/+7 |
| | |||||
* | Add liked-by and reposted-by views | Paul Frazee | 2022-07-22 | 3 | -2/+300 |
| | |||||
* | Implement like and repost | Paul Frazee | 2022-07-22 | 2 | -10/+41 |
| | |||||
* | Add profile view | Paul Frazee | 2022-07-21 | 2 | -6/+20 |
| | |||||
* | Add header to PostThread view; update navigation to include stacking so that ↵ | Paul Frazee | 2022-07-21 | 1 | -22/+11 |
| | | | | each tab maintains its own browsing history | ||||
* | Add the ability to navigate to posts within a thread | Paul Frazee | 2022-07-21 | 2 | -5/+13 |
| | |||||
* | Factor out common styles; fixes and improvements to post-thread-view | Paul Frazee | 2022-07-20 | 2 | -50/+76 |
| | |||||
* | Add WIP post-thread view | Paul Frazee | 2022-07-20 | 2 | -0/+264 |