← スキル一覧に戻る

k-list-panel
by lluistfc
Wow Addon - Records books/letters read via the default ItemTextFrame and provides a UI to re-read them
⭐ 0🍴 0📅 2026年1月24日
SKILL.md
name: k-list-panel description: > Left panel UI: Books/Locations tabs, async filtering (Iterator), sorting (ApplySort), pagination (PaginateArray), category system (All Books/Favorites/Recent), search bar, and row pooling. Use when working with list UI, debugging filters, or implementing similar list views. Triggers: list panel, Books tab, Locations tab, filtering, sorting, pagination, search.
List Panel UI (Left Side)
Knowledge for BookArchivist's left panel: Books/Locations tabs, filtering, sorting, pagination.
Quick Reference
| Feature | Module | Key Function |
|---|---|---|
| Filtering | UI_List_Filter.lua | RebuildFiltered() (async Iterator) |
| Sorting | UI_List_Sort.lua | ApplySort() (title/zone/firstSeen/lastSeen) |
| Pagination | UI_List_Pagination.lua | PaginateArray() (slice + boundaries) |
| Categories | Filter logic | __all__, __favorites__, __recent__ |
Critical: Filtering uses async Iterator (16ms budget) to prevent UI freeze.
Full Documentation
See: ../../.github/copilot-skills/7-list-panel.md
Contains:
- Books vs Locations tabs
- Category system (All Books, Favorites, Recent, Locations)
- Async filtering (Iterator, chunking)
- Filter state (search text, category ID, filter flags)
- Sort modes (title, zone, firstSeen, lastSeen)
- Pagination (page size, page navigation)
- Row pooling (reuse frames, avoid creation overhead)
- Search bar (real-time filtering)
スコア
総合スコア
70/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です