Commit Graph

8 Commits

Author SHA1 Message Date
leo 942987002f
signin.tmpl: change msg [skip ci] 2023-06-04 12:00:44 +02:00
leo 06c2c79aa8
singin.tmpl: improve form
All checks were successful
continuous-integration/drone/push Build is passing
* add limits to inputs
* signify with CSS when the input is incorrect
* rebuild tailwind
2023-05-29 14:57:13 +02:00
leo e2a29fa692
handlers,tmpl: render+log signin better errors
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-28 22:47:10 +02:00
leo 15918d4cd7
tmpls: set required attr for form fields
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-15 18:37:34 +02:00
leo 0efb419d56
tmpl,just: process SVGs with svgo
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-08 23:42:27 +02:00
leo 4f697282cf
templates: align footer with the main container
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-07 00:12:37 +02:00
leo 946360e489
signin.tmpl: reorder attrs [skip ci] 2023-04-28 00:47:20 +02:00
leo f129606b8f
add bulk changes
All checks were successful
continuous-integration/drone/push Build is passing
* add handlers for signin,singup,logout...
* introduce ent ORM and add user schema
* add live mode, devel mode to selectively turn on features via
  config/flags
* add templates, handle embedding moar smarter:
  * live mode uses live folder structure, else embedded templates are
    used
* start using tailwindcss to style stuff
* add development goodies for hot-reloading (browser-sync - bs.js)
* pimp-up config.dhall with actual custom config Type (enables remote
  schema and local values only as needed)
* add justfile (alternative to makefile for process automation)
2023-04-13 00:07:08 +02:00