diff --git a/frontend/taskdeck-web/src/components/board/CardModal.vue b/frontend/taskdeck-web/src/components/board/CardModal.vue index 6a5b941a4..7d1099f17 100644 --- a/frontend/taskdeck-web/src/components/board/CardModal.vue +++ b/frontend/taskdeck-web/src/components/board/CardModal.vue @@ -285,13 +285,13 @@ onBeforeUnmount(() => {
-
+
-

Edit Card

+

Edit Card

-

+

Current: {{ formattedDueDate }} (Overdue)

-
+
-
-
@@ -387,7 +387,7 @@ onBeforeUnmount(() => {
-
-
-

Comments

+
+

Comments

-
+
No comments yet.
@@ -445,11 +445,11 @@ onBeforeUnmount(() => {
-
- {{ comment.authorUsername }} +
+ {{ comment.authorUsername }} {{ new Date(comment.createdAt).toLocaleString() }} (edited) @@ -457,14 +457,14 @@ onBeforeUnmount(() => {
-
-
+
+

Created: {{ new Date(card.createdAt).toLocaleString() }}

Last updated: {{ new Date(card.updatedAt).toLocaleString() }}

-
+
Loading capture provenance...
-
@@ -595,7 +595,7 @@ onBeforeUnmount(() => { @@ -603,7 +603,7 @@ onBeforeUnmount(() => { @@ -611,7 +611,7 @@ onBeforeUnmount(() => { @click="handleSave" :disabled="!isFormValid" type="button" - class="px-4 py-2 text-sm font-medium text-white bg-blue-600 hover:bg-blue-700 disabled:bg-gray-400 disabled:cursor-not-allowed rounded-md transition-colors" + class="px-4 py-2 text-sm font-medium text-on-primary-container bg-primary-container hover:brightness-110 disabled:opacity-40 disabled:cursor-not-allowed rounded-md transition-all" > Save Changes diff --git a/frontend/taskdeck-web/src/components/board/ColumnEditModal.vue b/frontend/taskdeck-web/src/components/board/ColumnEditModal.vue index 0b4ebbead..c480246e0 100644 --- a/frontend/taskdeck-web/src/components/board/ColumnEditModal.vue +++ b/frontend/taskdeck-web/src/components/board/ColumnEditModal.vue @@ -89,13 +89,13 @@ useEscapeToClose(() => props.isOpen, handleClose)
-
+
-

Edit Column

+

Edit Column

@@ -186,7 +186,7 @@ useEscapeToClose(() => props.isOpen, handleClose) @click="handleSave" :disabled="!isFormValid()" type="button" - class="px-4 py-2 text-sm font-medium text-white bg-blue-600 hover:bg-blue-700 disabled:bg-gray-400 disabled:cursor-not-allowed rounded-md transition-colors" + class="px-4 py-2 text-sm font-medium text-on-primary-container bg-primary-container hover:brightness-110 disabled:opacity-40 disabled:cursor-not-allowed rounded-md transition-all" > Save Changes diff --git a/frontend/taskdeck-web/src/components/board/FilterPanel.vue b/frontend/taskdeck-web/src/components/board/FilterPanel.vue index d5b0a0584..21534747a 100644 --- a/frontend/taskdeck-web/src/components/board/FilterPanel.vue +++ b/frontend/taskdeck-web/src/components/board/FilterPanel.vue @@ -80,12 +80,12 @@ const hasActiveFilters = computed(() => {