about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* sort imports for files related to this PRSamuel Newman2024-03-2017-118/+122
|
* Merge remote-tracking branch 'origin/main' into samuel/alf-loginSamuel Newman2024-03-203-1/+53
|\
| * Merge pull request #3189 from bluesky-social/samuel/sort-importsSamuel Newman2024-03-203-1/+53
| |\ | | | | | | Sort imports using eslint-plugin-simple-import-sort
| | * change error to warnSamuel Newman2024-03-191-2/+2
| | |
| | * forgot to save comment whoopsSamuel Newman2024-03-131-3/+2
| | |
| | * sort relative imports and move unprefixed onesSamuel Newman2024-03-131-5/+18
| | |
| | * add custom import orderSamuel Newman2024-03-131-1/+23
| | |
| | * Revert "run linter"Samuel Newman2024-03-13465-3900/+3478
| | | | | | | | | | | | This reverts commit 1512b5cf68e9e92801a894392569b444fd6af1d1.
| | * run linterSamuel Newman2024-03-12465-3478/+3900
| | |
| | * add and configure import sort pluginSamuel Newman2024-03-123-1/+19
| | |
* | | dismiss keyboard when opening dialogSamuel Newman2024-03-202-2/+3
| | |
* | | skip initial entering animation for loginSamuel Newman2024-03-201-1/+4
| | |
* | | login form back button goes to chooseaccount conditionallySamuel Newman2024-03-201-1/+3
| | |
* | | rm extra atomSamuel Newman2024-03-201-1/+0
| | |
* | | remove unnecessary group componentSamuel Newman2024-03-201-33/+17
| | |
* | | add logEvent that got lost in merge from mainSamuel Newman2024-03-201-0/+5
| | |
* | | Merge remote-tracking branch 'origin/main' into samuel/alf-loginSamuel Newman2024-03-2062-10733/+29965
|\| |
| * | Run intl:extract (again)Paul Frazee2024-03-1914-2145/+2145
| | |
| * | Merge branch 'main' of github.com:bluesky-social/social-app into mainPaul Frazee2024-03-192-2/+13
| |\ \
| | * | [Statsig] Track active time (#3289)dan2024-03-192-2/+13
| | | |
| * | | Merge branch 'main' of github.com:bluesky-social/social-app into mainPaul Frazee2024-03-1910-48/+98
| |\| |
| | * | [Statsig] Track login/logout (#3286)dan2024-03-1910-48/+98
| | | | | | | | | | | | | | | | | | | | * [Statsig] Track login/logout * Fix missing attribution
| * | | Run intl:extractPaul Frazee2024-03-1914-10168/+24592
| |/ /
| * | Set keyboardDismisMode to interactive on the report dialog (#3288)Paul Frazee2024-03-193-4/+16
| | |
| * | [Statsig] Track feed refresh (#3283)dan2024-03-193-2/+19
| | |
| * | Various e2e test fixes (#3284)Paul Frazee2024-03-1910-19/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Just use the first picture every time * Add missing testIDs * Various test fixes * Use simplified link fetcher for e2e * Disable tests for now-n * Update test-env creation
| * | use different labels for `porn` and `sexual` (#3282)Hailey2024-03-192-5/+9
| | | | | | | | | | | | | | | * use different labels for `porn` and `sexual` * newline
| * | Fix detection of !no-unauthenticated (#3279)Paul Frazee2024-03-192-2/+4
| | |
| * | Fix typo in tagMenuSearchByUser (#3181)cdfzo2024-03-191-1/+1
| | |
| * | Bump sdk for mute words updates (#3277)Eric Bailey2024-03-192-5/+5
| | |
| * | Merge branch 'alexkuz-web-fix-fonts-and-image-box' into mainPaul Frazee2024-03-197-29/+79
| |\ \
| | * | Remove dead stylePaul Frazee2024-03-191-7/+0
| | | |
| | * | Merge branch 'web-fix-fonts-and-image-box' of ↵Paul Frazee2024-03-197-22/+79
| |/| | | | | | | | | | | | | | https://github.com/alexkuz/social-app into alexkuz-web-fix-fonts-and-image-box
| | * | remove scrollbar gutter for Chrome when body scroll is lockedAlexander K2024-03-171-0/+2
| | | |
| | * | Add 'Liberation Sans' font for FireFox on Linux; lightbox buttons adjustmentsAlexander K2024-03-176-34/+94
| | | |
| * | | Prevent linking to post from an embed in composer (#3275)Hailey2024-03-191-1/+1
| | | |
| * | | Track notification open (#3274)dan2024-03-192-0/+3
| | | |
| * | | Update Ukrainian translation (#2951)Dovgonosyk2024-03-191-853/+563
| | | | | | | | | | | | Co-authored-by: Ukrainians <github-actions@github.com>
| * | | Fix typos and clarify two `accessibilityHint`s (#2923)surfdude292024-03-193-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clarify accessibilityHint in Settings * Fix typo in ModerationMutedAccounts.tsx * Fix typo in ModerationBlockedAccounts.tsx * fix lint error in ModerationMutedAccounts.tsx * try again * fix lint error in index.tsx * try again * Update index.tsx * Update index.tsx --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
| * | | [Statsig] Include OS and track app state changes (#3273)dan2024-03-192-1/+21
| | | | | | | | | | | | | | | | | | | | * Include platform in identify * Track back/foregrounding
| * | | Merge branch 'jaoler-main' into mainPaul Frazee2024-03-197-3/+4855
| |\ \ \
| | * | | Fix formattingPaul Frazee2024-03-192-3/+3
| | | | |
| | * | | Merge branch 'main' of ↵Paul Frazee2024-03-197-3/+4855
| |/| | | | | | | | | | | | | | | | | | https://github.com/jaoler/Bluesky-app-Finnish-translations into jaoler-main
| | * | | Merge branch 'bluesky-social:main' into mainJan-Olof Eriksson2024-03-1170-753/+1720
| | |\ \ \
| | * | | | Add files via uploadJan-Olof Eriksson2024-03-041-1/+1
| | | | | |
| | * | | | Update messages.poJan-Olof Eriksson2024-03-041-287/+479
| | | | | | | | | | | | | | | | | | Updated latest strings
| | * | | | Update messages.poJan-Olof Eriksson2024-03-041-1054/+1055
| | | | | |
| | * | | | Update messages.poJan-Olof Eriksson2024-03-041-1057/+1056
| | | | | | | | | | | | | | | | | | Updated new strings
| | * | | | Merge branch 'bluesky-social:main' into mainJan-Olof Eriksson2024-03-0443-502/+1274
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'bluesky-social:main' into mainJan-Olof Eriksson2024-02-29131-1712/+7094
| | |\ \ \ \ \