about summary refs log tree commit diff
path: root/src/view
Commit message (Collapse)AuthorAgeFilesLines
...
* [Neue] Ligatures & composer (#5427)Eric Bailey2024-09-192-23/+60
| | | | | | | | | * Disable contextual ligatures * Ensure new type styles are applied to the composer * Clean up using real devices * Feedback
* Remove expo/vector-icons from EditImage modal (#5422)Eric Bailey2024-09-191-64/+42
|
* Fix ext embeds in DMs (#5419)Samuel Newman2024-09-191-1/+1
| | | | | * fix ext embeds in DMs * undo acciental rounding change
* [Neue] Base (#5395)Eric Bailey2024-09-181-9/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add fontScale, gate it, fix some computes * Add inter, integrate * Clean up * Apply to old Text component * Use numeric weight * Cleanup * Clean up appearance settings * Global tracking * Fix regular italic variant * Refactor settings and fontScale values * Remove flags * Get rid of lower weight font usage * Remove gate from settings * Refactor appearance settings for reuse * Add neue type nux * Update defaults * Load fonts, add fallback families * Load fonts via plugin in production * Fixes * Fix for web * Nits --------- Co-authored-by: Hailey <me@haileyok.com>
* Fix border radius on avatars (#5392)Eric Bailey2024-09-171-2/+8
|
* [Video] Additional android fixes (#5373)Hailey2024-09-172-11/+2
| | | | | | | * rm unused code * bump lib * invert bool
* Milly tweaks (#5365)Eric Bailey2024-09-162-15/+125
| | | | Co-authored-by: Hailey <me@haileyok.com>
* [Video] Fix safari showing spinner (#5364)Samuel Newman2024-09-162-3/+11
|
* [Video] Volume controls on web (#5363)Samuel Newman2024-09-1611-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 Newman2024-09-161-2/+4
| | | | | * put padding on correct element * clear timeout on down
* loosen checks on vtt file (#5359)Samuel Newman2024-09-161-2/+3
|
* Remove overflow hidden from external link outer el (#5356)Eric Bailey2024-09-152-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)dan2024-09-153-1/+25
|
* Add context to `Unmute` and `Mute` strings (#5340)surfdude292024-09-151-1/+5
| | | | Co-authored-by: Hailey <me@haileyok.com>
* [Video] Don't require email verification on self-host (#5332)Hailey2024-09-131-4/+11
|
* [Video] Remember mute state while scrolling (#5331)Hailey2024-09-132-8/+39
|
* [Video] Remove `expo-video`, use `bluesky-video` (#5282)Hailey2024-09-136-334/+225
| | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Image/video border + tweaks (#5324)Eric Bailey2024-09-1310-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 mainPaul Frazee2024-09-133-0/+34
|\
| * WIP, avi not working on webEric Bailey2024-09-111-0/+4
| |
| * Progress on desktoipEric Bailey2024-09-111-0/+29
| |
| * WIPEric Bailey2024-09-111-0/+1
| |
* | Separate alt/crop, use new icon (#5321)Eric Bailey2024-09-131-15/+41
| |
* | Enable video_upload gate (#5311)dan2024-09-121-9/+6
| |
* | Adjust image sizing (#5302)Eric Bailey2024-09-121-6/+7
| |
* | Add a hard-coded redirect for lulaoficial.bsky.social (#5303)Paul Frazee2024-09-121-0/+11
| |
* | Renaming the Follow button to "Follow back" when followed by user (#5281)Wesley2024-09-121-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 Lee2024-09-122-3/+3
| |
* | [Video] speculative .vtt file selection fix (#5296)Samuel Newman2024-09-121-1/+9
|/ | | | | * speculative vtt fix * add logging
* [Video] Fix web autoplay (#5274)Samuel Newman2024-09-111-11/+14
|
* [Video] Cap duration (#5270)Samuel Newman2024-09-112-2/+20
|
* disable autoplay within messages and trim feelers (#5260)Samuel Newman2024-09-113-18/+23
|
* hls buffering tweaks (#5266)Samuel Newman2024-09-112-1/+11
|
* increase target area of scrubber (#5265)Samuel Newman2024-09-111-1/+1
|
* [Video] make hover state stick around if tapped (#5259)Samuel Newman2024-09-101-3/+37
|
* remove scrollbar-gutter in fullscreen (#5258)Samuel Newman2024-09-101-0/+9
|
* Verify Identical Domains Emit Origin (#5255)Hailey2024-09-101-6/+0
|
* [Video] Allow drag-and-drop & pasting video (#5252)Samuel Newman2024-09-102-9/+23
| | | | | * allow DnD/pasting video * rm await
* [Video] Much simpler fix to fullscreen bug (#5251)Samuel Newman2024-09-101-12/+7
| | | | | | | * much simpler fix * allow old behaviour on firefox * rm logs
* [Video] Fix fullscreen on Chrome (#5246)Samuel Newman2024-09-092-30/+14
|
* max 1 subtitle file (#5244)Samuel Newman2024-09-101-1/+5
|
* Add `context` to `Mute` and `Unmute` labels on video control (#5234)surfdude292024-09-091-2/+2
| | | | Co-authored-by: Marco Buono <thecoreh@gmail.com>
* [Video] Upload tweaks (#5228)Samuel Newman2024-09-081-2/+4
| | | | | * use correct mime type * fix wheel progress
* Release 1.91 prep (#5215)Paul Frazee2024-09-071-1/+1
| | | | | | | * Run intl:extract * Test fixes * Update pt-BR translations for video
* [Video] Tweak order of elements in composer (#5213)Hailey2024-09-071-32/+32
|
* [Video] Open the floodgates (partially) (#5208)Samuel Newman2024-09-072-28/+1
|
* Revert "[Video] Ensure loop doesn't stop" (#5209)Hailey2024-09-071-5/+1
|
* [Video] Ensure loop doesn't stop (#5207)Hailey2024-09-071-1/+5
|
* [Video] Check upload limits before uploading (#5153)Samuel Newman2024-09-071-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)dan2024-09-071-190/+0
|