about summary refs log tree commit diff
path: root/src/components/StarterPack/StarterPackCard.tsx
Commit message (Collapse)AuthorAgeFilesLines
* width full on text container (#6007)Samuel Newman2024-10-291-1/+1
|
* Limit number of lines in starter pack card (#5973)Hailey2024-10-281-2/+8
|
* flex_1 text container (#5891)Samuel Newman2024-10-281-1/+1
|
* Display non-post embeds in composer preview (#5647)dan2024-10-241-1/+0
| | | | | | | | | | | | | * Display non-post embeds in composer preview * Remove starter pack special case from ExternalLinkEmbed This should not be needed because starter pack composer preview now goes through the record preview codepath, just like in the feed/post view. * Hide record ext links if quote is present * Align remove buttons Remove the implicit top padding in record embeds and make it conditional, which is similar to how we treat external link embeds. This makes the X button appear in the same place for record embeds as with links.
* Remove BaseLink component (#5682)Eric Bailey2024-10-171-4/+5
| | | | | | | | | * Remove BaseLink component * Fix StarterPackCard Link component * Rm flex_1 causing overflow * Make newskie usage full width
* [Neue] Handle emoji within custom font (#5449)Eric Bailey2024-09-241-15/+12
| | | | | | | | | | | | | * Support emoji in text with custom font * Add emoji support to elements that need it * Remove unused file causing lint failure * Fix a few more emoji locations * Couple more * No throw
* [Embed] Starter pack embed embed (#4935)Samuel Newman2024-08-141-7/+14
| | | | | | | | | | | | | | | | | * update @atproto/api * add starter pack embed * update depreciated BskyAgent to AtpAgent * unrelated, but avoid direct import of type * nits * rm commented out code --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
* Add starter pack embeds to posts (#4699)Hailey2024-07-041-10/+50
| | | | | | | | | | | | | | | | | | | | | | | * 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>
* Starter Packs (#4332)Hailey2024-06-211-0/+117
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>