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
If the user is logged in and looking at a page, there should be little 'edit' buttons next to the title and body.
If the button is hit, the title will turn into an text box and the 'edit' button into a 'save' and 'cancel' buttons.
The user can type in the new title, then hit 'enter' to save, or 'escape' to cancel, or use the two buttons.
The body will have a similar setup, but turn into a wysiywg editor.
Probably the buttons will just be like float: right; so they'll either wrap or not, but be pretty useable.
The text was updated successfully, but these errors were encountered:
matiu2
No branches or pull requests
If the user is logged in and looking at a page, there should be little 'edit' buttons next to the title and body.
If the button is hit, the title will turn into an text box and the 'edit' button into a 'save' and 'cancel' buttons.
The user can type in the new title, then hit 'enter' to save, or 'escape' to cancel, or use the two buttons.
The body will have a similar setup, but turn into a wysiywg editor.
Probably the buttons will just be like float: right; so they'll either wrap or not, but be pretty useable.
The text was updated successfully, but these errors were encountered: