Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Localize dates, counts (#5027) | Eric Bailey | 2024-08-29 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | * refactor: consistent localized formatting * refactor: localized date time * refactor: localize relative time with strings * chore: fix typo from copy-paste * Clean up useTimeAgo * Remove old ago * Const * Reuse * Prettier --------- Co-authored-by: Mary <git@mary.my.id> | ||||
* | add ref_src (#3532) | Samuel Newman | 2024-04-13 | 1 | -2/+6 |
| | |||||
* | [Embeds] "Embed post" post dropdown option (#3513) | Samuel Newman | 2024-04-13 | 1 | -0/+191 |
* add embed option to post dropdown menu * put embed post button behind a gate * increase line height in dialog * add gate to gate name union * hide embed button if PWI optout * Ungate embed button * Escape HTML, align implementations * Make dialog conditionally rendered * Memoize EmbedDialog * Render dialog lazily --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com> |