From e7ef35277dd0b4bba5b3fb675d5eed3cd0f0fcb8 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 29 Dec 2025 11:44:57 -0800 Subject: refactor webui into templates --- src/main/resources/templates/directory-item.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/main/resources/templates/directory-item.html (limited to 'src/main/resources/templates/directory-item.html') diff --git a/src/main/resources/templates/directory-item.html b/src/main/resources/templates/directory-item.html new file mode 100644 index 0000000..391bcca --- /dev/null +++ b/src/main/resources/templates/directory-item.html @@ -0,0 +1,17 @@ +
+
+
+ +
+
+
{{displayName}}
+
+ {{fileCount}} files +
+
+
+ +
+
+ {{deleteButton}} +
\ No newline at end of file -- cgit v1.2.3