issues Search Results · language:Dune language:JavaScript language:JavaScript language:HTML linked:pr language:JavaScript
Filter by
2.3M results
Acceptance Criteria
- Scoreboard reflects padel rules accurately.
- UI is intuitive, responsive, and visually polished.
- Reset/new match controls work reliably.
- All new logic is covered by ...
enhancement
What is broken?
The article content sanitizer (scripts/sync-articles.js) blocks the SVG sub-elements
animate/set/use/image/feImage/discard/mpath, but it does not block the SVG paint-server / reference-container ...
security
概要
ガントチャートの初期表示は現状、一番古い月から表示されている。読み込み時に「今日」がビューの中央に来るよう横スクロール位置を調整したい。
要件
- 初回 renderGantt 後、#ganttWrap の scrollLeft を「今日」がビューポート中央に来る位置へ設定する
- 既存の todayOffset(daysBetween(min, today))と DAY_W を用いて算出できる ...
enhancement
概要
現状、タスクを削除すると元に戻せない。誤削除に対する救済手段を用意する。
要件(いずれか)
- 削除直後に「元に戻す」トースト/ボタンを表示し、1回分のUndoができる(推奨)
- もしくは簡易な操作履歴(Undo/Redo)の導入
補足
- 親タスク削除時は子タスクも巻き込まれる(既存挙動)。Undoでは子タスクごと復元すること。
- 最小実装としては「直前の削除のみ元に戻す」で十分。 ...
enhancement
Someone reported anonymously:
Website URL
https://koncernit.kk.dk
What browser are u using?
Firefox 152.0
Version
1.1.9
Issue type
General
Notes
Broken scrollbar
Anonymous request
V1.1.9
Website request
Probleme identificate
1. Position rand 0-based
Rândurile din comandă sunt numerotate 0, 1, 2 în loc de 1, 2, 3.
Cauza: enumerate(items_in) fără start=1 în _apply_items.
Fix: enumerate(items_in, start=1) ...
What is broken?
The article content sanitizer (scripts/sync-articles.js, unsafeContentPatterns) blocks the active-embedding elements
object, embed, applet, and iframe (grouped as the active-content / ...
security
What is broken?
The content sanitizer blocks the landmark elements nav/aside/main/header/footer (#1297), search (#1284), and the
sectioning elements section/article (#1305), but it does NOT block address. ...
security
Description
The Hogwarts Quiz HTML structure contains minor semantic and accessibility issues that can impact maintainability,
validator compliance, and assistive technology support.
Examples include: ...
概要
各タスクに1行程度の備考を残せる列を追加する。例: 対応するIssueのURLを貼る、短いメモを残す。
要件
- tasks[] の各要素に note(文字列)を追加
- テーブルに「備考」列を追加(1行テキスト入力)
- JSON入出力・CSV出力に note を反映
- 既存データ(note なし)でも壊れないこと(後方互換)
依存・関連
- JSON/CSVの入出力に手を入れるため、保留中の「CSV出力を派生値優先に揃える」整理(PR ...
enhancement

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.