Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle pressing all go.bsky.app links in-app w/ resolution (#4680) | Hailey | 2024-06-27 | 9 | -17/+186 |
| | |||||
* | Bump 1.88.0 (#4688) | Hailey | 2024-06-27 | 1 | -1/+1 |
| | |||||
* | offer a json response for grabbing short links (#4671) | Hailey | 2024-06-27 | 2 | -3/+56 |
| | |||||
* | Refactor `ProfileCard` to be composable (#4622) | Eric Bailey | 2024-06-27 | 1 | -59/+250 |
| | | | | | | | | | | | | | * Break up new profile card for easier re-use * Break things up a bit more * Add round variant support and other button props * Handle blocks * Add Outer export * Tweak space | ||||
* | Remove reposts from the Replies tab (#4669) | dan | 2024-06-27 | 1 | -0/+6 |
| | |||||
* | Fix pasting images on web (#4670) | dan | 2024-06-27 | 1 | -8/+7 |
| | |||||
* | bskyogcard: support emoji, more languages, long starter pack names (#4668) | devin ivy | 2024-06-27 | 12 | -163/+413 |
| | |||||
* | Run intl extract | Paul Frazee | 2024-06-26 | 17 | -727/+812 |
| | |||||
* | Add some events to landing screen (#4664) | Hailey | 2024-06-26 | 3 | -0/+16 |
| | |||||
* | update follows when pressing follow all (#4663) | Hailey | 2024-06-26 | 2 | -4/+22 |
| | |||||
* | Better starterpack embed (#4659) | Hailey | 2024-06-26 | 6 | -32/+103 |
| | |||||
* | [Starter Packs] Posts tab (#4660) | dan | 2024-06-27 | 4 | -9/+103 |
| | | | | | * [Starter Packs] Posts tab * oops | ||||
* | Run intl extract | Paul Frazee | 2024-06-26 | 17 | -4349/+5972 |
| | |||||
* | [D1X] Onboarding interest display names (#4657) | Eric Bailey | 2024-06-26 | 3 | -35/+44 |
| | | | | | | | * Translate interest names in onboarding * Add comment * Do it the normal way | ||||
* | Mark two starter pack strings for localization (#4655) | surfdude29 | 2024-06-26 | 1 | -3/+5 |
| | |||||
* | Refactor nested conditions in the starter pack wizard (#4652) | dan | 2024-06-26 | 1 | -80/+91 |
| | | | | | | | * Refactor condition nesting by screen * Inline indexes * More explicit conditions | ||||
* | Fix footer messages in starter pack wizard (#4650) | Takayuki KUSANO | 2024-06-26 | 3 | -47/+77 |
| | | | | | | | | | | | | | | | | | | | | | * Fix footer messages in StarterPack wizard and updates ja messages * Updates to minimize diff * Revert "Updates to minimize diff" This reverts commit 4d1dfe131a5ffc31fc5e6162dbcc90e77e042734. * Revert "Fix footer messages in StarterPack wizard and updates ja messages" This reverts commit 9a90898abc66c281f44696347043ce5da5859d60. * Fix labels for plurals in starter packs * Update translations --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com> | ||||
* | disable enabling adult content on iOS (#4651) | Samuel Newman | 2024-06-26 | 1 | -1/+25 |
| | |||||
* | Remove starterpack gate (#4645) | Hailey | 2024-06-25 | 2 | -9/+1 |
| | |||||
* | Add back pin action for feed cards (#4643) | Eric Bailey | 2024-06-25 | 1 | -1/+5 |
| | |||||
* | `workflow_dispatch` link (#4642) | Hailey | 2024-06-25 | 1 | -3/+1 |
| | |||||
* | tweak app clip AASA (#4641) | Hailey | 2024-06-25 | 2 | -3/+12 |
| | |||||
* | Update Korean localization (#4614) | Minseo Lee | 2024-06-25 | 1 | -79/+81 |
| | | | | | * Update messages.po * Update messages.po | ||||
* | Updated Japanese translation (#4591) | Takayuki KUSANO | 2024-06-25 | 1 | -142/+157 |
| | | | | | | | | | | | | | | | | | | | | | * Updated Japanese translation * Updated * Updated Japanese translation * Fix some translations * Updated translation (see #4607) * Update translation * Fixed some translations * Update messages.po --------- Co-authored-by: dan <dan.abramov@gmail.com> | ||||
* | Update French localization (#4637) | surfdude29 | 2024-06-25 | 1 | -5/+51 |
| | | | | | | | | | | | | | | | | | * Update French localization * fix apostrophe * Apply suggestions from code review Co-authored-by: Stanislas Signoud <signez@stanisoft.net> * update revision date * quick fix after #4636 merged --------- Co-authored-by: Stanislas Signoud <signez@stanisoft.net> | ||||
* | ensure we get navigated away to starter pack when signed in (#4640) | Hailey | 2024-06-25 | 1 | -0/+17 |
| | | | | | * ensure we get navigated away to starter pack when signed in * clean | ||||
* | Only add the URI to the record (#4639) | Hailey | 2024-06-25 | 1 | -1/+1 |
| | |||||
* | Fix typo in ThreadgateEditor.tsx (#4636) | surfdude29 | 2024-06-25 | 1 | -1/+1 |
| | |||||
* | bump (#4634) | Hailey | 2024-06-24 | 2 | -5/+5 |
| | |||||
* | CI: bump some more golang versions to v1.22 (#4635) | bnewbold | 2024-06-24 | 1 | -2/+2 |
| | |||||
* | go version for embedr (#4632) | devin ivy | 2024-06-24 | 1 | -1/+1 |
| | |||||
* | Add og meta tags to starter pack detail (#4585) | devin ivy | 2024-06-24 | 8 | -68/+137 |
| | | | | | | | | | | | | | * add og meta tags to starter pack detail * tidy * bskyweb: add starter pack title to og meta * bskyweb build * go version to 1.22 * tidy | ||||
* | Disable facets in `FeedCard.Description` component (#4620) | Eric Bailey | 2024-06-24 | 1 | -8/+9 |
| | |||||
* | Update French localization (#4611) | surfdude29 | 2024-06-24 | 1 | -176/+148 |
| | | | | | | | | | | | | | | | | | | | * Update French localization * minor fix * `pack de démarrage` --> `kit de démarrage` * Apply suggestions from code review Co-authored-by: Stanislas Signoud <signez@stanisoft.net> * Apply suggestions from @Signez code review * Update messages.po --------- Co-authored-by: Stanislas Signoud <signez@stanisoft.net> | ||||
* | Maintain portrait in app clip (#4630) | Hailey | 2024-06-24 | 1 | -0/+8 |
| | |||||
* | tweak wording for own badge (#4631) | Hailey | 2024-06-24 | 1 | -4/+20 |
| | |||||
* | explicitly filter out labelers (#4629) | Hailey | 2024-06-24 | 3 | -18/+25 |
| | |||||
* | Resolve facets in feed description on feed lander (#4628) | Eric Bailey | 2024-06-24 | 1 | -1/+3 |
| | |||||
* | Clicky newsky androidy (#4627) | Eric Bailey | 2024-06-24 | 1 | -2/+2 |
| | | | | | | | | | * Clicky newsky androidy * tweak --------- Co-authored-by: Hailey <me@haileyok.com> | ||||
* | Add borders around starter pack landing page when tablet or deskto (#4626) | Paul Frazee | 2024-06-24 | 1 | -6/+21 |
| | |||||
* | Update catalan messages.po (#4388) | Ivan Beà | 2024-06-24 | 1 | -44/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | * Update catalan messages.po Keeping it at 100% Check it please @jordimas @darccio @surfdude29 * Update src/locale/locales/ca/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/ca/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update messages.po apply @jordimas correction --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> | ||||
* | Disable clicks on profile cards on starter pack lander (#4621) | Eric Bailey | 2024-06-24 | 1 | -0/+1 |
| | |||||
* | add rich text facets to description (#4619) | Hailey | 2024-06-24 | 3 | -21/+48 |
| | |||||
* | Set up the global 'joined this week' (#4625) | Paul Frazee | 2024-06-24 | 2 | -19/+28 |
| | |||||
* | Wait for preferences before showing suggested feeds (#4618) | Hailey | 2024-06-24 | 1 | -5/+13 |
| | |||||
* | use `.push` instead of `.concat` (#4624) | Hailey | 2024-06-24 | 1 | -2/+2 |
| | |||||
* | Newskie dialog tweaks (#4623) | Eric Bailey | 2024-06-24 | 1 | -21/+34 |
| | |||||
* | Composer - replace threadgate modal with alf dialog (#4329) | Samuel Newman | 2024-06-24 | 9 | -314/+334 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * replace threadgate modal with alf dialog * add accessibility to selectable * add aria * hide spinner once fetched * add `hasOpenDialogs` value to context * remove state * Rm loading state * Update the threadgate dialog button theming * Factor out the threadgate editor and add editing to post views * Mark messages for localization * Use colors from mute dialog * Remove unnecessary effect * Reset state on dialog dismiss * Clearer CTA * Fix bugs * Scope keyboard fix * Rm getAreDialogsActive (no longer needed) --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com> Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | handle each possible loading state (#4617) | Hailey | 2024-06-24 | 2 | -7/+21 |
| | |||||
* | Fix crash in Feeds and Starter Packs (#4616) | dan | 2024-06-24 | 2 | -23/+31 |
| | | | | | | | * Remove useless check * Fix the bug by only adding resolved feeds/lists * Clarify the purpose of the count field |