Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Neue] Ligatures & composer (#5427) | Eric Bailey | 2024-09-19 | 2 | -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 Bailey | 2024-09-19 | 1 | -64/+42 | |
| | ||||||
* | Fix ext embeds in DMs (#5419) | Samuel Newman | 2024-09-19 | 1 | -1/+1 | |
| | | | | | * fix ext embeds in DMs * undo acciental rounding change | |||||
* | [Neue] Base (#5395) | Eric Bailey | 2024-09-18 | 1 | -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 Bailey | 2024-09-17 | 1 | -2/+8 | |
| | ||||||
* | [Video] Additional android fixes (#5373) | Hailey | 2024-09-17 | 2 | -11/+2 | |
| | | | | | | | * rm unused code * bump lib * invert bool | |||||
* | 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 | |
| |