diff --git a/dashboard/index.html b/dashboard/index.html
index f9e16f9..30115d2 100644
--- a/dashboard/index.html
+++ b/dashboard/index.html
@@ -741,9 +741,9 @@
.todo-item.done { opacity: 0.6; }
.todo-item.done .todo-text { text-decoration: line-through; }
.todo-checkbox {
- width: 20px;
- height: 20px;
- border: 2px solid var(--border-color);
+ width: 22px;
+ height: 22px;
+ border: 2px solid #6b7280;
border-radius: 4px;
cursor: pointer;
display: flex;
@@ -751,8 +751,9 @@
justify-content: center;
flex-shrink: 0;
transition: all 0.2s;
+ background: transparent;
}
- .todo-checkbox:hover { border-color: #8b5cf6; }
+ .todo-checkbox:hover { border-color: #8b5cf6; background: rgba(139, 92, 246, 0.1); }
.todo-checkbox.checked {
background: #8b5cf6;
border-color: #8b5cf6;
diff --git a/dashboard/issues.json b/dashboard/issues.json
index 5044313..b312735 100644
--- a/dashboard/issues.json
+++ b/dashboard/issues.json
@@ -1,5 +1,5 @@
{
- "lastUpdated": "2026-01-30T17:37:00.676Z",
+ "lastUpdated": "2026-02-02T11:25:18.119Z",
"programs": [
"ROACONT",
"ROAGEST",
@@ -14,6 +14,17 @@
"Altele"
],
"issues": [
+ {
+ "id": "ROA-002",
+ "title": "D406 - verificare SAFT account Id gol",
+ "description": "",
+ "program": "ROACONT",
+ "owner": "robert",
+ "priority": "urgent-important",
+ "status": "todo",
+ "created": "2026-02-02T11:25:18.115Z",
+ "deadline": "2026-02-02"
+ },
{
"id": "ROA-001",
"title": "D101: Mutare impozit precedent RD49→RD50",
diff --git a/dashboard/todos.json b/dashboard/todos.json
index 5dc56ae..36f7f48 100644
--- a/dashboard/todos.json
+++ b/dashboard/todos.json
@@ -1,5 +1,5 @@
{
- "lastUpdated": "2026-02-02T11:06:00Z",
+ "lastUpdated": "2026-02-02T11:26:11.628Z",
"items": [
{
"id": "prov-2026-02-02",
@@ -14,4 +14,4 @@
"createdAt": "2026-02-02T09:00:00Z"
}
]
-}
+}
\ No newline at end of file