-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat: minimal theme and inline editing #93
Conversation
Pushed a commit that supports the inline editing feature directly on the public page with the following algorithm:
Technical-wise, I've modified the |
Note: I'm about to force push to this branch a rebased version with a couple of my own commits on top. The commit hash before force pushing ( for recovery purposes if necessary is eeeb0c9 ). |
OK, this doesn't fix inline editing for custom domains yet I don't think, but it gets things basically up and running, and even if there are edge cases where inline editing doesn't work, it will always display the profile contents. Known edge cases:
I'm just going to merge this now to unblock things and we can fix the remaining issues in separate PRs. |
Added the first theme for the public page, a
minimal
theme.