chore(backlog): standardize task statuses to plain text
838de8edda49b1c36d312163e3bcadad0d96c91d
humdrum-tiv <45084903+humdrum-tiv@users.noreply.github.com> ยท 2026-09-04 08:39
parent 9657fa6e
chore(backlog): standardize task statuses to plain text Backlog.md's TUI (neo-neo-bblessed) miscounts double-width emoji as a single terminal cell, so every cell after a status glyph rendered one column off: stale characters from prior frames, panes bleeding through modals, and fields overwriting each other. Statuses are now Backlog / In progress / Paused / Done.
4 files changed
backlog/config.yml +2 โ2
@@ -1,6 +1,6 @@
project_name: "dots-cli"
-default_status: "๐ฆ Backlog"
-statuses: ["๐ฆ Backlog", "๐ข In progress", "๐ง Paused", "๐ Done"]
+default_status: "Backlog"
+statuses: ["Backlog", "In progress", "Paused", "Done"]
labels: []
date_format: yyyy-mm-dd
max_column_width: 20
- โ dots-auth-accepts-widget-tokens-as-valid.md +1 โ1
@@ -1,7 +1,7 @@
---
id: TASK-001
title: dots auth accepts widget tokens as valid
-status: "\U0001F7E6 Backlog"
+status: Backlog
assignee: []
created_date: '2026-07-30 01:23'
labels:
- โ Allow-24-00-as-range-end-in-time-syntax.md +1 โ1
@@ -1,7 +1,7 @@
---
id: TASK-002
title: 'Allow 24:00 as range end in time syntax'
-status: "\U0001F7E6 Backlog"
+status: Backlog
assignee: []
created_date: '2026-07-30 01:23'
labels:
- โ Follow-ups-in-Dots-repo-from-v1-review.md +1 โ1
@@ -1,7 +1,7 @@
---
id: TASK-003
title: Follow-ups in Dots repo from v1 review
-status: "\U0001F7E6 Backlog"
+status: Backlog
assignee: []
created_date: '2026-07-30 01:23'
labels: