about summary refs log tree commit diff
path: root/src/view/com/util
Commit message (Collapse)AuthorAgeFilesLines
...
* Adjust line height to not cut off emoji (#5496)Eric Bailey2024-09-261-8/+4
|
* Fix banner height in edit profile modal (#5494)Samuel Newman2024-09-261-1/+1
| | | | | * fix banner height * fix user banner, it's not edit profile's fault
* Filter errors that get sent to Sentry (#5247)Hailey2024-09-251-1/+2
|
* [Video] use dynamic import for hls.js (#5429)Hailey2024-09-252-10/+50
| | | | Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Header blurred banner on overscroll (take 2) (#5474)Samuel Newman2024-09-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * grow banner when overscrolling * add blurview * make backdrop blur as it scrolls * add activity indicator * use rotated spinner instead of arrow * persist position of back button * make back button prettier * make blur less jarring * Unify effects * Tweak impl * determine if should animate based on scroll amount * sign comment --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Allow profile header to overscroll (#5457)Samuel Newman2024-09-251-8/+9
| | | | | | | | | * add allowoverscroll prop * ensure spinner is visible * more generic prop for `<List>` * rename to allowHeaderOverScroll
* [Neue] Post avi, `PostMeta` cleanup (#5450)Eric Bailey2024-09-243-92/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Support emoji in text with custom font * Add emoji support to elements that need it * Remove unused file causing lint failure * Add web only link variant * Refactor PostMeta * Reduce avi size in feeds * Fix alignment, emoji, in PostMeta * Smaller avis in notifications * Shrink post placeholder avi * Handle the handle again * Link cleanup * Cleanup unused props * Fix text wrapping in timestamp * Fix underline color * Tighten up spacing * Web only whiteSpace
* [Video] Refactor HLS logic (#5468)dan2024-09-241-104/+121
| | | | | | | | | | | | | * Extract HLS interop into useHLS * Rename variable * Move flushing outside an effect * use continue instead of return --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Revamp image editor (#5462)Mary2024-09-252-15/+18
| | | | | | | | | * new image editor * Rm react-avatar-editor --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Revert change in FAB animation (#5465)Hailey2024-09-241-23/+12
|
* invert the fab animation, play a haptic (#4309)Hailey2024-09-231-6/+30
|
* [Video] Flush low quality segments once focused (#5430)Samuel Newman2024-09-231-8/+69
| | | | | | | | | | | * Update VideoEmbedInnerWeb.tsx * keep proper track and flush properly * consistent current * use current in listener * manually loop
* [Neue] Handle emoji within custom font (#5449)Eric Bailey2024-09-245-135/+97
| | | | | | | | | | | | | * Support emoji in text with custom font * Add emoji support to elements that need it * Remove unused file causing lint failure * Fix a few more emoji locations * Couple more * No throw
* Use pressable for video controls (#5452)Samuel Newman2024-09-233-39/+40
| | | | | | | * use pressable for video controls * add `as any` to preexisiting bad type * stop mutating prop
* [Neue] Font weights (#5442)Eric Bailey2024-09-209-66/+69
| | | | | | | * Align all font weights * Only load necessary fonts * Also comment out from hook
* Increase rounding for all embeds (#5421)Samuel Newman2024-09-2012-69/+155
| | | | | | | | | | | | | | | | | | | * tweak image styles * fix reply image preview and covert to atoms * increase rounding on media inset border * decrease gap on desktop * fix inset styles * increase rounding on embeds to `md` * Couple edge cases --------- Co-authored-by: Eric Bailey <git@esb.lol>
* [Neue] Buttons (#5406)Eric Bailey2024-09-202-2/+2
| | | | | | | | | | | * Re-align button sizing (cherry picked from commit bcec243bb59dfe468313d98ba61f464d9750feec) * Use large, small, tiny (cherry picked from commit 1dc333c2993ab7f2e0ac750c0670dcec9a7069d0) * Tweaks
* 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-171-10/+1
| | | | | | | * rm unused code * bump lib * invert bool
* [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
* 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
* Add context to `Unmute` and `Mute` strings (#5340)surfdude292024-09-151-1/+5
| | | | Co-authored-by: Hailey <me@haileyok.com>
* [Video] Remember mute state while scrolling (#5331)Hailey2024-09-132-8/+39
|
* [Video] Remove `expo-video`, use `bluesky-video` (#5282)Hailey2024-09-135-318/+217
| | | | 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-131-0/+4
|\
| * WIP, avi not working on webEric Bailey2024-09-111-0/+4
| |
* | Separate alt/crop, use new icon (#5321)Eric Bailey2024-09-131-15/+41
| |
* | Adjust image sizing (#5302)Eric Bailey2024-09-121-6/+7
| |
* | Tabular numbers to video timestamp (#5293)Minseo Lee2024-09-122-3/+3
|/
* [Video] Fix web autoplay (#5274)Samuel Newman2024-09-111-11/+14
|
* 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] 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
|
* 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] Open the floodgates (partially) (#5208)Samuel Newman2024-09-071-7/+0
|
* 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
|
* Set fixed_bottom_bar to true (#5203)dan2024-09-071-17/+2
|
* fix: remove duplicate style `rounded_sm` (#5201)jlca2024-09-061-1/+0
|
* Add cursor pointer to 'New post' button (#5109)nicofercavv2024-09-061-0/+1
|