]> danix's work - danix.xyz-2.git/commitdiff
feat: add i18n keys for article stats widget, mark TODO items complete
authorDanilo M. <redacted>
Tue, 28 Apr 2026 19:09:14 +0000 (21:09 +0200)
committerDanilo M. <redacted>
Tue, 28 Apr 2026 19:09:14 +0000 (21:09 +0200)
TODO.md
i18n/en.yaml
i18n/it.yaml

diff --git a/TODO.md b/TODO.md
index 89fd74c62a31a3188a06888a5151c0f009fed768..7f19220ebf32480faf809edc056ba24c3aca6069 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -1,12 +1,16 @@
 # danix.xyz TODO List
 
+## Urgent
+- [✅] missing related articles logic in sidebar for articles
+- [✅] article stats in sidebar (Author, number of words, reading time, thumbnail, etc.)
+
+## no top priority
+- [ ] lazy loading in list view should honor the article side (not all from left)
 - [⏳] Content review (correct post type, fix thumbnails, metadata, etc.)
-- [✅] Related Articles widget in sidebar.
 - [✅] social sharing sidebar widget
 - [✅] titles redesign (mono font // Title)
 - [✅] Sidebar widgets redesign (no box, mono font "# Title")
 - [✅] Footer redesign (3-column, social badges, fortune cookie, tech badges, etc.)
-- [✅] related articles debug
 - [✅] shortcodes cleanup (remove duplicates)
 - [✅] Search functionality
 - [✅] Open Graph meta tags for social sharing
@@ -21,8 +25,8 @@
 - [✅] remove article type labels from static pages
 - [✅] Create accessibility badges component (WCAG 2.1 AA, Keyboard Accessible, Screen Reader Compatible)
 - [✅] Add badges to footer with links to A11Y-AUDIT-REPORT.md
-- [ ] theme and content should live on two separate git repos
-- [ ] Add accessibility section to About page
+- [] theme and content should live on two separate git repos
+- [] Add accessibility section to About page
 
 ### Optional Enhancements
 - [ ] Analytics (privacy-respecting)
index f46474811b23a35cca537630289838a08e332eed..89b9b22460a76744cdc5a59e4ce0836b5f688ce6 100644 (file)
@@ -44,6 +44,8 @@ updated: "Updated"
 readingTime: "reading time"
 min: "min"
 author: "Author"
+words: "words"
+articleStats: "article"
 category: "Category"
 categories: "Categories"
 tag: "Tag"
index 438eb8abb37ef0a5fed26fb6a2b574b8ec8c0ce1..c1df1ada99309520afebe9cedf4ab98fba524c39 100644 (file)
@@ -44,6 +44,8 @@ updated: "Aggiornato"
 readingTime: "tempo di lettura"
 min: "min"
 author: "Autore"
+words: "parole"
+articleStats: "articolo"
 category: "Categoria"
 categories: "Categorie"
 tag: "Tag"