From 2a6d3a96d40ca425e661737fb4fc467b2040437b Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Thu, 2 Nov 2023 15:28:49 +0100 Subject: Add custom TODOs (#870) Co-authored-by: Lulonaut --- .../notenoughupdates/gui/customtodos/edit.xml | 122 +++++++++++++++++++++ .../notenoughupdates/gui/customtodos/overview.xml | 54 +++++++++ 2 files changed, 176 insertions(+) create mode 100644 src/main/resources/assets/notenoughupdates/gui/customtodos/edit.xml create mode 100644 src/main/resources/assets/notenoughupdates/gui/customtodos/overview.xml (limited to 'src/main/resources') diff --git a/src/main/resources/assets/notenoughupdates/gui/customtodos/edit.xml b/src/main/resources/assets/notenoughupdates/gui/customtodos/edit.xml new file mode 100644 index 00000000..9ccf71c2 --- /dev/null +++ b/src/main/resources/assets/notenoughupdates/gui/customtodos/edit.xml @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/assets/notenoughupdates/gui/customtodos/overview.xml b/src/main/resources/assets/notenoughupdates/gui/customtodos/overview.xml new file mode 100644 index 00000000..b1cb1521 --- /dev/null +++ b/src/main/resources/assets/notenoughupdates/gui/customtodos/overview.xml @@ -0,0 +1,54 @@ + + + + + + +
+ + + +
+ + + + + + + + + + + + + + + +
+
+
-- cgit