about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Let Expo/Webpack handle CSS assets (#3942)Mary2024-09-232-0/+404
| | | | | | | | | | | | | * 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-2056-367/+338
| | | | | | | * 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-204-9/+130
| | | | | | | | | | | | | | | | | | | | | | | * 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
* [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
* Language fixes (#5384)Eric Bailey2024-09-2012-53/+212
| | | | | | | | | | | | | | | | | | | | | | | * 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
|
* [Neue] Parallel font loading on web (#5411)Eric Bailey2024-09-193-15/+14
| | | | | | | | | | | * 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-193-23/+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-193-64/+64
|
* 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-181-2/+2
| | | | | * Copy font files during build * Fall back if error loading fonts
* [Neue] Base (#5395)Eric Bailey2024-09-1822-256/+800
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 for undefined ref on hot reload on web (#5407)Eric Bailey2024-09-181-1/+1
|
* remove expo-sentry (#5405)Hailey2024-09-186-20/+18
|
* Fix border radius on avatars (#5392)Eric Bailey2024-09-171-2/+8
|
* Make like animation on web same speed as mobile (#5391)Roscoe Rubin-Rottenberg2024-09-171-1/+1
|
* Pre-fill alt text with 10-million card post (#5389)Eric Bailey2024-09-176-88/+168
| | | | | | | | | | | | | * Pre-fill alt text with 10-million card post (#5377) * Clean up type * Tweak alt copy * Add pt translation, fix typo --------- Co-authored-by: Calvin <clavin@users.noreply.github.com>
* Tweak `pt-BR` string (#5372)surfdude292024-09-171-1/+1
|
* [Video] Additional android fixes (#5373)Hailey2024-09-172-11/+2
| | | | | | | * rm unused code * bump lib * invert bool
* Milly tweaks (#5365)Eric Bailey2024-09-168-69/+304
| | | | 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>
* Updates to Irish translation, back to 100% (#5345)Kevin Scannell2024-09-161-2690/+1821
|
* Update catalan messages.po (#5223)Ivan Beà2024-09-161-61/+61
| | | | | Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: gsmt <samaritanojr006@gmail.com>
* Update Japanese translation (#5217)Takayuki KUSANO2024-09-161-68/+44
|
* Update Korean localization (#5254)Minseo Lee2024-09-161-91/+89
|
* Update Chinese localization (#5291)Frudrax Cheng2024-09-162-109/+78
| | | | | Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> Co-authored-by: Kuwa Lee <kuwalee1069@gmail.com>
* Update French localization (#5227)surfdude292024-09-161-503/+243
| | | | Co-authored-by: Stanislas Signoud <signez@stanisoft.net>
* Update Portuguese localization (#5256)surfdude292024-09-161-77/+45
| | | | | Co-authored-by: Henrique Marques <hfvmarques@gmail.com> Co-authored-by: Arthur Tavares <arthurabreu00@gmail.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
* Disallow some font scalingEric Bailey2024-09-151-0/+7
|
* Nux after onboarding (#5357)Eric Bailey2024-09-152-2/+4
| | | | | * Don't show nux dialogs until post-onboarding * Don't show if over 10M
* Fix wrong empty state for liked by (#5343)dan2024-09-154-1/+26
|
* Add context to `Unmute` and `Mute` strings (#5340)surfdude292024-09-151-1/+5
| | | | Co-authored-by: Hailey <me@haileyok.com>
* Release 1.91.1 prep (#5339)Paul Frazee2024-09-1318-3268/+4688
| | | | | * Fixes to tests * intl extract
* Don't open composer via hotkey if other dialog is already open (#5334)Eric Bailey2024-09-131-1/+16
| | | | | | | * Don't open composer via hotkey if other dialog is already open * Check for lightbox also * Check for drawer
* "N" keyboard shortcut to open a new post modal (#5197)Eric Bailey2024-09-133-0/+52
| | | | | | | | | | | | * feat: Add hook on web app to open composer with 'N' keyboard shortcut * Extract, don't fire open composer if already open * Ignore interactive elements --------- Co-authored-by: João Gabriel <joaog@nocorp.io> Co-authored-by: Hailey <me@haileyok.com>
* Apply Following settings to Lists (#5313)dan2024-09-133-28/+2
| | | | | * Apply Following settings to Lists * Remove dead code
* Always display next button on login page (#5326)Eric Bailey2024-09-132-24/+10
| | | | | Co-authored-by: Vinícius Souza <39967235+vinifsouza@users.noreply.github.com> Co-authored-by: Hailey <me@haileyok.com>
* [Video] Don't require email verification on self-host (#5332)Hailey2024-09-131-4/+11
|