about summary refs log tree commit diff
path: root/src/components/StarterPack/Main
Commit message (Collapse)AuthorAgeFilesLines
* run `yarn lint --fix` (#9013)Samuel Newman2025-09-092-10/+13
|
* remove imports from @atproto/api internals (#8403)Samuel Newman2025-08-121-6/+8
|
* Disambiguate feed component naming (#7040)dan2024-12-101-2/+2
| | | | | * Rename posts/Feed* -> posts/PostFeed* * Rename notifications/Feed* -> notifications/NotificationFeed*
* derive bottom padding from header height for profiles list (#6152)Khuddite2024-11-231-1/+1
|
* Sort imports (#6009)dan2024-10-293-14/+14
| | | | | * Mark import sort/order/style rules as error * npm run lint -- --fix
* Apply Following settings to Lists (#5313)dan2024-09-131-1/+1
| | | | | * Apply Following settings to Lists * Remove dead code
* Fix starter packs scroll (#5190)Igor Adrov2024-09-061-1/+1
|
* Change size (#4957)Hailey2024-08-211-10/+21
|
* Add starter pack embeds to posts (#4699)Hailey2024-07-041-4/+17
| | | | | | | | | | | | | | | | | | | | | | | * starter pack embeds * revert test code * Types * add `BaseLink` * precache on click * rm log * add a comment * loading state * top margin --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Don't follow self, blocks or mute when following all; don't show blocks in ↵Hailey2024-07-031-1/+2
| | | | | | | | | | | list (#4715) * don't follow self when following all * also filter blocks * add more filtering to follow all * extract logic to functions
* FeedCard & ListCard cleanups (#4644)Eric Bailey2024-06-281-1/+1
| | | | | | | | | | | | | | | * Extract ListCard from FeedCard * Export FeedCard.Action and optionally include in ListCard * Remove list dual usage from most of FeedCard * Update usages of FeedCard and ListCard * Add back list purpose logic * Make Action comp easier to use, clarify list purpose * Rename Action to SaveButton
* [Starter Packs] Posts tab (#4660)dan2024-06-271-0/+51
| | | | | * [Starter Packs] Posts tab * oops
* explicitly filter out labelers (#4629)Hailey2024-06-241-0/+1
|
* Starter Packs (#4332)Hailey2024-06-212-0/+187
Co-authored-by: Dan Abramov <dan.abramov@gmail.com> Co-authored-by: Paul Frazee <pfrazee@gmail.com> Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: Samuel Newman <mozzius@protonmail.com>