Commit Graph

7 Commits

Author SHA1 Message Date
448880ed91 add version to footer 2022-01-31 04:31:45 +03:00
963e84f792 api docs review 2022-01-21 02:30:34 +03:00
b2256784dd move header buttons into one row 2022-01-19 13:42:43 +03:00
dc882b74bf move modals to form validation 2022-01-19 03:04:59 +03:00
8a1d99b319 change sorting order 2022-01-17 05:19:56 +03:00
ced781bba2 migrate to anorm
I'm tired of ORM and would like to write clear sql requests. The
following wrappers were checked:
* doobie - cats api which is useless in this project
* scalike - can't work with sqlite at all
* anorm - awful api
* something also

Anorm fits more than any other my criteria so I migrated to it with
native hikaricp usage
2022-01-17 05:10:01 +03:00
eeb5178efc
migrate to bootstrap (#14) 2022-01-15 23:15:24 +03:00