about summary refs log tree commit diff
path: root/src/view/com
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for autofill of one-time-code for email verification (#5186)Eric Bailey2024-09-061-1/+1
|
* [Video] Fix alt text dialog on iOS and Android (#5177)Hailey2024-09-062-16/+25
| | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Go full width on native and mobile web (#5184)Eric Bailey2024-09-061-3/+8
|
* Remove record-with-media side-by-side layout (#5182)Eric Bailey2024-09-061-42/+11
|
* [Video] Error banner improvements (#5163)Samuel Newman2024-09-051-81/+128
|
* [Video] More adjustments for loading state jank (#5171)Hailey2024-09-051-43/+47
|
* Constrain image heights in feeds and threads (#5129)Eric Bailey2024-09-059-204/+384
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Limit height of images within posts * Add some future-proofness * Comments, improve a11y * Adjust ALT, add crop icon * Fix disableCrop in record-with-media posts * Clean up aspect ratios, handle very tall images * Handle record-with-media separately, clarify intent using enums * Adjust spacing * Adjust rwm embed image size on mobile * Only do reduced layout if images embed * Adjust gap in small embed variant * Clean up grid layout * Hide badge on small variant with one image * Remove crop icon from image grid, leave on single image * Fix sizing in Firefox * Fix fullBleed variant
* [Video] require email to post videos (#5152)Samuel Newman2024-09-051-19/+63
| | | | Co-authored-by: Hailey <me@haileyok.com>
* [Video] Use `expo-video` from fork (#5159)Hailey2024-09-051-2/+2
|
* Add quick access to quote action on long press (#5123)Marco Buono2024-09-051-0/+3
|
* [Video] Enter/exit animations for video in composer (#5164)Samuel Newman2024-09-053-26/+35
| | | | | | | | | * enter/exit animations for video in composer * use zoom out animation * unify margin between different steps * skip animation when posting
* [Video] throw HLS errors to be caught by error boundary (#5166)Samuel Newman2024-09-053-19/+55
| | | | | | | | | * throw HLS errors to be caught by error boundary * wording tweak * do the same on native * fix type error
* [Video] Disable autoplay option (preview + web player) (#5167)Samuel Newman2024-09-053-7/+31
| | | | | | | | | * rename setting * preview (web) * preview (native) * improve autoplay disabled behaviour on web
* [Video] Add loading state to player (#5149)Hailey2024-09-042-86/+155
|
* Tweak animation to not roll 0 -> 1, overflow hidden (#5148)Hailey2024-09-041-0/+1
|
* Use new player icon for external video embeds (#5147)Hailey2024-09-041-2/+2
|
* [Video] content fit cover on native (#5140)Samuel Newman2024-09-042-2/+2
|
* allow only posting video (#5142)Samuel Newman2024-09-041-2/+9
|
* Add slight spacing between Post and CW button (#5125)Marco Buono2024-09-041-2/+6
|
* [Video] Use same play button for gifs and videos (#5144)Hailey2024-09-042-25/+5
|
* Replace `ImageHorzList` 🤮 with `MediaPreview` ✨ (#5143)Samuel Newman2024-09-042-105/+5
|
* [Video] `withRepeat` for spinner (#5141)Hailey2024-09-041-4/+8
|
* [Video] Show better progress (#5133)Hailey2024-09-041-14/+32
|
* [Video] Throw error when playback fails (#5132)Hailey2024-09-041-0/+9
|
* [Video] Only allow one `VideoView` to be active at a time, regardless of ↵Hailey2024-09-042-9/+25
| | | | source (#5131)
* [Video] Tweak playback handling (#5127)Hailey2024-09-042-10/+26
|
* fail video if cannot load preview (#5138)Samuel Newman2024-09-041-1/+13
|
* close keyboard before opening modal (#5124)Samuel Newman2024-09-031-2/+5
|
* [Video] Error handling in composer, fix auto-send (#5122)Samuel Newman2024-09-031-130/+176
| | | | | | | | | | | | | * tweak * error state for upload toolbar * catch errors in upload status query * stop query on error --------- Co-authored-by: Hailey <me@haileyok.com>
* reset playback rate on exit fullscreen (#5116)Samuel Newman2024-09-031-0/+1
|
* [Video] Toggle controls when entering fullscreen (#5113)Hailey2024-09-031-1/+4
|
* Adjust render properties for `Feed` `List` (#5080)Hailey2024-09-031-1/+3
|
* Only animate the like icon when from an actual toggle (#5096)Hailey2024-09-031-5/+8
|
* show video in quote (#5093)Samuel Newman2024-09-032-2/+11
|
* [Video] Manage foreground/background playback on the native side (#5104)Hailey2024-09-031-25/+4
|
* [Video] Upload errors and UI improvements (#5092)Samuel Newman2024-09-033-14/+47
| | | | | | | | | | | * surface errors in UI * style progress indicator * remove job status progress * rm log * fix webm ext
* [Video] Hide mouse when inactive (#5094)Samuel Newman2024-09-031-11/+33
|
* Improve animations for like button (#5074)Hailey2024-09-021-247/+7
|
* [Video] Misc player style tweaks (#5064)Samuel Newman2024-09-026-24/+25
| | | | | * use actual black rather than theme black * adjust time/mute indicators
* [Video] Remove hack from scrubber (#5063)Samuel Newman2024-09-021-15/+3
| | | | | * remove mouseleave, add pointer cancel * don't show time indicator if duration is 0
* Animate the like button (#5033)dan2024-08-301-23/+248
| | | | | | | | | | | | | | | | | * Animate the like button * Respect reduced motion * Move like count into animated component * Animate text * Fix layout on Android * Animate text backwards too * Fix bad copypasta * Reflect nonlocal updates to animated values
* [Video] Split 'videos' gate in two (#5037)Samuel Newman2024-08-303-3/+3
|
* [Video] Minor player tweaks (#5044)Samuel Newman2024-08-305-15/+35
|
* [Videos] avoid using fetch for blob handling where possible (#5041)Samuel Newman2024-08-302-2/+2
| | | | | | | * avoid using fetch where possible * whoopsie wrong branch * more import fixes
* [Video] Captions and alt text (#5009)Samuel Newman2024-08-309-23/+430
| | | | | | | | | | | | | | | | | | | | | | | | | | | * video settings modal in composer * show done button on web * rm download options * fix logic for showing settings button * add language picker (wip) * subtitle list with language select * send captions & alt text with video when posting * style "ensure you have selected a language" text * include aspect ratio with video * filter out captions where the lang is not set * rm log * fix label and add hint * minor scrubber fix
* Composer blocks (#5040)Eric Bailey2024-08-301-0/+35
| | | | | | | * Move i18n provider up the stack * Protect composer opening for a blocked post * Protect ctrls from interacting with blocked user
* [Experiment] Suggest profiles in profile (#5030)dan2024-08-301-14/+29
| | | | | | | | | | | | | | | * Rename variable to disambiguate with parent scope * More variables where they are used * Inline variables * Add suggestions in profile * Gate it * rm space * Remove header suggestions under gate
* Tweak rendering of top headers so they always appear even during load (#4982)Hailey2024-08-306-45/+59
| | | | Co-authored-by: Eric Bailey <git@esb.lol>
* Localize dates, counts (#5027)Eric Bailey2024-08-299-49/+48
| | | | | | | | | | | | | | | | | | | | | | | * 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>
* Enable show_follow_back_label_v2 (#5022)dan2024-08-291-3/+1
|