feat(editor): Collapse button on table view (#16993)

This commit is contained in:
Suguru Inoue
2025-07-07 10:54:59 +02:00
committed by GitHub
parent bd8b7b468c
commit d3330b6bcc
13 changed files with 276 additions and 10 deletions

View File

@@ -44,6 +44,7 @@ import IconLucideChevronDown from '~icons/lucide/chevron-down';
import IconLucideChevronLeft from '~icons/lucide/chevron-left';
import IconLucideChevronRight from '~icons/lucide/chevron-right';
import IconLucideChevronUp from '~icons/lucide/chevron-up';
import IconLucideChevronsDownUp from '~icons/lucide/chevrons-down-up';
import IconLucideChevronsLeft from '~icons/lucide/chevrons-left';
import IconLucideChevronsUpDown from '~icons/lucide/chevrons-up-down';
import IconLucideCircle from '~icons/lucide/circle';
@@ -438,6 +439,8 @@ export const updatedIconSet = {
'chevron-right': IconLucideChevronRight,
'chevron-up': IconLucideChevronUp,
'chevrons-left': IconLucideChevronsLeft,
'chevrons-down-up': IconLucideChevronsDownUp,
'chevrons-up-down': IconLucideChevronsUpDown,
circle: IconLucideCircle,
'circle-alert': IconLucideCircleAlert,
'circle-check': IconLucideCircleCheck,