Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dont mute posts for a user when viewing their profile | Paul Frazee | 2023-01-02 | 1 | -2/+9 |
| | |||||
* | Implement account muting | Paul Frazee | 2023-01-02 | 1 | -1/+15 |
| | |||||
* | Update threads to use design system | Paul Frazee | 2022-12-30 | 1 | -6/+3 |
| | |||||
* | Tune post controls | Paul Frazee | 2022-12-28 | 1 | -2/+2 |
| | |||||
* | Update posts in feed to use the theming system | Paul Frazee | 2022-12-28 | 1 | -32/+37 |
| | |||||
* | Tighten up spacing and dividers | Paul Frazee | 2022-12-28 | 1 | -18/+10 |
| | |||||
* | Add a design system (#34) | Paul Frazee | 2022-12-28 | 2 | -5/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add theming system * Add standard Button control and update RadioButtons * Unify radiobutton with design system * Update debug screen to have multiple views * Add ToggleButton * Update error controls to use design system * Add typography to <Text> element * Move DropdownButton into the design system * Clean out old code * Move Text into design system * Add 'inverted' color palette * Move LoadingPlaceholder into the design system | ||||
* | Unvendor the api and switch to @atproto/api | Paul Frazee | 2022-12-22 | 1 | -2/+2 |
| | |||||
* | Fix issue which caused parent posts to fail at mobx reactivity | Paul Frazee | 2022-12-21 | 1 | -1/+1 |
| | |||||
* | Update to use new getTimeline, getAuthorFeed, and getPostThread output models | Paul Frazee | 2022-12-20 | 1 | -57/+58 |
| | |||||
* | Wrap all <Text> in a helper that ensures black color is applied by default | Paul Frazee | 2022-12-20 | 1 | -1/+2 |
| | |||||
* | Use consistent rendering of avis and post metas in threads | Paul Frazee | 2022-12-20 | 1 | -40/+15 |
| | |||||
* | initial android fixes | João Ferreiro | 2022-12-19 | 1 | -0/+1 |
| | |||||
* | Tighten up the home feed | Paul Frazee | 2022-12-19 | 1 | -16/+50 |
| | |||||
* | Enable image-only posts | Paul Frazee | 2022-12-19 | 1 | -7/+11 |
| | |||||
* | Improve thread rendering | Paul Frazee | 2022-12-18 | 1 | -0/+31 |
| | |||||
* | Reduce confusing visual feedback while scrolling | Paul Frazee | 2022-12-18 | 1 | -1/+1 |
| | |||||
* | Fixes to the composer UX around images and scrolling | Paul Frazee | 2022-12-16 | 1 | -1/+4 |
| | |||||
* | Just do full renders of parent posts in the feed | Paul Frazee | 2022-12-15 | 1 | -137/+104 |
| | |||||
* | Add post embeds (images and external links) | Paul Frazee | 2022-12-14 | 1 | -1/+1 |
| | |||||
* | Enlarge feed avis slightly | Paul Frazee | 2022-12-13 | 1 | -1/+1 |
| | |||||
* | Hide footer on scroll down (minimal shell mode) | Paul Frazee | 2022-12-12 | 1 | -0/+4 |
| | |||||
* | Add 'loading more' spinner to feeds | Paul Frazee | 2022-12-12 | 1 | -1/+16 |
| | |||||
* | Add avatar images and fix some type signatures | Paul Frazee | 2022-12-08 | 1 | -0/+3 |
| | |||||
* | Ensure all feed views can refresh | Paul Frazee | 2022-12-06 | 1 | -13/+23 |
| | |||||
* | Add context to replies when appearing in the feed | Paul Frazee | 2022-12-06 | 1 | -0/+49 |
| | |||||
* | Add 'copy post text' tool | Paul Frazee | 2022-12-05 | 1 | -0/+6 |
| | |||||
* | Switch to System font to fix emoji rendering | Paul Frazee | 2022-12-05 | 1 | -1/+1 |
| | |||||
* | Fix toast positioning (close #9) | Paul Frazee | 2022-11-28 | 1 | -7/+3 |
| | |||||
* | Increase information density and enlarge some click targets | Paul Frazee | 2022-11-28 | 1 | -2/+2 |
| | |||||
* | Add link embeds to posts | Paul Frazee | 2022-11-23 | 1 | -0/+2 |
| | |||||
* | Show parent post in composer when replying (close #3) | Paul Frazee | 2022-11-23 | 1 | -1/+11 |
| | |||||
* | Add threading to post feeds | Paul Frazee | 2022-11-23 | 1 | -14/+64 |
| | |||||
* | Add compose prompt to home feed empty state | Paul Frazee | 2022-11-22 | 1 | -2/+7 |
| | |||||
* | Remove downvotes from the UI | Paul Frazee | 2022-11-20 | 1 | -8/+0 |
| | |||||
* | Replace the FAB with a compose prompt at the top of the feed | Paul Frazee | 2022-11-20 | 1 | -2/+13 |
| | |||||
* | Spacing and sizing fixes | Paul Frazee | 2022-11-18 | 1 | -1/+1 |
| | |||||
* | 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 | -10/+9 |
| | |||||
* | Add padding to the bottom of the feed to ensure compose btn doesnt cover it | Paul Frazee | 2022-11-17 | 1 | -0/+1 |
| | |||||
* | Add post deletion | Paul Frazee | 2022-11-16 | 1 | -4/+24 |
| | |||||
* | Add placeholder loading states | Paul Frazee | 2022-11-16 | 1 | -2/+3 |
| | |||||
* | Improve empty states | Paul Frazee | 2022-11-15 | 1 | -5/+2 |
| | |||||
* | Improve error messages | Paul Frazee | 2022-11-15 | 1 | -2/+16 |
| | |||||
* | Fix overflows in post meta info | Paul Frazee | 2022-11-14 | 1 | -40/+9 |
| | |||||
* | Always fallback from displayName to handle | Paul Frazee | 2022-11-14 | 1 | -1/+3 |
| | |||||
* | Turn 'include reason' on posts into a link | Paul Frazee | 2022-11-14 | 1 | -4/+10 |
| | |||||
* | Implement trending | Paul Frazee | 2022-11-11 | 1 | -7/+18 |
| | |||||
* | Add scene creator | Paul Frazee | 2022-11-09 | 1 | -1/+1 |
| | |||||
* | Finish the upvote/downvote implementation | Paul Frazee | 2022-11-08 | 1 | -6/+14 |
| |