fix: orden dashboard + i18n HuDrafts + tipo Epic

- DashboardView: borradores antes de épicas, HuDrafts antes de tabla HUs
- DashboardView: skeletons eliminados
- DashboardView: fix duplicate const project (causaba ReferenceError)
- HuDrafts: i18n para tipos (Epic, Feature, Task, HU, Bug)
- HuDrafts: tipo Epic (E) agregado al selector
- i18n: +hierarchy section con labels en es/en
This commit is contained in:
2026-05-28 15:30:38 -05:00
parent 292b9844c6
commit dd9f76be6f
4 changed files with 105 additions and 122 deletions
+7
View File
@@ -318,6 +318,13 @@
"switchModel": "Switch model",
"settings": "Settings..."
},
"hierarchy": {
"epic": "Epic",
"hu": "HU",
"feature": "Feature",
"task": "Task",
"bug": "Bug"
},
"workitems": {
"unnamedEpic": "Epic {id}"
}