about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* use the palette's font color in the composer (as string) (#2792)Hailey2024-02-081-1/+4
|
* use the palette's font color in the composer (#2791)Hailey2024-02-071-1/+1
| | | | | | | * use the palette's font color in the composer * correct type for cssproperties * log
* Hackfix to avoid creating identical profile objects during account creationPaul Frazee2024-02-071-0/+6
|
* 1.68Paul Frazee2024-02-0612-2474/+3606
|
* fix theme cross-tab write loop (#2774)Hailey2024-02-062-37/+49
| | | | | * don't write on onUpdate, memoize * refac useColorModeTheme
* Fix open-in-new-tab for TextLink (#2773)dan2024-02-061-0/+22
|
* Add missing word in ModerationDetails.tsx (#2753)surfdude292024-02-061-1/+1
|
* use ios live text interaction in alt text modal and image viewer (#2752)Hailey2024-02-062-0/+2
|
* Fix typo in ca/messages.po (#2754)surfdude292024-02-061-1/+1
|
* Variable translation broke the number of "following" in pt-BR (#2766)Maison da Silva2024-02-061-4/+4
| | | | | | | * Variable translation broke the number of "following" in pt-BR Variable translation broke the number of "following" in pt-BR * Update Date
* Refactor Home feed pager rendering logic (#2768)dan2024-02-063-81/+51
| | | | | * Use new persistence API for selected feed * Refactor Home feeds pager data source
* convert query to lowercase before performing search (#2770)Hailey2024-02-061-0/+1
|
* Fix lintPaul Frazee2024-02-061-1/+1
|
* Merge branch 'Pranith-Kanchan-link-cannot-in-Moderation' of ↵Paul Frazee2024-02-061-0/+1
|\ | | | | | | https://github.com/Pranith-Kanchan/social-app into Pranith-Kanchan-Pranith-Kanchan-link-cannot-in-Moderation
| * link in Moderation screen cannot be tapped #2745Pranith Kanchan2024-02-051-0/+1
| | | | | | | | link in Moderation screen cannot be tapped #2745
* | Display the language selection dialog correctly on web (#2719)Hailey2024-02-062-15/+37
| | | | | | | | | | | | | | | | | | * add event to callback * position translation button correctly based on press position * properly place the background * remove worthless comment
* | Prevent post meta misclicks in QT (#2701)dan2024-02-061-7/+9
| |
* | fix: remove list from pinned once deleted (#2705)Mary2024-02-061-1/+25
| |
* | Go back to autofocus and small ui tweakPaul Frazee2024-02-061-13/+1
| |
* | Cat on keyboardPaul Frazee2024-02-061-1/+0
| |
* | Merge branch 'fix/app-password-submit' of ↵Paul Frazee2024-02-061-9/+19
|\ \ | | | | | | | | | https://github.com/mary-ext/fork-bsky-app into mary-ext-fix/app-password-submit
| * | fix: submit app password on enterMary2024-02-011-9/+19
| | |
* | | Options for selecting dark theme, fix some white flashes when in dark mode ↵Hailey2024-02-0613-134/+197
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#2722) * add dark theme selection to settings/schema * use `useThemePrefs` where needed * adjust theme providers to support various themes * update storybook * handle web themes * better themeing for web * dont show dark theme prefs when color mode is light * drop the inverted text change on oled theme * get the color mode inside of `useColorModeTheme` * use `ThemeName` type everywhere * typo * use dim/dark instead of dark/oled * prevent any fickers on web * fix styles * use `dim` for dark default * more cleanup * 🤔 * set system background color * ts
* | | fix some youtube videos not properly loading (#2726)Hailey2024-02-062-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | * add player iframe to bskyweb * iframe for youtube content * update tests * ts error
* | | password flow improvements (#2730)Hailey2024-02-068-7/+448
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add button to skip sending reset code * add validation to reset code * comments * update test id * consistency sneak in - everything capitalized * add change password button to settings * create a modal for password change * change password modal * remove unused styles * more improvements * improve layout * change done button color * add already have a code to modal * remove unused prop * icons, auto add dash * cleanup * better appearance on android * Remove log * Improve error messages and add specificity to function names --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* | | Fix lintPaul Frazee2024-02-061-1/+4
| | |
* | | Merge branch 'main' of https://github.com/RonyVidaur/social-app into ↵Paul Frazee2024-02-061-4/+2
|\ \ \ | | | | | | | | | | | | RonyVidaur-main
| * | | formatRonyVidaur2024-02-031-4/+1
| | | |
| * | | enhance checkRonyVidaur2024-02-031-1/+1
| | | |
| * | | validate phone number based on countryRonyVidaur2024-02-031-4/+5
| | | |
* | | | fix web aux click on all browsers (#2633)Hailey2024-02-065-58/+44
| | | |
* | | | Long press external embed to share (#2621)Samuel Newman2024-02-051-2/+15
| | | | | | | | | | | | | | | | | | | | * long press external embed to share * use existing shareUrl function
* | | | Bump replies (#2604)Mary2024-02-051-3/+14
| | | | | | | | | | | | | | | | | | | | * fix: bump replies * refactor: only bump if not at 0
* | | | Move query augmentation to lower component (#2748)Samuel Newman2024-02-051-7/+9
| | | |
* | | | fix: listen for error event on image (#2736)Mary2024-02-051-0/+3
| | | |
* | | | fix scrolling in delete account modal (#2733)Hailey2024-02-051-12/+10
| | | |
* | | | Fix string in onboarding screen in fr/messages.po (#2720)surfdude292024-02-051-1/+1
| | | |
* | | | Chinese localization (#2668)Frudrax Cheng2024-02-055-0/+4444
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Chinese localization * fixed languages.ts typo * crosscheck with proofreading of translation * fixed messages.po string styles * a minor adjustment * Update Chinese localization * fixed a typo & modify the translation of handle * based on the latest messages.po translation * removed unused strings * based on the latest messages.po translation
* | | | Update Korean localization (#2664)Minseo Lee2024-02-051-154/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update messages.po * Update messages.po * Fix typo Co-authored-by: Hanee (임하은) <hanee_l@naver.com> * Update messages.po * Update messages.po * Update messages.po --------- Co-authored-by: Hanee (임하은) <hanee_l@naver.com>
* | | | Update Japanese localization to 1.67 (#2658)L-tan2024-02-051-89/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * reset headers * fill in untranslated message * unified "Following" Feed * Suggest wording tweak in StepAlgoFeeds/index.tsx (#2653) * Suggest wording tweak in StepAlgoFeeds/index.tsx * Update src/screens/Onboarding/StepAlgoFeeds/index.tsx --------- Co-authored-by: Eric Bailey <git@esb.lol> * Fix typos and suggested punctuation tweak in StepSuggestedAccounts/index.tsx (#2649) * Fix typos in StepSuggestedAccounts/index.tsx * suggested wording tweak * on second thought, 'some' again is redundant * update header * update translation * intl:extract * update messages * update revision date * modify by reveiew suggestions Co-authored-by: tkusano <tkusano@users.noreply.github.com> * modify by reveiew suggestions Co-authored-by: Hima-Zinn <Hima-Zinn@users.noreply.github.com> * unified "フォロー中フィード" Co-authored-by: Hima-Zinn <Hima-Zinn@users.noreply.github.com> * modify by reveiew suggestions Co-authored-by: noritada <noritada@users.noreply.github.com> * modify by reveiew suggestions Co-authored-by: noritada <noritada@users.noreply.github.com> * modify merge miss * Completes missing translations due to merging --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: tkusano <tkusano@users.noreply.github.com> Co-authored-by: Hima-Zinn <Hima-Zinn@users.noreply.github.com> Co-authored-by: noritada <noritada@users.noreply.github.com>
* | | | Only re-reg push noty token when account changes (#2654)Eric Bailey2024-02-051-6/+5
| | | |
* | | | Update pt-BR translation to 1.67 (#2652)Gildásio Filho2024-02-051-104/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update messages.po * Update messages.po * Update messages.po * Remove double escape character * Update revision date * Update messages.po * Fix typo
* | | | Remove dead code for pager (#2651)dan2024-02-056-35/+13
| | | |
* | | | Merge branch 'main' of github.com:bluesky-social/social-app into mainPaul Frazee2024-02-051-1/+1
|\ \ \ \
| * | | | Update Step3.tsx (#2638)Minseo Lee2024-02-051-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'main' of https://github.com/ivanbea/social-app into ivanbea-mainPaul Frazee2024-02-051-458/+410
|\ \ \ \ | |/ / / |/| | |
| * | | Update messages.poIvan Beà2024-01-261-18/+18
| | | | | | | | | | | | Apply @surfdude26 and @jordimas corrections
| * | | Update messages.poIvan Beà2024-01-261-3/+3
| | | |
| * | | Update messages.poIvan Beà2024-01-261-2/+2
| | | |
| * | | Update catalan localizationIvan Beà2024-01-261-385/+384
| | | | | | | | | | | | Update catalan localization