about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Tweak RN patch (#5477)Hailey2024-09-241-7/+7
|
* [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>
* add a bunch of settings-related icons (#5471)Samuel Newman2024-09-2428-1/+78
|
* [React Native] Patch `RCTFileReaderModule` `readAsDataURL` to prevent crash ↵Hailey2024-09-241-2/+15
| | | | when `type` is `nil` (#5475)
* Remove image resizer (#5464)Hailey2024-09-246-98/+146
|
* Remove `react-native-fs` (#5463)Hailey2024-09-254-29/+29
| | | | | | | | | * remove rnfs * tweak e2e * log * use `safeDeleteAsync`
* Revamp image editor (#5462)Mary2024-09-2514-293/+318
| | | | | | | | | * new image editor * Rm react-avatar-editor --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Revamp edit image alt text dialog (#5461)Mary2024-09-256-211/+136
| | | | | | | | | | | | | | | * revamp alt dialog * readd the limit check don't trim with enforceLen, it ruins copy-pasting long text and it's overall annoying behavior * Update src/view/com/composer/photos/ImageAltTextDialog.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* MobX removal take 2 (#5381)Mary2024-09-2523-1256/+594
| | | | | | | | | * mobx removal take 2 * Actually rm mobx --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Edit self hosting copy (#5469)Eric Bailey2024-09-251-4/+9
| | | | | | | * Edit self hosting copy * Tweak * Tweak
* Automatically optimise SVG assets (#5467)Samuel Newman2024-09-2498-99/+239
| | | | | | | | | | | | | | | | | | | * add svgo as dev dep * prefer viewbox * manual config * fix config param names * align config with svgomg * add lint-staged svgo hook * edit hook * add trailing whitespace plugin * run svgo on existing assets
* [Share Extension] Update to support video (#5385)Hailey2024-09-242-34/+47
|
* Revert change in FAB animation (#5465)Hailey2024-09-242-25/+14
|
* Improvements to NSE (#4992)Hailey2024-09-231-12/+61
|
* Don't use flex on inputs (#5458)Eric Bailey2024-09-234-17/+40
|
* Fix web splash (#5456)Eric Bailey2024-09-233-71/+121
| | | | | | | * Fix web splash * Untangle base styles * Fix id name, remove log
* invert the fab animation, play a haptic (#4309)Hailey2024-09-232-16/+44
|
* add sideborders to <ProfileHeaderLoading> (#4995)Samuel Newman2024-09-231-16/+17
|
* [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-2435-289/+423
| | | | | | | | | | | | | * 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-234-42/+43
| | | | | | | * use pressable for video controls * add `as any` to preexisiting bad type * stop mutating prop
* Resolve source files for fonts, remove hack (#5454)Eric Bailey2024-09-243-52/+15
| | | | | | | | | | | * Resolve source files for fonts, remove hack * Prettier * Prettier, add to hook --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* changed white (gray_0) text to offwhite (gray_25) (#5453)whey.party2024-09-232-3/+3
|
* Let Expo/Webpack handle CSS assets (#3942)Mary2024-09-2312-769/+440
| | | | | | | | | | | | | * chore: handle built css assets * chore: let prettier handle css code * refactor: let webpack build css assets * chore: prettier on bskyembed * chore: touch empty.txt on css directory * chore: do the same to the workflow
* [Neue] Font weights (#5442)Eric Bailey2024-09-2058-367/+362
| | | | | | | * Align all font weights * Only load necessary fonts * Also comment out from hook
* Fix spacing (#5444)Eric Bailey2024-09-201-15/+16
|
* Validate TLD in signup (#5426)Hailey2024-09-206-9/+143
| | | | | | | | | | | | | | | | | | | | | | | * add lib * add validation * log * add some common typos * add tests * reset hasWarned state on edit * shorten path * Move test file, adjust regex, add test * Get real nit picky --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Fixing extra spacing in notification text (#5396)Wesley2024-09-201-2/+1
|
* Fixing hover card for labeler accounts (#5414)Wesley2024-09-201-0/+3
| | | | | * Fixing hover card for labeler account * removing memo
* Increase rounding for all embeds (#5421)Samuel Newman2024-09-2014-160/+223
| | | | | | | | | | | | | | | | | | | * 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>
* Additional moderation (#5172)Eric Bailey2024-09-2012-65/+365
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set up additional mod authorities * Filter out non-configurable mod authorities * WIP * Working * Cleanup, add mod * Cleanup * Add more debug logs * Tweak logs * Filter out imperative labels from typeaheads * Filter hideable content from notifications * Add api * Fall back in dev * Remove space * Use prod endpoint * Add tiny notice * Add notice to labeler card, show all labelers
* patch expo modules again (#5441)Samuel Newman2024-09-201-2/+14
|
* [Neue] Buttons (#5406)Eric Bailey2024-09-2040-149/+258
| | | | | | | | | | | * Re-align button sizing (cherry picked from commit bcec243bb59dfe468313d98ba61f464d9750feec) * Use large, small, tiny (cherry picked from commit 1dc333c2993ab7f2e0ac750c0670dcec9a7069d0) * Tweaks
* Add explicit non-handling of detached quotes in embed (#5156)Eric Bailey2024-09-201-0/+6
|
* Language fixes (#5384)Eric Bailey2024-09-2014-53/+240
| | | | | | | | | | | | | | | | | | | | | | | * Add some comments * Decouple language settings * Normalize on read/write * Refactor * Support device locale on app startup * Cleanup, port to web * Clean up comments * Comment * Try not to mutate * Protect util handling, update test * Dedupe array values
* Add border to menu on web (#5439)futur2024-09-201-0/+2
|
* Add eslint rule to fix imports without the `#/` path alias (#5175)Samuel Newman2024-09-204-4/+45
|
* [Neue] Parallel font loading on web (#5411)Eric Bailey2024-09-1919-15/+216
| | | | | | | | | | | * Parallel font loading (cherry picked from commit 10e2b05b575bbbf8b0ca5b4a336817cd902d712b) * Handle failures * Rely on font-face and preload tags for font loading (#5431) * Cache fonts for a year
* Adjust toggle components sizing (#5408)Eric Bailey2024-09-191-10/+10
| | | (cherry picked from commit a9cbd23fcdcbacbdd2ca5f6bbe0bc7161e6591e3)
* [Neue] Copy and spacing tweaks (#5428)Eric Bailey2024-09-192-7/+6
| | | | | * Copy and spacing tweaks * Copy tweaks
* [Neue] Ligatures & composer (#5427)Eric Bailey2024-09-195-25/+66
| | | | | | | | | * 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-198-64/+69
|
* Revert provider stacking changes (#5423)Eric Bailey2024-09-192-79/+84
|
* Fix ext embeds in DMs (#5419)Samuel Newman2024-09-192-2/+2
| | | | | * fix ext embeds in DMs * undo acciental rounding change
* Fix font loading on web (#5412)Eric Bailey2024-09-182-3/+3
| | | | | * Copy font files during build * Fall back if error loading fonts
* [Neue] Base (#5395)Eric Bailey2024-09-1845-256/+835
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Update sentry sourcemaps upload (#5409)Hailey2024-09-183-2/+66
|
* Fix for undefined ref on hot reload on web (#5407)Eric Bailey2024-09-181-1/+1
|
* remove expo-sentry (#5405)Hailey2024-09-189-263/+23
|
* Revert unneeded changes to `expo-modules-core` patch (#5393)Hailey2024-09-181-25/+0
|