From 36fdcd77baa679b038fa4fcad2705bf14c0445d1 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Mon, 6 Oct 2025 08:50:41 +0200 Subject: [PATCH] preparing for task archival --- frontend/src/routes/project/Kanban.svelte | 1 + web/src/main/resources/web/css/default.css | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/frontend/src/routes/project/Kanban.svelte b/frontend/src/routes/project/Kanban.svelte index 4a253d1..64883eb 100644 --- a/frontend/src/routes/project/Kanban.svelte +++ b/frontend/src/routes/project/Kanban.svelte @@ -195,4 +195,5 @@ {/each} {/each} +
{t('archive')}
{/if} \ No newline at end of file diff --git a/web/src/main/resources/web/css/default.css b/web/src/main/resources/web/css/default.css index 29840e6..2fad6a5 100644 --- a/web/src/main/resources/web/css/default.css +++ b/web/src/main/resources/web/css/default.css @@ -363,3 +363,21 @@ a.wikilink{ } } + + + + + + +.archive { + position: fixed; + top: 10px; + right: 10px; + width: 250px; + height: 40px; + z-index: 100; + border-radius: 5px; + background: black; + text-align: center; + border: 1px solid; +} \ No newline at end of file