Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix for avatar preloading (#7816) | Seth Wood | 2025-02-26 | 2 | -15/+26 | |
| | | | | | | | * mobile avatar profile preloading fix * updating fix to include moderation * removing comments, adding disableNavigation to PreviewableUserAvatarProps | |||||
* | Bump version (#7846) | Samuel Newman | 2025-02-26 | 1 | -1/+1 | |
| | ||||||
* | Nightly source-language update | pfrazee | 2025-02-26 | 1 | -144/+150 | |
| | ||||||
* | label pref alignment (#7844) | Samuel Newman | 2025-02-25 | 1 | -0/+1 | |
| | ||||||
* | improve toasts on oled dark mode (#7842) | Samuel Newman | 2025-02-25 | 1 | -2/+7 | |
| | ||||||
* | Add soft reset to chat list (#7771) | Samuel Newman | 2025-02-25 | 2 | -3/+26 | |
| | | | | | * add soft reset to chat list * refresh when soft resetting | |||||
* | translate hosting provider text (#7834) | surfdude29 | 2025-02-25 | 1 | -2/+2 | |
| | ||||||
* | Remove `moderatePost_wrapped` (#7188) | Samuel Newman | 2025-02-25 | 14 | -55/+19 | |
| | | | | | | | | | * rm `moderatePost_wrapped` * Handle display in app --------- Co-authored-by: Eric Bailey <git@esb.lol> | |||||
* | Better tablet layout (#7656) | Samuel Newman | 2025-02-25 | 17 | -122/+211 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * better tablet layout * adjust left nav spacing * add right nav to pwi * clearer logic * fix a couple screens that don't need the tablet layout * fix horiz scroll bar * fix double trending * fix ts-ignore * fix labeller screen * don't offset things within dialogs * fix load latest button (and add scale animation) * center loader on home screen * adjust break points * adjust left nav spacing * fix load latest btn (again) * add lang select to right nav if left nav is minimal * fix double scrollbar on tiny screens * fix scrollbar * fix type errors | |||||
* | Fix max height of dialog flatlists (#7839) | Eric Bailey | 2025-02-25 | 1 | -3/+8 | |
| | | | | | | | * Fix max height of dialog flatlists * Remove unneeded wrapper to fix Close positioning * Add wrapper back and fix with position static | |||||
* | hackfix likes tab (#7770) | Samuel Newman | 2025-02-25 | 1 | -1/+3 | |
| | ||||||
* | Constrain dropdown height to fit in the screen (#7730) | Samuel Newman | 2025-02-25 | 6 | -268/+227 | |
| | | | | | | | * constrain dropdown height with css variable * fix duplicated dependency * fix pendantic lockfile | |||||
* | #6861: Use available space to make focus on Composer TextInput easier (copy) ↵ | Samuel Newman | 2025-02-25 | 3 | -27/+40 | |
| | | | | | | | | | | | | | | | | | | | | (#7836) * 6861: Use available space to make focus on Composer TextInput easier * Undo web * bluesky-social#6861: Adjust focus area for native platforms taking Embeds into consideration * use atoms * remove empty div * remove debug atom, whoopsie --------- Co-authored-by: GrizliK1988 <dgrachikov@gmail.com> Co-authored-by: Dan Abramov <dan.abramov@gmail.com> | |||||
* | Nightly source-language update | pfrazee | 2025-02-25 | 1 | -189/+196 | |
| | ||||||
* | Dedupe profile labels (#7833) | Samuel Newman | 2025-02-24 | 4 | -7/+18 | |
| | | | | | * dedupe labels * apply to postalerts | |||||
* | add to blink (#7788) | Hailey | 2025-02-24 | 4 | -34/+83 | |
| | ||||||
* | Plural formatting for accessibility `unread items` strings (#7743) | surfdude29 | 2025-02-24 | 4 | -9/+34 | |
| | ||||||
* | Plural formatting for `TimeIndicator` `accessibilityLabel` (#7826) | surfdude29 | 2025-02-24 | 1 | -2/+7 | |
| | ||||||
* | Add plural formatting for months in narrow form (#7744) | surfdude29 | 2025-02-24 | 1 | -1/+1 | |
| | ||||||
* | Tweak app language string in Settings (#7825) | surfdude29 | 2025-02-24 | 1 | -2/+1 | |
| | ||||||
* | Tweak prompt title text when removing a feed (#7824) | surfdude29 | 2025-02-24 | 2 | -2/+2 | |
| | ||||||
* | Fix DMs input automatically accepting autocomplete suggestion instead of ↵ | Samuel Newman | 2025-02-24 | 3 | -40/+59 | |
| | | | | | | | | | clearing (#7796) * fix input not clearing when autocomplete suggestion active * fix up storybook * restore web focus hack | |||||
* | Tweak accessibility strings (#7822) | surfdude29 | 2025-02-24 | 2 | -2/+2 | |
| | ||||||
* | Suggested updates to localization doc (#7828) | surfdude29 | 2025-02-24 | 1 | -3/+3 | |
| | | | | | | | | | * update localization doc * tweak wording order --------- Co-authored-by: Hailey <me@haileyok.com> | |||||
* | move translation tags (#7823) | surfdude29 | 2025-02-24 | 1 | -4/+6 | |
| | ||||||
* | separate strings for translation in ListHiddenScreen.tsx (#7827) | surfdude29 | 2025-02-24 | 1 | -6/+9 | |
| | ||||||
* | Basic minimum password requirements, plus field-specific errors (#7811) | Samuel Newman | 2025-02-24 | 3 | -23/+79 | |
| | | | | | | | | | | | | | | | | | | | | | | | * add min password requirement * add field specific errors * move email tld check to after other email checks * add password length check to change password dialog * Update src/view/com/modals/ChangePassword.tsx Co-authored-by: Hailey <me@haileyok.com> * Update src/screens/Signup/StepInfo/index.tsx Co-authored-by: Hailey <me@haileyok.com> * fix lint --------- Co-authored-by: Hailey <me@haileyok.com> | |||||
* | precache recent profile click (#7831) | Samuel Newman | 2025-02-24 | 1 | -2/+8 | |
| | ||||||
* | Fix optimistic rendering of profile page (#7830) | Samuel Newman | 2025-02-24 | 5 | -50/+42 | |
| | | | | | | | * don't hold up rendering on starter packs * add tab based on profile.associated * move query into component, fix pending states | |||||
* | Update localization.md to change crowdin links | Paul Frazee | 2025-02-24 | 1 | -3/+3 | |
| | ||||||
* | Nightly source-language update | pfrazee | 2025-02-24 | 1 | -10/+10 | |
| | ||||||
* | make composer pills tappable when keyboard is active (#7717) | gpp | 2025-02-23 | 1 | -0/+1 | |
| | ||||||
* | Nightly source-language update | pfrazee | 2025-02-22 | 1 | -132/+137 | |
| | ||||||
* | fix: click on our profile when seeing someone's profile (#7732) | Nicolas Borlet | 2025-02-21 | 1 | -2/+12 | |
| | | | | | Co-authored-by: Stanislas Signoud <signez@stanisoft.net> Co-authored-by: Hailey <me@haileyok.com> | |||||
* | connect inputs together in signup (#7809) | Samuel Newman | 2025-02-21 | 5 | -10/+70 | |
| | ||||||
* | npx update-browserslist-db@latest (#7677) | Samuel Newman | 2025-02-21 | 1 | -9/+4 | |
| | ||||||
* | Mute account from post (#7712) | Samuel Newman | 2025-02-21 | 1 | -1/+51 | |
| | | | | | * mute account from post * move options around | |||||
* | Fix android datepicker height (#7804) | Samuel Newman | 2025-02-21 | 2 | -22/+11 | |
| | | | | | * fix datepicker height * fix suffixtext clipping | |||||
* | consistent sentence case captialisation (#7749) | Samuel Newman | 2025-02-21 | 1 | -17/+17 | |
| | ||||||
* | set minimum birthday to 13 years ago (#7808) | Samuel Newman | 2025-02-21 | 2 | -1/+13 | |
| | ||||||
* | Get sheet padding working consistently (#7798) | Samuel Newman | 2025-02-21 | 4 | -58/+116 | |
| | | | | | | | * tweak height/padding of iOS * tweak android ratio calculation * add a bit of extra padding to full height iOS to account for the bit below the safe area | |||||
* | fix handle length error message (#7802) | Samuel Newman | 2025-02-21 | 2 | -9/+7 | |
| | ||||||
* | Set branch to main on crowdin nightly push | Paul Frazee | 2025-02-20 | 1 | -0/+1 | |
| | ||||||
* | Fix bad indent | Paul Frazee | 2025-02-20 | 1 | -1/+1 | |
| | ||||||
* | Add crowdin nightly push (#7799) | Paul Frazee | 2025-02-20 | 2 | -1/+12 | |
| | | | | | * Update crowdin.yml to point to new enterprise endpoint * Update nightly crowdin action to push source strings to crowdin | |||||
* | Nightly source-language update | pfrazee | 2025-02-20 | 1 | -5/+5 | |
| | ||||||
* | makefile: bump nvm to use node 20 (#7324) | bnewbold | 2025-02-19 | 1 | -2/+2 | |
| | ||||||
* | Update intl:build to extract for all languages (#7787) | Paul Frazee | 2025-02-19 | 1 | -1/+1 | |
| | ||||||
* | improve car dialog styles (#7786) | Samuel Newman | 2025-02-19 | 1 | -2/+4 | |
| | ||||||
* | Nightly source-language update | pfrazee | 2025-02-19 | 1 | -473/+475 | |
| |