Project chronological date: YMD admin, month/year public, sort/recent

- Serialize and save project.date as date-only YYYY-MM-DD (no TZ drift)
- Admin label + hint; projects list shows Date column
- Home Recent and portfolio date sort use project.date (nulls last)
- Public display stays month+year / year-only via safe formatters
This commit is contained in:
2026-08-01 11:50:17 -04:00
parent ee4412d911
commit bf2732c936
10 changed files with 126 additions and 18 deletions
+9
View File
@@ -181,6 +181,15 @@ h4 {
min-height: 120px;
resize: vertical;
}
&__hint {
margin: 0;
font-size: 0.78rem;
color: var(--text-dim);
text-transform: none;
letter-spacing: 0;
line-height: 1.35;
}
}
.badge {