Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enforce limits on create scene as well | Paul Frazee | 2022-11-14 | 2 | -6/+15 |
| | |||||
* | Fix double-posting bug | Paul Frazee | 2022-11-14 | 1 | -7/+2 |
| | |||||
* | Reposition to handle scene creation keyboard view | Paul Frazee | 2022-11-14 | 1 | -57/+66 |
| | |||||
* | Implement profile updates | Paul Frazee | 2022-11-11 | 1 | -1/+7 |
| | |||||
* | Handle pending invites correctly | Paul Frazee | 2022-11-11 | 1 | -9/+83 |
| | |||||
* | Only suggest users in invite suggestions | Paul Frazee | 2022-11-11 | 1 | -2/+2 |
| | |||||
* | Implement scene invitation and membership controls | Paul Frazee | 2022-11-10 | 4 | -7/+356 |
| | |||||
* | Add scene creator | Paul Frazee | 2022-11-09 | 3 | -2/+216 |
| | |||||
* | Update to the latest APIs | Paul Frazee | 2022-11-04 | 1 | -1/+1 |
| | |||||
* | Rework the composer to a less buggy solution | Paul Frazee | 2022-11-01 | 3 | -317/+0 |
| | |||||
* | Remove old tabs selector modal | Paul Frazee | 2022-11-01 | 2 | -385/+1 |
| | |||||
* | Fix typo | Paul Frazee | 2022-10-31 | 1 | -2/+2 |
| | |||||
* | Fix some useEffect() cleanup issues | Paul Frazee | 2022-10-26 | 1 | -0/+5 |
| | |||||
* | Update to latest APIs | Paul Frazee | 2022-10-26 | 1 | -1/+2 |
| | |||||
* | Update api nsids | Paul Frazee | 2022-10-12 | 2 | -3/+3 |
| | |||||
* | Update the view after a post is created | Paul Frazee | 2022-10-04 | 1 | -1/+8 |
| | |||||
* | Implement profile-update api | Paul Frazee | 2022-10-04 | 1 | -4/+14 |
| | |||||
* | Implement a couple missing bits | Paul Frazee | 2022-10-04 | 2 | -9/+26 |
| | |||||
* | Choose mention candidates from follows | Paul Frazee | 2022-10-04 | 1 | -4/+19 |
| | |||||
* | Fixes to entity extraction | Paul Frazee | 2022-10-04 | 1 | -1/+2 |
| | |||||
* | Implement mentions rendering | Paul Frazee | 2022-10-03 | 1 | -1/+1 |
| | |||||
* | Fix to auth of mutation ops | Paul Frazee | 2022-10-03 | 1 | -2/+2 |
| | |||||
* | Add settings page | Paul Frazee | 2022-09-29 | 1 | -1/+6 |
| | |||||
* | Add profile to tabs selector modal | Paul Frazee | 2022-09-29 | 1 | -9/+24 |
| | |||||
* | Swap new tab and share buttons in tabs modal | Paul Frazee | 2022-09-29 | 1 | -6/+6 |
| | |||||
* | Implement unfollow, unlike, unrepost | Paul Frazee | 2022-09-23 | 1 | -1/+1 |
| | |||||
* | Replace mock-api with real api | Paul Frazee | 2022-09-22 | 1 | -2/+2 |
| | |||||
* | Add close animation to tabs selector | Paul Frazee | 2022-09-09 | 1 | -42/+84 |
| | |||||
* | Replace tabs selector with better solution, also fix some bugs with the ↵ | Paul Frazee | 2022-09-09 | 2 | -8/+333 |
| | | | | modal state | ||||
* | Implement autocomplete UI in composer | Paul Frazee | 2022-09-08 | 2 | -8/+130 |
| | |||||
* | Add EditProfile modal | Paul Frazee | 2022-09-07 | 2 | -0/+131 |
| | |||||
* | Rework profile page to include working view selector | Paul Frazee | 2022-09-06 | 1 | -8/+1 |
| | |||||
* | Rewrite the post composer as a modal | Paul Frazee | 2022-09-05 | 2 | -2/+186 |
| | |||||
* | Move SharePost modal to new system | Paul Frazee | 2022-09-02 | 2 | -45/+22 |
| | |||||
* | Add more robust modals controller | Paul Frazee | 2022-09-02 | 2 | -0/+107 |
| | |||||
* | New navigation model (#1) | Paul Frazee | 2022-08-31 | 1 | -66/+23 |
| | | | | | | | | | | | | | | | | | * 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 | 3 | -0/+190 |