From a5e353ef94fccf362f92011e59e1d7de5a5fee79 Mon Sep 17 00:00:00 2001 From: frissyn <62220201+frissyn@users.noreply.github.com> Date: Tue, 27 Dec 2022 22:05:18 +0000 Subject: [PATCH] :recycle:: refactor all templates to use vue, update tw config --- server/templates/_layouts/{default.html => default.vue} | 0 server/templates/credits.html | 1 - server/templates/credits.vue | 1 + server/templates/editor/editor.vue | 2 +- server/templates/editor/err/400.html | 1 - server/templates/editor/err/400.vue | 1 + server/templates/editor/err/401.html | 1 - server/templates/editor/err/401.vue | 1 + server/templates/editor/err/410.html | 1 - server/templates/editor/err/410.vue | 1 + server/templates/index.html | 1 - server/templates/index.vue | 1 + server/templates/theme.html | 1 - server/templates/theme.vue | 1 + tailwind.config.js | 2 +- 15 files changed, 8 insertions(+), 8 deletions(-) rename server/templates/_layouts/{default.html => default.vue} (100%) delete mode 100644 server/templates/credits.html create mode 100644 server/templates/credits.vue delete mode 100644 server/templates/editor/err/400.html create mode 100644 server/templates/editor/err/400.vue delete mode 100644 server/templates/editor/err/401.html create mode 100644 server/templates/editor/err/401.vue delete mode 100644 server/templates/editor/err/410.html create mode 100644 server/templates/editor/err/410.vue delete mode 100644 server/templates/index.html create mode 100644 server/templates/index.vue delete mode 100644 server/templates/theme.html create mode 100644 server/templates/theme.vue diff --git a/server/templates/_layouts/default.html b/server/templates/_layouts/default.vue similarity index 100% rename from server/templates/_layouts/default.html rename to server/templates/_layouts/default.vue diff --git a/server/templates/credits.html b/server/templates/credits.html deleted file mode 100644 index b6f010c..0000000 --- a/server/templates/credits.html +++ /dev/null @@ -1 +0,0 @@ -{% extends "_layouts/default.html" %}{% block content %}
The definitive and comprehensive savefile editor. Work in progress.
The definitive and comprehensive savefile editor. Work in progress.
Your savefile could not be read and parsed. This could be due to invalid XML syntax or file corruption. Select Create to start a new session.
{{ err }}
Your savefile could not be read and parsed. This could be due to invalid XML syntax or file corruption. Select Create to start a new session.
{{ err }}
Couldn't find your last editor session. Select Create to start a new one.
Couldn't find your last editor session. Select Create to start a new one.
Your last editing session has expired, make to save your files before leaving the site! Select Create to start a new one.
Your last editing session has expired, make to save your files before leaving the site! Select Create to start a new one.
The definitive and comprehensive savefile editor. Work in progress.
The definitive and comprehensive savefile editor. Work in progress.