Commit Graph

5 Commits

Author SHA1 Message Date
cblgh c7b7d2ebd1 ignore vim swap files 2021-03-16 14:08:12 +01:00
Henry e013a5604d meta fixes
* update gitignore
* dont commit testruns
* fix github actions script
2021-03-11 09:31:46 +01:00
Andre Staltz 0eb957dbb8
fix css flash-of-unstyled-content 2021-02-12 17:34:20 +02:00
Andre Staltz 8401472b8f
setup Tailwind css project in web/styles 2021-02-11 18:30:16 +02:00
Henry 830678c914 admindb: add migrations based on rubenv/sql-migrate
This removes the nasty need for creating the database manually.

Migrations are kept in an embedded filesystem, just like the templates
and assets for the web frontend. The same -tags dev trick applies for
them.
2021-02-09 16:49:48 +01:00