Skip to content
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

separate the user being edited from logged in user #83

Open
EvilProfesseur opened this issue May 3, 2024 · 1 comment
Open

separate the user being edited from logged in user #83

EvilProfesseur opened this issue May 3, 2024 · 1 comment
Assignees
Labels
bug Something isn't working frontend client-related issue

Comments

@EvilProfesseur
Copy link
Contributor

previously the frontend expected any user to be able to log in as either normal or godmode user. As these entities were separated frontend needs to keep track of the actual godmode user (SYSTEM) being logged in and any user they're currently editing.

this is likely easy to add just by modifying the currentUser selector and isGod selector logic.

@EvilProfesseur EvilProfesseur added bug Something isn't working frontend client-related issue labels May 3, 2024
@EvilProfesseur
Copy link
Contributor Author

mostly done, though requires a permament godmode users in DB. requires testing to make sure it's fine

@EvilProfesseur EvilProfesseur self-assigned this May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend client-related issue
Projects
None yet
Development

No branches or pull requests

1 participant