numerus/web/template
jordi fita mas 5717a5b9ed Put new invoice and edit invoice forms into a dialog
In this case i have to use the same id for the dialog content in all
pages because, for now, there are a couple of forms that need to replace
it on submit—the new/edit form and the product selection form.

Unfortunately, HTMx does not have support for `formaction` attribute at
this point, so i had to use the workaround described in [0].

[0] https://github.com/bigskysoftware/htmx/issues/623
2023-03-31 13:01:26 +02:00
..
contacts Boost contact’s tag links to update <main> with the filtered list 2023-03-27 09:40:24 +02:00
invoices Put new invoice and edit invoice forms into a dialog 2023-03-31 13:01:26 +02:00
products Boost the products’ section links and forms 2023-03-27 09:44:04 +02:00
app.gohtml Add a SnackBar to show HTMx errors 2023-03-25 01:56:26 +01:00
dashboard.gohtml Show the profile form in a dialog using HTMx 2023-03-20 13:09:52 +01:00
form.gohtml Use .String in hidden-field template, so that it works for TagsField too 2023-03-28 10:01:41 +02:00
login.gohtml Use a “proper” struct for the login form 2023-02-01 11:02:32 +01:00
main.gohtml Add the <title> element for the “main” boosted pages 2023-03-26 13:57:24 +02:00
modal.gohtml Show the profile form in a dialog using HTMx 2023-03-20 13:09:52 +01:00
profile.gohtml Show the profile form in a dialog using HTMx 2023-03-20 13:09:52 +01:00
tax-details.gohtml Show the tax details form in a dialog using HTMx 2023-03-21 11:58:54 +01:00
web.gohtml Add custom function to get the current locale from templates 2023-01-31 15:45:51 +01:00