Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix overflows in post meta info | Paul Frazee | 2022-11-14 | 1 | -0/+71 |
| | |||||
* | Implement scene invitation and membership controls | Paul Frazee | 2022-11-10 | 1 | -1/+4 |
| | |||||
* | Add scene creator | Paul Frazee | 2022-11-09 | 3 | -3/+7 |
| | |||||
* | Add creator to scene profile header | Paul Frazee | 2022-11-09 | 1 | -1/+21 |
| | |||||
* | Implement scene member/memberships listings | Paul Frazee | 2022-11-08 | 1 | -1/+1 |
| | |||||
* | Finish the upvote/downvote implementation | Paul Frazee | 2022-11-08 | 2 | -12/+20 |
| | |||||
* | Sizing and spacing fixes based on on-device testing | Paul Frazee | 2022-11-05 | 2 | -5/+5 |
| | |||||
* | Unify profile follow btn colors with the rest | Paul Frazee | 2022-11-05 | 2 | -37/+4 |
| | |||||
* | Replace likes with votes on post UIs | Paul Frazee | 2022-11-05 | 1 | -0/+87 |
| | |||||
* | More profile header tweaks | Paul Frazee | 2022-11-05 | 1 | -1/+1 |
| | |||||
* | Tweak profile header | Paul Frazee | 2022-11-05 | 1 | -1/+1 |
| | |||||
* | Switch to procedurally-generated banners | Paul Frazee | 2022-11-05 | 2 | -3/+31 |
| | |||||
* | Update to new textslice | Paul Frazee | 2022-11-04 | 1 | -8/+8 |
| | |||||
* | Update to the latest APIs | Paul Frazee | 2022-11-04 | 2 | -11/+11 |
| | |||||
* | Add consistent view headers | Paul Frazee | 2022-11-01 | 1 | -0/+77 |
| | |||||
* | Switch to autogenerated avis for now | Paul Frazee | 2022-10-31 | 1 | -0/+78 |
| | |||||
* | WIP scene UIs | Paul Frazee | 2022-10-31 | 1 | -7/+10 |
| | |||||
* | Fix some useEffect() cleanup issues | Paul Frazee | 2022-10-26 | 1 | -0/+6 |
| | |||||
* | Add contacts screen | Paul Frazee | 2022-10-12 | 1 | -0/+1 |
| | |||||
* | Update api nsids | Paul Frazee | 2022-10-12 | 1 | -5/+5 |
| | |||||
* | Fix to mention rendering | Paul Frazee | 2022-10-04 | 1 | -1/+1 |
| | |||||
* | Implement mentions rendering | Paul Frazee | 2022-10-03 | 1 | -0/+95 |
| | |||||
* | More blue theming | Paul Frazee | 2022-09-29 | 2 | -2/+2 |
| | |||||
* | Remove top bar in the shell | Paul Frazee | 2022-09-29 | 1 | -2/+2 |
| | |||||
* | No visual feedback on FAB to reduce jank | Paul Frazee | 2022-09-29 | 1 | -15/+22 |
| | |||||
* | Add reply information to feed items | Paul Frazee | 2022-09-28 | 1 | -0/+48 |
| | |||||
* | Add account creation | Paul Frazee | 2022-09-27 | 1 | -0/+155 |
| | |||||
* | Reduce the frequency of accidental visual triggers of touchable items | Paul Frazee | 2022-09-09 | 1 | -1/+5 |
| | |||||
* | Disable swipe gestures in view selector for now | Paul Frazee | 2022-09-09 | 1 | -56/+59 |
| | |||||
* | Make view-selector swipes easier to trigger | Paul Frazee | 2022-09-09 | 1 | -3/+11 |
| | |||||
* | UI sizing fixes | Paul Frazee | 2022-09-09 | 1 | -7/+7 |
| | |||||
* | Add EditProfile modal | Paul Frazee | 2022-09-07 | 1 | -1/+0 |
| | |||||
* | Refactor profile to use new ViewSelector element which is reusable and now ↵ | Paul Frazee | 2022-09-06 | 2 | -24/+218 |
| | | | | supports swipe gestures | ||||
* | Rework profile page to include working view selector | Paul Frazee | 2022-09-06 | 3 | -6/+179 |
| | |||||
* | Rework profile header | Paul Frazee | 2022-09-05 | 1 | -0/+73 |
| | |||||
* | Add post dropdown menus | Paul Frazee | 2022-09-02 | 1 | -0/+177 |
| | |||||
* | Implement consistent Link component | Paul Frazee | 2022-09-02 | 1 | -0/+28 |
| | |||||
* | Add avi and context menu to shell topbar | Paul Frazee | 2022-08-31 | 1 | -1/+1 |
| | |||||
* | Add composer FAB to home page | Paul Frazee | 2022-08-31 | 1 | -0/+50 |
| | |||||
* | New navigation model (#1) | Paul Frazee | 2022-08-31 | 1 | -0/+36 |
| | | | | | | | | | | | | | | | | | * 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 | ||||
* | Implement Web versions of the bottom sheet, toast, and progress circle | Paul Frazee | 2022-07-25 | 4 | -0/+87 |