A logged-in user can toggle an edit/view mode.
toggle-edit-mode.mov
When a logged-in user create/edit a post, he can preview the post before submitting.
post-preview.mov
Aside from the blog page which as its own way of sorting posts based on creation/edition date, the other posts can be moved to other positions within the page.
posts-order.mov
For the user with owner role, there is a dedicated page to add/remove admin users
An admin user can edit/delete all posts
An owner user is an admin who can add/remove admin roles
CLicking on the user google avatar shows the profile of the user.
It shows the number of created/edited posts, a list of all the contributions, the roles etc.
user-profile.mov
We use malli schemas to verify the form inputs so we do not send wrong data to the server.
form-inputs-validation.mov
The website is responsive and display properly on mobile devices.