-
Notifications
You must be signed in to change notification settings - Fork 112
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
[BUG] Themes are kind-of way too powerful... #53
Comments
By the way. DO NOT APPLY THIS ON YOUR MAIN ACCOUNT, I REPEAT. DO NOT APPLY THIS ON YOUR MAIN ACCOUNT |
NOTE: You can fix it by dispatching this in redux devtools for your account. (You must be logged in though.) {
type: 'auth/updatedUser',
payload: {
userId: "(your userid)",
partialUser: {
activeThemeId: "default",
}
}
} or going back in time using redux devtools then changing the theme back to normal. |
There could be a keep changes prompt after changing theme, like when you change screen resolution on Windows and it auto reverts after after 15 seconds. It would have inline styles so that |
Also if themes were saved to |
mhm yeah. that'd work better than using saving themes on the server rather then the client. |
You should make a official guild as well so people can talk about accord stuff & themes there |
|
Describe the bug
A clear and concise description of what the bug is.
Sooo. I made a theme that makes your acrd.app account unusable if you apply it.
To Reproduce
Steps to reproduce the behavior:
Screenshots
If applicable, add screenshots to help explain your problem.
On an alt
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
No.
The text was updated successfully, but these errors were encountered: