We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After user is logged in with gitlab in #15 we have to show a page where user can see two buttons: "working" and "not-working"
When a button is pressed we have to change the current state of the user in Kira.Accounts.Entities.User
Kira.Accounts.Entities.User
Scope:
working
The text was updated successfully, but these errors were encountered:
@sobolevn what kind of web page should it be? Is there any example of how should it look like?
Sorry, something went wrong.
Just a button 🙂 Like <button>
<button>
You can use https://nostalgic-css.github.io/NES.css/ if you want to.
Okay, I would like to take this one
No branches or pull requests
After user is logged in with gitlab in #15 we have to show a page where user can see two buttons: "working" and "not-working"
When a button is pressed we have to change the current state of the user in
Kira.Accounts.Entities.User
Scope:
Kira.Accounts.Entities.User
to store the state (default isworking
)The text was updated successfully, but these errors were encountered: