about summary refs log tree commit diff
path: root/src/view/com/post-thread/PostLikedBy.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Refactor moderation to apply to accounts, profiles, and posts correctly (#548)Paul Frazee2023-04-271-9/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add ScreenHider component * Add blur attribute to UserAvatar and UserBanner * Remove dead suggested posts component and model * Bump @atproto/api@0.2.10 * Rework moderation tooling to give a more precise DSL * Add label mocks * Apply finer grained moderation controls * Refactor ProfileCard to just take the profile object * Apply moderation to user listings and banner * Apply moderation to notifications * Fix lint * Tune avatar & banner blur settings per platform * 1.24
* Web fixes (#517)Paul Frazee2023-04-221-0/+2
| | | | | | | * Fix scroll behaviors on web * Remove headers on web to avoid scroll overflow * Fix follow button press in cards
* Add first round of labeling tools (#467)Paul Frazee2023-04-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rework notifications to sync locally in full and give users better control * Fix positioning of load more btn on web * Improve behavior of load more notifications btn * Fix to post rendering * Fix notification fetch abort condition * Add start of post-hiding by labels * Create a standard postcontainer and improve show/hide UI on posts * Add content hiding to expanded post form * Improve label rendering to give more context to users when appropriate * Fix rendering bug * Add user/profile labeling * Implement content filtering preferences * Filter notifications by content prefs * Update test-pds config * Bump deps
* Reorganize state models for clarity (#378)Paul Frazee2023-04-031-5/+2
|
* Lex refactor fixes (#368)Paul Frazee2023-04-021-3/+3
| | | | | | | | | | | | | * Fix: handle validation failures correctly in feed-view * Fix: convert the off-spec feed view to lex objects * Fix to fetching all follows during init * Bump @atproto/api@0.2.1 * Fix: properly group together like notifications * 1.12
* Lex refactor (#362)Paul Frazee2023-03-311-0/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove the hackcheck for upgrades * Rename the PostEmbeds folder to match the codebase style * Updates to latest lex refactor * Update to use new bsky agent * Update to use api package's richtext library * Switch to upsertProfile * Add TextEncoder/TextDecoder polyfill * Add Intl.Segmenter polyfill * Update composer to calculate lengths by grapheme * Fix detox * Fix login in e2e * Create account e2e passing * Implement an e2e mocking framework * Don't use private methods on mobx models as mobx can't track them * Add tooling for e2e-specific builds and add e2e media-picker mock * Add some tests and fix some bugs around profile editing * Add shell tests * Add home screen tests * Add thread screen tests * Add tests for other user profile screens * Add search screen tests * Implement profile imagery change tools and tests * Update to new embed behaviors * Add post tests * Fix to profile-screen test * Fix session resumption * Update web composer to new api * 1.11.0 * Fix pagination cursor parameters * Add quote posts to notifications * Fix embed layouts * Remove youtube inline player and improve tap handling on link cards * Reset minimal shell mode on all screen loads and feed swipes (close #299) * Update podfile.lock * Improve post notfound UI (close #366) * Bump atproto packages
* Finish the upvote/downvote implementationPaul Frazee2022-11-081-117/+0
|
* Update to the latest APIsPaul Frazee2022-11-041-3/+6
|
* Switch to autogenerated avis for nowPaul Frazee2022-10-311-11/+7
|
* Switch to one default aviPaul Frazee2022-09-281-5/+2
|
* Replace mock-api with real apiPaul Frazee2022-09-221-1/+1
|
* Implement consistent Link componentPaul Frazee2022-09-021-6/+3
|
* Aesthetic improvementsPaul Frazee2022-08-311-1/+1
|
* Unify the color palettePaul Frazee2022-08-311-5/+4
|
* New navigation model (#1)Paul Frazee2022-08-311-19/+5
| | | | | | | | | | | | | | | | | * Flatten all routing into a single stack * Replace router with custom implementation * Add shell header and titles * Add tab selector * Add back/forward history menus on longpress * Fix: don't modify state during render * Add refresh() to navigation and reroute navigations to the current location to refresh instead of add to history * Cache screens during navigation to maintain scroll position and improve load-time for renders
* Add liked-by and reposted-by viewsPaul Frazee2022-07-221-0/+139