about summary refs log tree commit diff
path: root/src/view/com/lists
Commit message (Collapse)AuthorAgeFilesLines
...
* wait for list memberships to load before becoming interactive (#1140)Eric Bailey2023-08-091-14/+0
| | | | | | | * wait for list memberships to load before becoming interactive * add spinner * remove secondary spinner
* [APP-782] Support invalid handles correctly (#1049)Paul Frazee2023-07-272-4/+8
| | | | | | | | | | | | | | | | | | | * 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-718] Improvements and fixes to language handling (#931)Paul Frazee2023-06-302-1/+2
| | | | | | | | | | | * Add locale helpers for narrowing languages * Add a translate link to posts in a different language * Update language filtering to use narrowing when multiple declared * Fix a few more RTL layout cases * Fix types
* Simulator fixes (#918)Paul Frazee2023-06-271-6/+8
| | | | | | | | | * Update the mock server to use the dev-env to manage the server * Fix list testIDs * Fix the invite test construction * Remove leftover test hardcode
* [APP-657] Add share list functionality (#863)Ansh2023-06-264-53/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * replace delete list button text with icon * fix mute list styling on desktop * add share button to nav bar on a list * fix styling when on profile * bug: add key to ImageHorzList * clean up code & refactor * fix styling for ListItems * create a reusable ListActions component for actions on a list * remove dead styles * add keys to ListActions * add helpers to set list embed * render list embeds * fix list sharing on web * make style prop optional in ListCard * update `@atproto/api` to `0.3.13`
* [APP-511] metrics overhaul: frontend work (#506)Ansh2023-06-152-2/+2
| | | | | | | | | | | | | | | | | | | | | * WIP * fix types and update imports * wip * tagged events that should be server side * remove server-side analytics * remove useless import * add additional profile header events * remove useless import * track follow/unfollow clicks * add missing types
* Add list-type avatarPaul Frazee2023-05-182-2/+2
|
* a11y cleanup for mute lists (#614)Ollie H2023-05-111-6/+6
|
* [APP-635] Mutelists (#601)Paul Frazee2023-05-113-0/+782
* Add lists and profilelist screens * Implement lists screen and lists-list in profiles * Add empty states to the lists screen * Switch (mostly) from blocklists to mutelists * Rework: create a new moderation screen and move everything related under it * Fix moderation screen on desktop web * Tune the empty state code * Change content moderation modal to content filtering * Add CreateMuteList modal * Implement mutelist creation * Add lists listings * Add the ability to create new mutelists * Add 'add to list' tool * Satisfy the hashtag hyphen haters * Add update/delete/subscribe/unsubscribe to lists * Show which list caused a mute * Add list un/subscribe * Add the mute override when viewing a profile's posts * Update to latest backend * Add simulation tests and tune some behaviors * Fix lint * Bump deps * Fix list refresh after creation * Mute list subscriptions -> Mute lists