OpenCut/apps/web/src/components/ui
Maze Winther 42a6097293 feat: major editor overhaul (assets, properties, timeline, fonts)
Refactor editor core systems to standardize UI architecture and improve performance.

Assets & Properties:
- Replace monolithic property items with composable `Section` architecture.
- Add specialized sections for Transform, Blending, and Text.
- Implement `NumberField` with scrubbing and math evaluation.
- Add new ColorPicker with EyeDropper and multiple format support.
- Standardize asset panels using new `PanelView` layout.

Fonts & Stickers:
- Implement custom font atlas/sprite system for high-performance previews.
- Add virtualized FontPicker with search and favorites.
- Refactor stickers to use a provider-based architecture (icons, emoji, flags, shapes).
- Standardize sticker IDs to `provider:value` format.

Timeline & Interaction:
- Convert bookmarks to rich objects with notes, colors, and duration.
- Refactor drag-and-drop to use Command pattern (enabling proper undo/redo).
- Add Shift modifier to disable snapping during moves/resizes.
- Add new overlays for layout guides and text editing.

Renderer:
- Add support for multi-line text, custom line-height, and letter-spacing.
- Implement global composite operation (blend modes).
- Update sticker node to resolve dynamic provider IDs.

Infrastructure:
- Add storage migrations (v3->v6) for text weights, sticker IDs, and bookmarks.
- Update global styles and core UI components (Button, Input, Popover).
2026-02-22 17:10:50 +01:00
..
accordion.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
alert-dialog.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
alert.tsx feat: major editor overhaul (assets, properties, timeline, fonts) 2026-02-22 17:10:50 +01:00
aspect-ratio.tsx feat: add ultracite (#452) 2025-07-25 00:41:34 +03:00
avatar.tsx feat: major editor overhaul (assets, properties, timeline, fonts) 2026-02-22 17:10:50 +01:00
badge.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
breadcrumb.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
button.tsx feat: major editor overhaul (assets, properties, timeline, fonts) 2026-02-22 17:10:50 +01:00
calendar.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
card.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
carousel.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
chart.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
checkbox.tsx checkbox 2026-02-03 21:10:08 +01:00
collapsible.tsx feat: add ultracite (#452) 2025-07-25 00:41:34 +03:00
color-picker.tsx feat: major editor overhaul (assets, properties, timeline, fonts) 2026-02-22 17:10:50 +01:00
command.tsx refactor 2026-02-10 16:28:21 +01:00
context-menu.tsx feat: major editor overhaul (assets, properties, timeline, fonts) 2026-02-22 17:10:50 +01:00
dialog.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
drawer.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
dropdown-menu.tsx feat: major editor overhaul (assets, properties, timeline, fonts) 2026-02-22 17:10:50 +01:00
font-picker.tsx feat: major editor overhaul (assets, properties, timeline, fonts) 2026-02-22 17:10:50 +01:00
form.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
hover-card.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
input-otp.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
input-with-back.tsx feat: major editor overhaul (assets, properties, timeline, fonts) 2026-02-22 17:10:50 +01:00
input.tsx feat: major editor overhaul (assets, properties, timeline, fonts) 2026-02-22 17:10:50 +01:00
label.tsx refactor 2026-02-10 16:28:21 +01:00
menubar.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
navigation-menu.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
number-field.tsx feat: major editor overhaul (assets, properties, timeline, fonts) 2026-02-22 17:10:50 +01:00
pagination.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
phone-input.tsx feat: major editor overhaul (assets, properties, timeline, fonts) 2026-02-22 17:10:50 +01:00
popover.tsx feat: major editor overhaul (assets, properties, timeline, fonts) 2026-02-22 17:10:50 +01:00
progress.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
prose.tsx blog ui fixes 2026-02-07 23:14:31 +01:00
radio-group.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
react-markdown-wrapper.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
resizable.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
scroll-area.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
select.tsx feat: major editor overhaul (assets, properties, timeline, fonts) 2026-02-22 17:10:50 +01:00
separator.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
sheet.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
sidebar.tsx typescript error 2026-02-01 00:22:48 +01:00
skeleton.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
slider.tsx refactor 2026-02-10 16:28:21 +01:00
sonner.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
spinner.tsx feat: major editor overhaul (assets, properties, timeline, fonts) 2026-02-22 17:10:50 +01:00
split-button.tsx feat: major editor overhaul (assets, properties, timeline, fonts) 2026-02-22 17:10:50 +01:00
switch.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
table.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
tabs.tsx refactor 2026-02-10 16:28:21 +01:00
textarea.tsx feat: major editor overhaul (assets, properties, timeline, fonts) 2026-02-22 17:10:50 +01:00
toast.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
toggle-group.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
toggle.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00
tooltip.tsx codebase overhaul (#697) 2026-01-31 00:20:04 +01:00