about summary refs log tree commit diff
path: root/src/view/com/auth
Commit message (Collapse)AuthorAgeFilesLines
* Leverage jsx transform to remove unnecessary react imports and update eslint ↵Paul Coroneos2024-11-193-3/+1
| | | | | | | | | config (#6516) * update eslint config with jsx runtime * leverage jsx transform to remove unnecessary react imports and update eslint config * run yarn lint --fix to remove eslint disables related to react/prop-types that is now disabled
* Sort imports (#6009)dan2024-10-292-7/+9
| | | | | * Mark import sort/order/style rules as error * npm run lint -- --fix
* fix splash screen (#5997)Samuel Newman2024-10-291-0/+1
|
* Logged out improvments (#5771)Samuel Newman2024-10-171-28/+32
| | | | | | | | | | | | | | | | | * fetch all accounts in one go * delete unused component * add safeareaview to logged out layout * add safe area insets to LoggedOut view * add safe area insets to the error boundary * sanitize displaynames/handles * use button for X * increase spacing
* Show download button for Apple (#5671)Hailey2024-10-101-1/+7
|
* Ensure app clip works even with `starter-pack` (#5664)Hailey2024-10-091-0/+14
|
* [Sheets] [Pt. 1] Root PR (#5557)Hailey2024-10-041-5/+1
| | | | | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com> Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: dan <dan.abramov@gmail.com> Co-authored-by: Hailey <me@haileyok.com>
* Remove Segment (#5518)Hailey2024-09-271-4/+1
|
* Fix weird button wrapping on splash (#5507)Eric Bailey2024-09-262-10/+6
| | | | | * Fix weird button wrapping on splash * Web
* Edit self hosting copy (#5469)Eric Bailey2024-09-251-4/+9
| | | | | | | * Edit self hosting copy * Tweak * Tweak
* [Neue] Font weights (#5442)Eric Bailey2024-09-202-10/+5
| | | | | | | * Align all font weights * Only load necessary fonts * Also comment out from hook
* Remove native_pwi_disabled (#4896)Eric Bailey2024-08-081-48/+2
| | | | | * Remove native_pwi_disabled * Remove search button
* Add labels to a few missing places (#4838)Eric Bailey2024-07-251-3/+10
|
* Remove search from disabled PWI state (#4723)Eric Bailey2024-07-031-1/+6
|
* Starter Packs (#4332)Hailey2024-06-211-22/+20
| | | | | | | Co-authored-by: Dan Abramov <dan.abramov@gmail.com> Co-authored-by: Paul Frazee <pfrazee@gmail.com> Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Add kawaii mode (#3773)Samuel Newman2024-05-011-4/+9
|
* Remove old old onboarding (#3674)Eric Bailey2024-04-238-1180/+0
|
* Remove vertical scrollbars from views on native (#3429)Hailey2024-04-122-21/+25
| | | | | | | | | | | | | * remove vertical scrollbars * add to a few missing lists * gate this change * use `hide_vertical_scroll_indicators` * fix gate lint * fix bool
* PWI improvements (#3489)Paul Frazee2024-04-123-280/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Enable home and feeds on the PWI * Add global SigninDialog to drive useRequireAuth() * Tweak desktop styles * Make the logo in leftnav PWI a clickable home link * Add label * Improve dialog on web * Fix query key * Go to home after signout from settings screen * Filter out feeds from the discover listing for logged out users which are known to break without auth * Update profile header follow/subscribe to give signin prompt * Show profile feeds tabs on pwi * Add language selector to account creation footer and pwi left nav desktop --------- Co-authored-by: dan <dan.abramov@gmail.com>
* Enforce that text is wrapped in <Text>, remaining cases (#3421)dan2024-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | | * Toggle.Button -> Toggle.ButtonWithText * Simplify Prompt.Cancel/Action * Move lines down for better diff * Remove ButtonWithText * Simplify types * Enforce Button/ButtonText nesting * Add suggested wrapper in linter error * Check <Trans> ancestry too * Also check literals * Rm ts-ignore
* Remove special cases for some buttons with text (#3412)dan2024-04-051-2/+6
| | | | | | | | | | | * Toggle.Button -> Toggle.ButtonWithText * Simplify Prompt.Cancel/Action * Move lines down for better diff * Remove ButtonWithText * Simplify types
* Enforce Text suffix for Text-rendering components (#3407)dan2024-04-042-15/+15
| | | | | | | | | | | * Rm unused * Add Text suffix to Title/Description * Add Text suffix to text components * Add Text suffix to props * Validate Text components returns
* Sign In -> Sign inSamuel Newman2024-03-213-8/+9
|
* Mods UI fixes (#3296)Eric Bailey2024-03-212-18/+19
| | | | | * Fix report dialog buttons on Android by adjusting styles * Dry up label pref comp
* [Statsig] Onboarding and routing events (#3302)dan2024-03-211-15/+20
|
* Merge pull request #3217 from bluesky-social/samuel/alf-loginSamuel Newman2024-03-2017-2601/+9
|\ | | | | Use ALF for login & signup flow
| * Move some things aroundEric Bailey2024-03-204-542/+0
| |
| * StepInfo tweaksEric Bailey2024-03-201-61/+29
| |
| * dismiss keyboard when opening dialogSamuel Newman2024-03-201-1/+1
| |
| * Merge remote-tracking branch 'origin/main' into samuel/alf-loginSamuel Newman2024-03-196-15/+34
| |\
| * | Use ALF for signup flow, improve a11y of signup (#3151)Hailey2024-03-198-801/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * | Merge remote-tracking branch 'origin/main' into samuel/alf-loginSamuel Newman2024-03-192-7/+7
| |\ \
| * | | convert password reset flowSamuel Newman2024-03-154-605/+0
| | | |
| * | | Merge remote-tracking branch 'origin/main' into samuel/alf-loginSamuel Newman2024-03-151-2/+5
| |\ \ \
| * | | | alf the login formSamuel Newman2024-03-132-299/+1
| | | | |
| * | | | convert base login component and ChooseAccountFormSamuel Newman2024-03-133-330/+8
| | | | |
* | | | | 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
| | | | |
* | | | | [Statsig] Track login/logout (#3286)dan2024-03-192-5/+13
| |_|_|/ |/| | | | | | | | | | | | | | | * [Statsig] Track login/logout * Fix missing attribution
* | | | Merge branch 'patch-3' of https://github.com/quiple/social-app into ↵Paul Frazee2024-03-197-16/+35
|\ \ \ \ | | | | | | | | | | | | | | | quiple-patch-3
| * \ \ \ Merge remote-tracking branch 'upstream/main' into patch-3Minseo Lee2024-03-192-7/+7
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'bluesky-social:main' into patch-3Minseo Lee2024-03-141-2/+5
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'bluesky-social:main' into patch-3Minseo Lee2024-03-101-25/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'main' into patch-3Minseo Lee2024-02-272-3/+3
| |\ \ \ \
| * \ \ \ \ Merge branch 'bluesky-social:main' into patch-3Minseo Lee2024-02-243-34/+116
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'bluesky-social:main' into patch-3Minseo Lee2024-02-222-5/+5
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'main' into patch-3Minseo Lee2024-02-198-524/+434
| |\ \ \ \ \ \ \
| * | | | | | | | Mark more texts for localizationMinseo Lee2024-02-148-17/+36
| | | | | | | | |
* | | | | | | | | Use consistent avatar shape/defaults for labelers (#3257)Eric Bailey2024-03-191-1/+5
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add type: labeler to easy spots * Search and ProfileCard * Filter out of suggested follows * ComposeReplyTo * PReviewable avatar in posts * Lists * PostMeta * Notifications * Autocomplete * Straggler * Bump sdk