extract ClideAccordion widget, add arrowClockwise icon and codepoint CSV

ClideAccordion — shared accordion section with optional leading widget,
replaces private _AccordionSection in tickets and decisions views.

Phosphor arrowClockwise icon (0xe036) for refresh buttons. Full
codepoint reference CSV (1512 glyphs) at assets/fonts/phosphor/ for
icon lookup without external tools.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-04-24 10:49:52 +02:00
co-authored by Claude
parent 2d08c421ae
commit cf9a510e6c
4 changed files with 1566 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@
/// Flutter chrome widgets directly.
library;
export 'src/clide_accordion.dart';
export 'src/clide_button.dart';
export 'src/clide_column_hat.dart';
export 'src/clide_code_block.dart';