removed kanban from gitignore
This commit is contained in:
parent
e96b8e5563
commit
ffab9dc4da
28 changed files with 522 additions and 1 deletions
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
id: 22
|
||||
title: Fix convertGifsToPng extension + rename/fix log.xml
|
||||
status: done
|
||||
priority: low
|
||||
created: 2026-07-17T03:58:30.403935395+02:00
|
||||
updated: 2026-07-19T21:42:54.771387687+02:00
|
||||
started: 2026-07-19T21:42:54.772886896+02:00
|
||||
completed: 2026-07-19T21:42:54.772886896+02:00
|
||||
tags:
|
||||
- cleanup
|
||||
claimed_by: rain-raven
|
||||
claimed_at: 2026-07-19T21:42:54.771387687+02:00
|
||||
class: standard
|
||||
---
|
||||
|
||||
From framework review (docs/framework_review.md), P2-6/7. Two small fixes:
|
||||
1. convertGifsToPng produces cat.gif.png (appends .png instead of replacing .gif) — confusing filenames.
|
||||
2. Log writes HTML fragments (<div class="type">) into log.xml — not valid XML. Rename to log.html or emit proper XML.
|
||||
Loading…
Add table
Add a link
Reference in a new issue