about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update zh-CN localization (#3565)Frudrax Cheng2024-04-181-184/+67
| | | | | | | * Some minor adjustments * Update messages.po * Remove superseded strings
* Update catalan messages.po (#3595)Ivan Beà2024-04-181-16/+16
| | | | | New lines translated again, just a few You can check it @jordimas @darccio @ferranrego @MiquelAdell @mvdan @johnnydement @Mejans @surfdude29
* Fix splash screen language picker appearance on Chrome (#2952)Mary2024-04-181-16/+20
| | | | | * fix: correct language picker appearance on Chrome * fix: prevent chevron shrink on long language names
* Update messages.po (#3610)Gildásio Filho2024-04-181-17/+17
|
* Update Ukrainian translation (#3552)Dovgonosyk2024-04-181-257/+258
| | | Co-authored-by: Ukrainians <github-actions@github.com>
* Update Korean localization (#3551)Minseo Lee2024-04-181-105/+85
| | | | | | | * Update messages.po * Update messages.po * Update messages.po
* Add layout transitions to the composer photo gallery on iOS (#3609)Samuel Newman2024-04-182-10/+27
| | | | | | | | | * add layoutanimation + transition to images * make iOS-only * use useLayoutEffect * make iOS only (again)
* [Statsig] Slightly block the UI on gates (#3608)dan2024-04-182-1/+40
|
* [Statsig] Prefetch configs for other accounts (#3607)dan2024-04-181-21/+46
| | | | | | | | | | | | | * Poll both current and other accounts * Make createStatsigOptions a function * Pass prefetchUsers with the initial request * Add initializeCalled check * Be resilient to object identity changes * Decrease poll interval to 1 minute
* Add our own cache in front of Statsig (#3604)dan2024-04-181-32/+45
|
* [Statsig] Make gate checks lazily (#3594)dan2024-04-1814-62/+67
|
* don't underline handle in post meta (#3591)Hailey2024-04-182-31/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * alignment remove the unnecessary styles now seriously? flex-end everything flex shrink test test rm unneeded flex flex the text don't underline handle in post meta * use `paddingLeft` * use `paddingLeft` but with `4` * Fix overflow color * Use nbsp to make mobile work --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* embedr: return null width (#3598)bnewbold2024-04-171-3/+3
|
* NOOP deploy testJake Gold2024-04-171-0/+2
|
* Cleanup files after upload on native (#3597)Hailey2024-04-173-6/+31
| | | | | | | | | | | | | | | | | | | * cleanup images after uploading from the composer cleanup external embed images as well cleanup files after upload add `expo-file-system` * remove test log * await * Revert "await" This reverts commit 771814b40ce1395cac4f56853d8a9e793ca92c2f. * just log an error if it throws
* delete useMyFollowsQuery (#3529)Samuel Newman2024-04-172-80/+3
|
* properly animate the profile hover card (#3590)Hailey2024-04-171-6/+6
| | | | | | | * properly implement with `isOpen` and `isPositioned` * well, this works just as well * add `willChange`
* Add hovercards to "Reply To" (#3587)dan2024-04-163-15/+20
| | | | | * Add hovercard for Reply To * Tweak durations
* Scrolling while target is hovered and card is visible should hide the card ↵dan2024-04-161-36/+78
| | | | | | | | | | | | | | | | | | | (#3586) * Don't remove the effect, it's not needed here (and wrong) * Differentiate between hovering target and card * Group related code closer * Hide on scroll away * Use named arguments * Inline defaults * Track reason we're showing * Only hide on scroll away while hovering target
* Merge pull request #3585 from bluesky-social/download_urlJaz2024-04-161-0/+17
|\ | | | | Add a handler for /download that directs you to the device-appropriat…
| * Add a handler for /download that directs you to the device-appropriate storeJaz Volpert2024-04-161-0/+17
| |
* | Restructure feed hover state machine code (#3550)dan2024-04-161-57/+77
| |
* | Better dist strings for Sentry (#3584)Hailey2024-04-163-18/+11
| | | | | | | | | | | | | | * better version codes for sentry * use a `.` to follow the same intended format as before * ignore dist build number
* | Automatically add a link card for URLs in the composer (#3566)Hailey2024-04-164-79/+144
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * automatically add a link card for urls in the composer simplify was paste check use a set simplify the cross platform reuse web implementation remove log pasting in the middle of a block of text proper regex dont re-add immediately after paste and remove don't use `byteIndex` lfg automatically add link card * `mayBePaste` * remove accidentally pasted url from comment
* Make ref_ always strings (#3583)dan2024-04-161-6/+18
| | | | | * Make ref_ always strings * Harden types
* Use the existing `ExternalLinkEmbed` for embed previews in the composer (#3579)Hailey2024-04-161-85/+63
| | | | | * use existing `ExternalLinkEmbed` for showing previews * cleanup
* Always send ref_ params (#3582)dan2024-04-161-4/+4
|
* add sort to searchPosts request (#3581)Samuel Newman2024-04-161-12/+7
|
* bump api, remove `as number` from types (#3580)Hailey2024-04-163-33/+32
| | | | | * bump api, remove `as number` from types * bump dev env
* Allow a post to contain only a quote (#3577)Hailey2024-04-162-2/+7
| | | | | * allow posts with only a quote * bump version while we're at it
* Hide translate/copy text options when `!no-unauthenticated` (#3573)Samuel Newman2024-04-161-17/+21
| | | | | | | | | * hide translate/copy text options when no-pwi * only do this for no-unauth * always show if logged in * swap order of OR
* Add icons for onboarding (#3571)Eric Bailey2024-04-1642-0/+124
|
* 1.78Paul Frazee2024-04-151-1/+1
|
* Fix error getting through by primary feed sort (#3562)Paul Frazee2024-04-151-9/+3
|
* embedr: improved HTML snippet, with links (#3559)bnewbold2024-04-151-4/+12
|
* Release 1.77.0 (#3549)Paul Frazee2024-04-1322-8300/+9473
| | | | | * A couple test fixes * Intl extract
* Improve the language behaviors around the PWI (#3545)Paul Frazee2024-04-136-14/+111
| | | | | | | | | * Handle leftnav overflow with longer languages' copy * Update the language dropdown to set ALL language prefs * Add hackfix to language cachebusting on PWI * Reset feeds on language change
* fix: only close drawer if directly tapping backdrop (#3534)Mary2024-04-141-7/+13
|
* Fix Android in-app browser closing when switching apps (#3546)Nick Manos2024-04-131-3/+5
|
* Cache DID and profile basic on profile card presses (#3523)Hailey2024-04-131-2/+14
| | | | | | | | | | | * cache profiles add onPress back rm log cache profile and did when pressing profile card * minimal diff
* Remove extra wrapper on notification user links (#3548)Hailey2024-04-131-24/+23
|
* Fix hover card animation with a reducer (#3547)dan2024-04-141-85/+138
|
* Update Ukrainian translation (#3537)Dovgonosyk2024-04-131-812/+116
| | | Co-authored-by: Ukrainians <github-actions@github.com>
* add oEmbed links to public post HTML meta headers (#3522)bnewbold2024-04-131-0/+2
|
* rebased embedr (#3511)bnewbold2024-04-1330-53/+923
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * skeleton of embedr service, based on bskyweb * embedr container setup * builds on this branch * actual routes * fix embedr go:embed * tweak embedr dockerfile * progress on embedr * fix path params * tweaks to build process * try to get embedr dockerfile to install embed deps * build this branch * updates to match sam's output HTML * try to unbreak embedr dockerfile * small embedr tweak * docker hack * get embed.js copied over to embedr * don't x-frame-options for embed.bsky.app * bskyembed: remove a console.log * use html/template for golang snippet generation * simplify embedr API fetches * missing file * Rm console.log fully --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Increase hit slop for web's app language picker (#3535)Mary2024-04-132-2/+13
| | | | | | | | | * fix: make app language picker tap region larger * fix: add right padding on drawer signup card noticeable on portuguese language * fix: mimic hitSlop
* Update Japanese translation (#3425)Takayuki KUSANO2024-04-131-37/+50
| | | | | | | | | | | | | * Updated Japanese translation and removed obsolete messages * Forgot to add trailing question mark * Unified translation of "birthday"/"birthdate"/"birth date", undo unnecessary entries to reduce the difference * Translated new strings * Unified translation of 'copyright violation' * Sync with main latest, unified translation of 'people'
* Fix oopsie (#3538)dan2024-04-131-0/+1
|
* Fade in animation for card (#3521)Hailey2024-04-133-59/+128
| | | | | | | | | | | | | | | | | | | | | | | | | * fade in and out the card one more fix dont leave an invisible card behind okay just about there move styles glitch clear hide timeouts on card enter about there * Tweak timings * Rewrite with explicit states --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* [Embeds] Add ref_url (#3533)Samuel Newman2024-04-132-1/+17
| | | | | | | | | | | | | | | * get outer location and pass in to the iframe * enable post.html in dev * only add ref_url if starts with http * Revert "enable post.html in dev" This reverts commit 6f224c6e2c4a016f7ea17ff998c4b4e56b9a4f9b. --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>