camper/pkg/form
jordi fita mas e726bde025 Replace admin’s campsite map with a booking grid
Customer told us that they are used to a view of the booking status of
each campsite in the form of a grid: each campsite is a row, and each
day a column; bookings are show as boxes from the first day to the last
day on the corresponding campsite’s row.

I do not yet show the booking boxes, but at least now i have the grid
and date selector form in place.

In the form i would need a couple of input[type=month], but this is not
yet supported in Firefox and Safari. According to MDN, one common way
to bypass that problem is to have two fields, one for the month and the
other for the year; i just did that, but had to create a new input type
in the `form` package just for this.
2024-04-19 11:29:52 +02:00
..
checkbox.go Add the Active field to the campsite type’s edit form and function 2023-08-14 11:43:58 +02:00
file.go Add cover media to campsite types 2023-09-10 03:04:18 +02:00
handle.go Add the edit form for services 2023-09-25 20:10:33 +02:00
input.go Handle null strings in I18nInput.FillArray 2024-01-26 22:31:11 +01:00
media.go Manage all media uploads in a single place 2023-09-21 01:56:44 +02:00
month.go Replace admin’s campsite map with a booking grid 2024-04-19 11:29:52 +02:00
select.go Handle the booking cart entirely with HTMx 2024-02-10 03:49:44 +01:00
validator.go Handle the booking cart entirely with HTMx 2024-02-10 03:49:44 +01:00