about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | use in-button spinner instead of activity indicatorSamuel Newman2024-03-191-3/+4
| | | |
| * | | fix merge issue (double hook)Samuel Newman2024-03-191-1/+0
| | | |
| * | | Merge remote-tracking branch 'origin/main' into samuel/alf-loginSamuel Newman2024-03-1973-4600/+4117
| |\ \ \
| * | | | Use ALF for signup flow, improve a11y of signup (#3151)Hailey2024-03-1921-809/+1060
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use ALF for signup flow, improve a11y of signup * adjust padding * rm log * org imports * clarify allowance of hyphens Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * fix a few accessibility items * Standardise date input across platforms (#3223) * make the date input consistent across platforms * integrate into new signup form * rm log * add transitions * show correct # of steps * use `FormError` * animate buttons * use `ScreenTransition` * fix android text overflow via flex -> flex_1 * change button color * (android) make date input the same height as others * fix deps * fix deps --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Samuel Newman <mozzius@protonmail.com>
| * | | | simplify gotoFormSamuel Newman2024-03-191-6/+8
| | | | |
| * | | | rm useless function wrapSamuel Newman2024-03-191-2/+1
| | | | |
| * | | | move FormError to components/formsSamuel Newman2024-03-194-3/+3
| | | | |
| * | | | Merge remote-tracking branch 'origin/main' into samuel/alf-loginSamuel Newman2024-03-19156-5172/+7309
| |\ \ \ \
| * | | | | translate errorSamuel Newman2024-03-151-1/+3
| | | | | |
| * | | | | scrollview persist taps, autoFocus codeSamuel Newman2024-03-152-1/+3
| | | | | |
| * | | | | animate transitions on web onlySamuel Newman2024-03-153-7/+13
| | | | | |
| * | | | | reenable set new password buttonSamuel Newman2024-03-151-2/+0
| | | | | |
| * | | | | run ticket through svgomgSamuel Newman2024-03-151-1/+1
| | | | | |
| * | | | | convert password reset flowSamuel Newman2024-03-1515-799/+802
| | | | | |
| * | | | | Merge remote-tracking branch 'origin/main' into samuel/alf-loginSamuel Newman2024-03-1522-110/+224
| |\ \ \ \ \
| * | | | | | fix collapsed input issueSamuel Newman2024-03-141-148/+157
| | | | | | |
| * | | | | | experiment: animate between screensSamuel Newman2024-03-131-1/+8
| | | | | | |
| * | | | | | alf the login formSamuel Newman2024-03-137-154/+169
| | | | | | |
| * | | | | | convert base login component and ChooseAccountFormSamuel Newman2024-03-136-330/+363
| | | | | | |
* | | | | | | use inlinelink instead of textlinkSamuel Newman2024-03-201-17/+10
| | | | | | |
* | | | | | | use alf for splashscreen (web)Samuel Newman2024-03-201-129/+86
| | | | | | |
* | | | | | | use alf for splashscreen (native)Samuel Newman2024-03-201-91/+56
| |_|_|_|/ / |/| | | | |
* | | | | | 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-194-4/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| | | | | |
* | | | | | Remove dead stylePaul Frazee2024-03-191-7/+0
| | | | | |
* | | | | | Merge branch 'web-fix-fonts-and-image-box' of ↵Paul Frazee2024-03-195-18/+75
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 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-174-30/+90
| | | | | | |
* | | | | | | 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
* | | | | | | Fix formattingPaul Frazee2024-03-192-3/+3
| | | | | | |
* | | | | | | Merge branch 'main' of ↵Paul Frazee2024-03-196-3/+4854
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/jaoler/Bluesky-app-Finnish-translations into jaoler-main
| * \ \ \ \ \ \ Merge branch 'bluesky-social:main' into mainJan-Olof Eriksson2024-03-1153-598/+1354
| |\ \ \ \ \ \ \
| * | | | | | | | 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