Patryk Hegenberg
88cfe035e0
backend: frontend: add file load feature
...
added a feature to load existing json files and load the containing monsters
2023-12-15 15:38:43 +01:00
Patryk Hegenberg
206b5bb506
add everything necessary to be able to calculate skills interactive.
...
added new route to main to handle skill field update
added new handler to work with htmx requests for skill calculation
made skill fields readonly
adapted templates for reloading of skills only
2023-12-12 20:56:55 +01:00
Patryk Hegenberg
2d0d0697fb
change route handling to ServeMux for better performance and readability
2023-12-07 08:08:04 +01:00
Patryk Hegenberg
3a77eb1593
backend: frontend: cleaned up the codebase and added more logging for debuging
2023-12-06 17:24:33 +01:00
Patryk Hegenberg
309ade3e72
frontend: fix bugs according to monsterTable
2023-12-06 11:42:44 +01:00
Patryk Hegenberg
b82e138c4d
added content to about and contact page and added main-handler to achive spa-functionality
2023-12-06 09:12:49 +01:00
Patryk Hegenberg
d60d1df51e
add dark-mode and theme switcher
2023-12-06 08:38:23 +01:00
Patryk Hegenberg
b8b51f1870
frontend: add tableview to display added monsters
2023-12-05 12:47:57 +01:00
Patryk Hegenberg
2d3f1ef951
added logging
2023-12-04 11:14:37 +01:00
Patryk Hegenberg
a408e1487d
restructured and refactored codebase
...
For better code organisation the entire Codebase has been restructured and cleaned up. handlers have been separated into an own package, as well as the model.
2023-12-04 11:04:06 +01:00
Patryk Hegenberg
4dd9c18832
added a basic function to add multiple Monsters
2023-11-29 22:36:00 +01:00
Patryk Hegenberg
bf021090ab
seperate main template from monster form
2023-11-29 16:17:36 +01:00
Patryk Hegenberg
24c11cbd50
seperator forms.html into templates and improve page styling
2023-11-29 13:53:29 +01:00
Patryk Hegenberg
03040648f4
add json download on submit and improve styling
2023-11-24 22:35:09 +01:00
Patryk Hegenberg
bd3b2817f2
use go:embed to include forms.html into cpmpiled binary
2023-11-24 21:49:46 +01:00
Patryk Hegenberg
c251b553a1
init commit for ddServer
...
First commit with basic functionality for create a json-file from Input in the html form.
2023-11-24 20:28:31 +01:00