-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recovery Coremod #611
base: main
Are you sure you want to change the base?
Recovery Coremod #611
Conversation
uhhh yeah something something lint fix and recovery.
like i18n and another setting switch item ;3
changed state type
thanks to uwu pookie bear
used wildcards so I dont have to update classNames every reroll
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
startMainRecovery(); | ||
instance.setState({ error: null, info: null }); | ||
}}> | ||
Recover Discord |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i18n missing here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what to do here as I removed the other i18n string due to you saying you dont know what would happen with conflicts
} | ||
|
||
export async function startErrors(): Promise<void> { | ||
ReactErrors = await fetch(ReactErrorList).then((response) => response.json()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should also handle in case the fetch fails for some reason.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now what should this fallback be.
@12944qwerty figured it out :)
uhhh yeah something something lint fix and recovery.
DO NOT MERGE YET
Specifically made this pr for reviewing types.