camper/web/templates
jordi fita mas 1b923a9f65 Add add_campsite_type function and call it from Go with a proper form
This form has an “HTML field”, which is just a <textarea> but “improved”
with the use of Automattic’s isolated block editor[0], a repackaged
Gutenberg’s editor playground as full-featured multi-instance editor
that does not require WordPress.

I do not want to use Node to build this huge, over-engineered piece of …
software. Therefore, i downloaded the released “browser” package, and
added the required React bundle, like i do with HTMx.  This will hold
until i need a new custom block type; let’s hope i will not need it.

[0]: https://github.com/Automattic/isolated-block-editor
2023-08-04 19:59:58 +02:00
..
campsite/type Add add_campsite_type function and call it from Go with a proper form 2023-08-04 19:59:58 +02:00
dashboard.gohtml Get user from database based on cookie and serve login if not logged in 2023-07-26 01:50:39 +02:00
form.gohtml Add profile form, inside a user menu 2023-07-26 20:46:09 +02:00
htmx.gohtml Add profile form, inside a user menu 2023-07-26 20:46:09 +02:00
layout.gohtml Add add_campsite_type function and call it from Go with a proper form 2023-08-04 19:59:58 +02:00
login.gohtml Get user from database based on cookie and serve login if not logged in 2023-07-26 01:50:39 +02:00
profile.gohtml Allow users to update their profile images 2023-07-28 20:15:09 +02:00