Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | animate login spinner | Samuel Newman | 2024-03-19 | 2 | -1/+5 | |
| | | | | | ||||||
| * | | | | use in-button spinner instead of activity indicator | Samuel Newman | 2024-03-19 | 1 | -3/+4 | |
| | | | | | ||||||
| * | | | | fix merge issue (double hook) | Samuel Newman | 2024-03-19 | 1 | -1/+0 | |
| | | | | | ||||||
| * | | | | Merge remote-tracking branch 'origin/main' into samuel/alf-login | Samuel Newman | 2024-03-19 | 83 | -4705/+4440 | |
| |\ \ \ \ | ||||||
| * | | | | | Use ALF for signup flow, improve a11y of signup (#3151) | Hailey | 2024-03-19 | 25 | -809/+1064 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 gotoForm | Samuel Newman | 2024-03-19 | 1 | -6/+8 | |
| | | | | | | ||||||
| * | | | | | rm useless function wrap | Samuel Newman | 2024-03-19 | 1 | -2/+1 | |
| | | | | | | ||||||
| * | | | | | move FormError to components/forms | Samuel Newman | 2024-03-19 | 4 | -3/+3 | |
| | | | | | | ||||||
| * | | | | | Merge remote-tracking branch 'origin/main' into samuel/alf-login | Samuel Newman | 2024-03-19 | 178 | -5209/+7582 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | translate error | Samuel Newman | 2024-03-15 | 1 | -1/+3 | |
| | | | | | | | ||||||
| * | | | | | | scrollview persist taps, autoFocus code | Samuel Newman | 2024-03-15 | 2 | -1/+3 | |
| | | | | | | | ||||||
| * | | | | | | animate transitions on web only | Samuel Newman | 2024-03-15 | 3 | -7/+13 | |
| | | | | | | | ||||||
| * | | | | | | reenable set new password button | Samuel Newman | 2024-03-15 | 1 | -2/+0 | |
| | | | | | | | ||||||
| * | | | | | | run ticket through svgomg | Samuel Newman | 2024-03-15 | 2 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | convert password reset flow | Samuel Newman | 2024-03-15 | 16 | -799/+803 | |
| | | | | | | | ||||||
| * | | | | | | Merge remote-tracking branch 'origin/main' into samuel/alf-login | Samuel Newman | 2024-03-15 | 23 | -111/+225 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | fix collapsed input issue | Samuel Newman | 2024-03-14 | 1 | -148/+157 | |
| | | | | | | | | ||||||
| * | | | | | | | experiment: animate between screens | Samuel Newman | 2024-03-13 | 1 | -1/+8 | |
| | | | | | | | | ||||||
| * | | | | | | | alf the login form | Samuel Newman | 2024-03-13 | 7 | -154/+169 | |
| | | | | | | | | ||||||
| * | | | | | | | convert base login component and ChooseAccountForm | Samuel Newman | 2024-03-13 | 6 | -330/+363 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #3294 from bluesky-social/samuel/alf-splash | Samuel Newman | 2024-03-20 | 2 | -234/+149 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | Use ALF for Splashscreen | |||||
| * | | | | | | | use inlinelink instead of textlink | Samuel Newman | 2024-03-20 | 1 | -17/+10 | |
| | | | | | | | | ||||||
| * | | | | | | | use alf for splashscreen (web) | Samuel Newman | 2024-03-20 | 1 | -129/+86 | |
| | | | | | | | | ||||||
| * | | | | | | | use alf for splashscreen (native) | Samuel Newman | 2024-03-20 | 1 | -91/+56 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #3189 from bluesky-social/samuel/sort-imports | Samuel Newman | 2024-03-20 | 3 | -1/+53 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Sort imports using eslint-plugin-simple-import-sort | |||||
| * | | | | | | change error to warn | Samuel Newman | 2024-03-19 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | forgot to save comment whoops | Samuel Newman | 2024-03-13 | 1 | -3/+2 | |
| | | | | | | | ||||||
| * | | | | | | sort relative imports and move unprefixed ones | Samuel Newman | 2024-03-13 | 1 | -5/+18 | |
| | | | | | | | ||||||
| * | | | | | | add custom import order | Samuel Newman | 2024-03-13 | 1 | -1/+23 | |
| | | | | | | | ||||||
| * | | | | | | Revert "run linter" | Samuel Newman | 2024-03-13 | 465 | -3900/+3478 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1512b5cf68e9e92801a894392569b444fd6af1d1. | |||||
| * | | | | | | run linter | Samuel Newman | 2024-03-12 | 465 | -3478/+3900 | |
| | | | | | | | ||||||
| * | | | | | | add and configure import sort plugin | Samuel Newman | 2024-03-12 | 3 | -1/+19 | |
| | | | | | | | ||||||
* | | | | | | | Run intl:extract (again) | Paul Frazee | 2024-03-19 | 14 | -2145/+2145 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'main' of github.com:bluesky-social/social-app into main | Paul Frazee | 2024-03-19 | 2 | -2/+13 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [Statsig] Track active time (#3289) | dan | 2024-03-19 | 2 | -2/+13 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge branch 'main' of github.com:bluesky-social/social-app into main | Paul Frazee | 2024-03-19 | 10 | -48/+98 | |
|\| | | | | | | | ||||||
| * | | | | | | | [Statsig] Track login/logout (#3286) | dan | 2024-03-19 | 10 | -48/+98 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Statsig] Track login/logout * Fix missing attribution | |||||
* | | | | | | | | Run intl:extract | Paul Frazee | 2024-03-19 | 14 | -10168/+24592 | |
|/ / / / / / / | ||||||
* | | | | | | | Set keyboardDismisMode to interactive on the report dialog (#3288) | Paul Frazee | 2024-03-19 | 3 | -4/+16 | |
| | | | | | | | ||||||
* | | | | | | | [Statsig] Track feed refresh (#3283) | dan | 2024-03-19 | 3 | -2/+19 | |
| | | | | | | | ||||||
* | | | | | | | Various e2e test fixes (#3284) | Paul Frazee | 2024-03-19 | 10 | -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) | Hailey | 2024-03-19 | 2 | -5/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * use different labels for `porn` and `sexual` * newline | |||||
* | | | | | | | Fix detection of !no-unauthenticated (#3279) | Paul Frazee | 2024-03-19 | 2 | -2/+4 | |
| | | | | | | | ||||||
* | | | | | | | Fix typo in tagMenuSearchByUser (#3181) | cdfzo | 2024-03-19 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Bump sdk for mute words updates (#3277) | Eric Bailey | 2024-03-19 | 2 | -5/+5 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'alexkuz-web-fix-fonts-and-image-box' into main | Paul Frazee | 2024-03-19 | 7 | -29/+79 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove dead style | Paul Frazee | 2024-03-19 | 1 | -7/+0 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge branch 'web-fix-fonts-and-image-box' of ↵ | Paul Frazee | 2024-03-19 | 7 | -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 locked | Alexander K | 2024-03-17 | 1 | -0/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Add 'Liberation Sans' font for FireFox on Linux; lightbox buttons adjustments | Alexander K | 2024-03-17 | 6 | -34/+94 | |
| | | | | | | | |