]> OzVa Git service - delta-velorum/commit
Build updater for TS & start of admin page template
authorMax Value <greenwoodw50@gmail.com>
Mon, 30 Mar 2026 14:46:58 +0000 (15:46 +0100)
committerMax Value <greenwoodw50@gmail.com>
Mon, 30 Mar 2026 14:46:58 +0000 (15:46 +0100)
commit4d90450a994ff720ab8fd39d284f5eafd825f6a1
tree9f54bcf9ee932c67945867913558fcc2cdf38c8c
parentf39c221f5e37e7bb8433c7815bd499dca42f00c8
Build updater for TS & start of admin page template
16 files changed:
.gitignore
director/__init__.py
director/src/price.ts [new file with mode: 0644]
director/src/text.ts [new file with mode: 0644]
director/src/title.ts [deleted file]
director/src/update.ts
director/static/style.css [new file with mode: 0644]
director/templates/admin.html [new file with mode: 0644]
director/templates/admin/list.html [new file with mode: 0644]
director/templates/admin/number.html [new file with mode: 0644]
director/templates/admin/select.html [new file with mode: 0644]
director/templates/admin/text.html [new file with mode: 0644]
director/templates/admin/textarea.html [new file with mode: 0644]
director/templates/index.html
requirements.txt
tsconfig.json