Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add threading to post feeds | Paul Frazee | 2022-11-23 | 1 | -12/+73 | |
| | ||||||
* | Add 'posts & replies' view to profiles | Paul Frazee | 2022-11-22 | 1 | -0/+4 | |
| | ||||||
* | Refactor: create src/lib to reflect actual sharing of that code | Paul Frazee | 2022-11-22 | 1 | -1/+1 | |
| | ||||||
* | Dedup posts in the home TL | Paul Frazee | 2022-11-18 | 1 | -0/+10 | |
| | ||||||
* | Fix loadLatest() on home feed | Paul Frazee | 2022-11-17 | 1 | -1/+1 | |
| | ||||||
* | Poll periodically for new posts | Paul Frazee | 2022-11-17 | 1 | -1/+27 | |
| | ||||||
* | Add post deletion | Paul Frazee | 2022-11-16 | 1 | -0/+8 | |
| | ||||||
* | Reduce jank in refreshes | Paul Frazee | 2022-11-16 | 1 | -0/+3 | |
| | ||||||
* | Fix up/down vote number changes | Paul Frazee | 2022-11-16 | 1 | -10/+18 | |
| | ||||||
* | Switch to using setVote() | Paul Frazee | 2022-11-15 | 1 | -31/+30 | |
| | ||||||
* | Improve error messages | Paul Frazee | 2022-11-15 | 1 | -3/+4 | |
| | ||||||
* | Fix issue causing double-loads of notifications | Paul Frazee | 2022-11-14 | 1 | -9/+6 | |
| | ||||||
* | Implement trending | Paul Frazee | 2022-11-11 | 1 | -0/+2 | |
| | ||||||
* | Implement scene invitation and membership controls | Paul Frazee | 2022-11-10 | 1 | -2/+7 | |
| | ||||||
* | Finish the upvote/downvote implementation | Paul Frazee | 2022-11-08 | 1 | -13/+42 | |
| | ||||||
* | Update to the latest APIs | Paul Frazee | 2022-11-04 | 1 | -24/+24 | |
| | ||||||
* | Update to latest APIs | Paul Frazee | 2022-10-26 | 1 | -11/+7 | |
| | ||||||
* | Update api nsids | Paul Frazee | 2022-10-12 | 1 | -4/+4 | |
| | ||||||
* | Add firehose view to home screen | Paul Frazee | 2022-10-04 | 1 | -8/+14 | |
| | ||||||
* | Update to new get*Feed xrpc methods | Paul Frazee | 2022-10-04 | 1 | -34/+47 | |
| | ||||||
* | Update the view after a post is created | Paul Frazee | 2022-10-04 | 1 | -0/+46 | |
| | ||||||
* | Fix to auth of mutation ops | Paul Frazee | 2022-10-03 | 1 | -12/+4 | |
| | ||||||
* | Remove debug time delays | Paul Frazee | 2022-09-30 | 1 | -3/+0 | |
| | ||||||
* | Fix feed pagination on user profiles | Paul Frazee | 2022-09-28 | 1 | -1/+3 | |
| | ||||||
* | Implement unfollow, unlike, unrepost | Paul Frazee | 2022-09-23 | 1 | -4/+8 | |
| | ||||||
* | Replace mock-api with real api | Paul Frazee | 2022-09-22 | 1 | -50/+49 | |
| | ||||||
* | Rework profile page to include working view selector | Paul Frazee | 2022-09-06 | 1 | -1/+9 | |
| | ||||||
* | Add notifications view | Paul Frazee | 2022-07-26 | 1 | -0/+1 | |
| | ||||||
* | Add state updates after screen changes | Paul Frazee | 2022-07-25 | 1 | -28/+106 | |
| | ||||||
* | Implement like and repost | Paul Frazee | 2022-07-22 | 1 | -6/+57 | |
| | ||||||
* | Add profile view | Paul Frazee | 2022-07-21 | 1 | -1/+7 | |
| | ||||||
* | Add WIP post-thread view | Paul Frazee | 2022-07-20 | 1 | -7/+4 | |
| | ||||||
* | Update feed component to use flatlist for lazy-loading scrolling; update ↵ | Paul Frazee | 2022-07-20 | 1 | -20/+101 | |
| | | | | feed-view model to match loading needs | |||||
* | Replace mobx-state-tree with mobx and get a basic home feed rendering | Paul Frazee | 2022-07-19 | 1 | -0/+98 | |