about summary refs log tree commit diff
path: root/src/state/models/feeds/custom-feed.ts
Commit message (Collapse)AuthorAgeFilesLines
* Rework web onboardingPaul Frazee2023-08-291-0/+13
|
* [APP-782] Support invalid handles correctly (#1049)Paul Frazee2023-07-271-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)Ansh2023-06-271-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 feedAnsh Nanda2023-05-251-0/+8
|
* optimistic updates for liking custom feedsAnsh Nanda2023-05-221-12/+24
|
* Update saved feeds to use preferencesPaul Frazee2023-05-181-16/+4
|
* Clean up the custom-feed modelPaul Frazee2023-05-171-77/+38
|
* Unify the display name fallback behaviorPaul Frazee2023-05-171-0/+8
|
* Reorganize custom-feed state models and add the missing _reactKey attributePaul Frazee2023-05-171-0/+143