feat(web/menu): initial list menu design

Highly subject to change
This commit is contained in:
Luke
2022-07-26 15:35:22 +02:00
committed by Luke
parent e1bc9a5015
commit 303d81c196
6 changed files with 136 additions and 15 deletions

View File

@@ -10,6 +10,7 @@ charset = utf-8
trim_trailing_whitespace = true
indent_size = 2
indent_style = space
max_line_length = 120
[*.lua]
indent_size = 4