Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port post embeds to new arch (#7408) | Eric Bailey | 2025-06-13 | 1 | -240/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Direct port of embeds to new arch (cherry picked from commit cc3fa1f6cea396dd9222486c633a508bfee1ecd6) * Re-org * Split out ListEmbed and FeedEmbed * Split out ImageEmbed * DRY up a bit * Port over ExternalLinkEmbed * Port over Player and Gif embeds * Migrate ComposerReplyTo * Replace other usages of old post-embeds * Migrate view contexts * Copy pasta VideoEmbed * Copy pasta GifEmbed * Swap in new file location * Clean up * Fix up native * Add back in correct moderation on List and Feed embeds * Format * Prettier * delete old video utils * move bandwidth-estimate.ts * Remove log * Add LazyQuoteEmbed for composer use * Clean up unused things * Remove remaining items * Prettier * Fix imports * Handle nested quotes same as prod * Add back silenced error handling * Fix lint --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com> | ||||
* | Catch thrown error for autoplay in Safari (#7921) | Eric Bailey | 2025-03-06 | 1 | -2/+10 |
| | |||||
* | Remove unnecessary addEventListener call for video (#7433) | Islam Rustamov | 2025-01-14 | 1 | -3/+0 |
| | |||||
* | Revert "[Video] Revert safari hackfix (#5367)" (#7001) | dan | 2024-12-07 | 1 | -0/+7 |
| | | | This reverts commit 94e7bfbe40ba6766361caaba99feff74a187613a. | ||||
* | [Video] Revert safari hackfix (#5367) | Samuel Newman | 2024-10-07 | 1 | -7/+0 |
| | |||||
* | [Video] Fix safari showing spinner (#5364) | Samuel Newman | 2024-09-16 | 1 | -2/+9 |
| | |||||
* | [Video] Volume controls on web (#5363) | Samuel Newman | 2024-09-16 | 1 | -0/+228 |
* split up VideoWebControls * add basic slider * logarithmic volume * integrate mute state * fix typo * shared video volume * rm log * animate in/out * disable for touch devices * remove flicker on touch devices * more detailed comment * move into correct context provider * add minHeight * hack * bettern umber --------- Co-authored-by: Hailey <me@haileyok.com> |