Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Milly tweaks (#5365) | Eric Bailey | 2024-09-16 | 2 | -15/+125 |
| | | | | Co-authored-by: Hailey <me@haileyok.com> | ||||
* | [Video] Fix safari showing spinner (#5364) | Samuel Newman | 2024-09-16 | 2 | -3/+11 |
| | |||||
* | [Video] Volume controls on web (#5363) | Samuel Newman | 2024-09-16 | 11 | -911/+1058 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | [Video] Fix scrubber tap target (#5360) | Samuel Newman | 2024-09-16 | 1 | -2/+4 |
| | | | | | * put padding on correct element * clear timeout on down | ||||
* | loosen checks on vtt file (#5359) | Samuel Newman | 2024-09-16 | 1 | -2/+3 |
| | |||||
* | Remove overflow hidden from external link outer el (#5356) | Eric Bailey | 2024-09-15 | 2 | -3/+33 |
| | | | | | | | | | * Remove overflow hidden * Borders when no thumb * Fix overflow, add bg to no-thumb state * Cleanup | ||||
* | Fix wrong empty state for liked by (#5343) | dan | 2024-09-15 | 3 | -1/+25 |
| | |||||
* | Add context to `Unmute` and `Mute` strings (#5340) | surfdude29 | 2024-09-15 | 1 | -1/+5 |
| | | | | Co-authored-by: Hailey <me@haileyok.com> | ||||
* | [Video] Don't require email verification on self-host (#5332) | Hailey | 2024-09-13 | 1 | -4/+11 |
| | |||||
* | [Video] Remember mute state while scrolling (#5331) | Hailey | 2024-09-13 | 2 | -8/+39 |
| | |||||
* | [Video] Remove `expo-video`, use `bluesky-video` (#5282) | Hailey | 2024-09-13 | 6 | -334/+225 |
| | | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com> | ||||
* | Image/video border + tweaks (#5324) | Eric Bailey | 2024-09-13 | 10 | -58/+159 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Image/video border (#5253) * Update AutoSizedImage.tsx * Update AutoSizedImage.tsx * Update Gallery.tsx * Update ExternalLinkEmbed.tsx * Update MediaPreview.tsx * Update UserAvatar.tsx * Update ExternalLinkEmbed.tsx * Update ExternalPlayerEmbed.tsx * Update ExternalGifEmbed.tsx * Update GifEmbed.tsx * Update ExternalGifEmbed.tsx * Update GifEmbed.tsx * Update UserAvatar.tsx * Update ExternalPlayerEmbed.tsx * Update ExternalPlayerEmbed.tsx * video * Update QuoteEmbed.tsx * Tweaks, abstract components --------- Co-authored-by: Minseo Lee <itoupluk427@gmail.com> | ||||
* | Merge branch 'ten-milly' into main | Paul Frazee | 2024-09-13 | 3 | -0/+34 |
|\ | |||||
| * | WIP, avi not working on web | Eric Bailey | 2024-09-11 | 1 | -0/+4 |
| | | |||||
| * | Progress on desktoip | Eric Bailey | 2024-09-11 | 1 | -0/+29 |
| | | |||||
| * | WIP | Eric Bailey | 2024-09-11 | 1 | -0/+1 |
| | | |||||
* | | Separate alt/crop, use new icon (#5321) | Eric Bailey | 2024-09-13 | 1 | -15/+41 |
| | | |||||
* | | Enable video_upload gate (#5311) | dan | 2024-09-12 | 1 | -9/+6 |
| | | |||||
* | | Adjust image sizing (#5302) | Eric Bailey | 2024-09-12 | 1 | -6/+7 |
| | | |||||
* | | Add a hard-coded redirect for lulaoficial.bsky.social (#5303) | Paul Frazee | 2024-09-12 | 1 | -0/+11 |
| | | |||||
* | | Renaming the Follow button to "Follow back" when followed by user (#5281) | Wesley | 2024-09-12 | 1 | -1/+10 |
| | | | | | | | | | | * Renaming the follow button to follow back when followed by user * Fixing conditions and reusing existing translation | ||||
* | | Tabular numbers to video timestamp (#5293) | Minseo Lee | 2024-09-12 | 2 | -3/+3 |
| | | |||||
* | | [Video] speculative .vtt file selection fix (#5296) | Samuel Newman | 2024-09-12 | 1 | -1/+9 |
|/ | | | | | * speculative vtt fix * add logging | ||||
* | [Video] Fix web autoplay (#5274) | Samuel Newman | 2024-09-11 | 1 | -11/+14 |
| | |||||
* | [Video] Cap duration (#5270) | Samuel Newman | 2024-09-11 | 2 | -2/+20 |
| | |||||
* | disable autoplay within messages and trim feelers (#5260) | Samuel Newman | 2024-09-11 | 3 | -18/+23 |
| | |||||
* | hls buffering tweaks (#5266) | Samuel Newman | 2024-09-11 | 2 | -1/+11 |
| | |||||
* | increase target area of scrubber (#5265) | Samuel Newman | 2024-09-11 | 1 | -1/+1 |
| | |||||
* | [Video] make hover state stick around if tapped (#5259) | Samuel Newman | 2024-09-10 | 1 | -3/+37 |
| | |||||
* | remove scrollbar-gutter in fullscreen (#5258) | Samuel Newman | 2024-09-10 | 1 | -0/+9 |
| | |||||
* | Verify Identical Domains Emit Origin (#5255) | Hailey | 2024-09-10 | 1 | -6/+0 |
| | |||||
* | [Video] Allow drag-and-drop & pasting video (#5252) | Samuel Newman | 2024-09-10 | 2 | -9/+23 |
| | | | | | * allow DnD/pasting video * rm await | ||||
* | [Video] Much simpler fix to fullscreen bug (#5251) | Samuel Newman | 2024-09-10 | 1 | -12/+7 |
| | | | | | | | * much simpler fix * allow old behaviour on firefox * rm logs | ||||
* | [Video] Fix fullscreen on Chrome (#5246) | Samuel Newman | 2024-09-09 | 2 | -30/+14 |
| | |||||
* | max 1 subtitle file (#5244) | Samuel Newman | 2024-09-10 | 1 | -1/+5 |
| | |||||
* | Add `context` to `Mute` and `Unmute` labels on video control (#5234) | surfdude29 | 2024-09-09 | 1 | -2/+2 |
| | | | | Co-authored-by: Marco Buono <thecoreh@gmail.com> | ||||
* | [Video] Upload tweaks (#5228) | Samuel Newman | 2024-09-08 | 1 | -2/+4 |
| | | | | | * use correct mime type * fix wheel progress | ||||
* | Release 1.91 prep (#5215) | Paul Frazee | 2024-09-07 | 1 | -1/+1 |
| | | | | | | | * Run intl:extract * Test fixes * Update pt-BR translations for video | ||||
* | [Video] Tweak order of elements in composer (#5213) | Hailey | 2024-09-07 | 1 | -32/+32 |
| | |||||
* | [Video] Open the floodgates (partially) (#5208) | Samuel Newman | 2024-09-07 | 2 | -28/+1 |
| | |||||
* | Revert "[Video] Ensure loop doesn't stop" (#5209) | Hailey | 2024-09-07 | 1 | -5/+1 |
| | |||||
* | [Video] Ensure loop doesn't stop (#5207) | Hailey | 2024-09-07 | 1 | -1/+5 |
| | |||||
* | [Video] Check upload limits before uploading (#5153) | Samuel Newman | 2024-09-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | * DRY up video service auth code * throw error if over upload limits * use token * xmark on toast * errors with nice translatable error messages * Update src/state/queries/video/video.ts --------- Co-authored-by: Hailey <me@haileyok.com> | ||||
* | Set show_follow_suggestions_in_profile to true (#5205) | dan | 2024-09-07 | 1 | -190/+0 |
| | |||||
* | Set fixed_bottom_bar to true (#5203) | dan | 2024-09-07 | 2 | -49/+4 |
| | |||||
* | fix: remove duplicate style `rounded_sm` (#5201) | jlca | 2024-09-06 | 1 | -1/+0 |
| | |||||
* | Add cursor pointer to 'New post' button (#5109) | nicofercavv | 2024-09-06 | 1 | -0/+1 |
| | |||||
* | Add emoji picker to chat composer (#5196) | Eric Bailey | 2024-09-06 | 5 | -11/+31 |
| | | | | | Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Adrov Igor <nucleartux@gmail.com> | ||||
* | [Video] Handle push/pop on Android for autoplay (#5194) | Hailey | 2024-09-06 | 4 | -4/+42 |
| | |||||
* | Redesign play button (#5192) | Eric Bailey | 2024-09-06 | 2 | -2/+2 |
| |