Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Remove downvotes from the UI | Paul Frazee | 2022-11-20 | 1 | -33/+1 | |
| | | ||||||
* | | Add web linking and proper share controls | Paul Frazee | 2022-11-21 | 1 | -2/+0 | |
|/ | ||||||
* | Spacing and sizing fixes | Paul Frazee | 2022-11-18 | 1 | -7/+7 | |
| | ||||||
* | Add min height to post text | Paul Frazee | 2022-11-18 | 1 | -1/+4 | |
| | ||||||
* | Fix avatar click target in posts | Paul Frazee | 2022-11-18 | 1 | -14/+18 | |
| | ||||||
* | Add post deletion to highlighted post in threads | Paul Frazee | 2022-11-16 | 1 | -1/+3 | |
| | ||||||
* | Add post deletion | Paul Frazee | 2022-11-16 | 1 | -1/+21 | |
| | ||||||
* | 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 | 1 | -2/+6 | |
| | ||||||
* | Finish the upvote/downvote implementation | Paul Frazee | 2022-11-08 | 1 | -18/+50 | |
| | ||||||
* | Sizing and spacing fixes based on on-device testing | Paul Frazee | 2022-11-05 | 1 | -29/+29 | |
| | ||||||
* | 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 | 1 | -15/+15 | |
| | ||||||
* | 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 | 1 | -9/+11 | |
| | ||||||
* | 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 | 1 | -1/+5 | |
| | ||||||
* | Implement mentions rendering | Paul Frazee | 2022-10-03 | 1 | -10/+27 | |
| | ||||||
* | Improve thread rendering (show reply lines) | Paul Frazee | 2022-09-28 | 1 | -0/+59 | |
| | ||||||
* | Switch to one default avi | Paul Frazee | 2022-09-28 | 1 | -9/+3 | |
| | ||||||
* | Replace mock-api with real api | Paul Frazee | 2022-09-22 | 1 | -10/+10 | |
| | ||||||
* | 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 | |
| | ||||||
* | Implement consistent Link component | Paul Frazee | 2022-09-02 | 1 | -55/+65 | |
| | ||||||
* | Update post thread aesthetics | Paul Frazee | 2022-08-31 | 1 | -95/+114 | |
| | ||||||
* | Aesthetic improvements | Paul Frazee | 2022-08-31 | 1 | -10/+13 | |
| | ||||||
* | Unify the color palette | Paul Frazee | 2022-08-31 | 1 | -15/+15 | |
| | ||||||
* | New navigation model (#1) | Paul Frazee | 2022-08-31 | 1 | -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 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 | 1 | -1/+1 | |
| | ||||||
* | Add share bottom-sheet to feed and thread | Paul Frazee | 2022-07-25 | 1 | -2/+6 | |
| | ||||||
* | Add post composer | Paul Frazee | 2022-07-22 | 1 | -2/+7 | |
| | ||||||
* | Add liked-by and reposted-by views | Paul Frazee | 2022-07-22 | 1 | -2/+20 | |
| | ||||||
* | Implement like and repost | Paul Frazee | 2022-07-22 | 1 | -9/+40 | |
| | ||||||
* | Add profile view | Paul Frazee | 2022-07-21 | 1 | -4/+15 | |
| | ||||||
* | 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 | 1 | -5/+10 | |
| | ||||||
* | Factor out common styles; fixes and improvements to post-thread-view | Paul Frazee | 2022-07-20 | 1 | -49/+76 | |
| | ||||||
* | Add WIP post-thread view | Paul Frazee | 2022-07-20 | 1 | -0/+176 | |