Go to file
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
cmd/camper Allow users to update their profile images 2023-07-28 20:15:09 +02:00
debian Add correct dependencies for camper-sqitch 2023-07-31 16:20:13 +02:00
deploy Add add_campsite_type function and call it from Go with a proper form 2023-08-04 19:59:58 +02:00
pkg Add add_campsite_type function and call it from Go with a proper form 2023-08-04 19:59:58 +02:00
po Add add_campsite_type function and call it from Go with a proper form 2023-08-04 19:59:58 +02:00
revert Add add_campsite_type function and call it from Go with a proper form 2023-08-04 19:59:58 +02:00
test Add add_campsite_type function and call it from Go with a proper form 2023-08-04 19:59:58 +02:00
verify Add add_campsite_type function and call it from Go with a proper form 2023-08-04 19:59:58 +02:00
web Add add_campsite_type function and call it from Go with a proper form 2023-08-04 19:59:58 +02:00
.gitignore Add the skeleton of the web application 2023-07-23 00:11:00 +02:00
Makefile Add Debian package 2023-07-27 20:00:08 +02:00
demo.sql Use HTTP Host to establish the request’s company 2023-08-03 20:21:21 +02:00
go.mod Add the skeleton of the web application 2023-07-23 00:11:00 +02:00
go.sum Add the skeleton of the web application 2023-07-23 00:11:00 +02:00
sqitch.conf Add empty Sqitch configuration anq plan files 2023-07-20 23:43:23 +02:00
sqitch.plan Add add_campsite_type function and call it from Go with a proper form 2023-08-04 19:59:58 +02:00