Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework web onboarding | Paul Frazee | 2023-08-29 | 1 | -0/+13 |
| | |||||
* | [APP-782] Support invalid handles correctly (#1049) | Paul Frazee | 2023-07-27 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | * Update profile link construction to support handle.invalid * Update list links to support using handles * Use did for isMe check to ensure invalid handles dont distort the check * Shift the red (error) colors away from the pink spectrum * Add ThemedText helper component * Add sanitizedHandle() helper to render invalid handles well * Fix regression: only show avatar in PostMeta when needed * Restore the color of likes * Remove users with invalid handles from default autosuggests | ||||
* | [APP-705] Metrics revamp pt2 (#896) | Ansh | 2023-06-27 | 1 | -2/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * export track function from analytics.tsx * fix create account tracking * fix tracking sign in * add custom feed events * fix type errors * refactor create post event * add profile follow & unfollow events * refactor PostsFeedSliceModel into its own file * refactor PostThreadItemModel into its own file * reorganize code a lil bit * refactor post-thread-item to use post-feed-item model under the hood * add post events * add post reply tracking * track custom feed load more * track list subscribe and unsubscribe | ||||
* | add empty state for custom feed | Ansh Nanda | 2023-05-25 | 1 | -0/+8 |
| | |||||
* | optimistic updates for liking custom feeds | Ansh Nanda | 2023-05-22 | 1 | -12/+24 |
| | |||||
* | Update saved feeds to use preferences | Paul Frazee | 2023-05-18 | 1 | -16/+4 |
| | |||||
* | Clean up the custom-feed model | Paul Frazee | 2023-05-17 | 1 | -77/+38 |
| | |||||
* | Unify the display name fallback behavior | Paul Frazee | 2023-05-17 | 1 | -0/+8 |
| | |||||
* | Reorganize custom-feed state models and add the missing _reactKey attribute | Paul Frazee | 2023-05-17 | 1 | -0/+143 |