fix: drop unused imports and reorder in SettingsPanel
Removes MAX_PLAYBACK_SPEED and DEFAULT_WEBCAM_SIZE_PRESET (TS6133) and runs biome's organize-imports to satisfy the Lint check. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -53,6 +53,7 @@ import ColorPicker from "../ui/color-picker";
|
|||||||
import { AnnotationSettingsPanel } from "./AnnotationSettingsPanel";
|
import { AnnotationSettingsPanel } from "./AnnotationSettingsPanel";
|
||||||
import { BlurSettingsPanel } from "./BlurSettingsPanel";
|
import { BlurSettingsPanel } from "./BlurSettingsPanel";
|
||||||
import { CropControl } from "./CropControl";
|
import { CropControl } from "./CropControl";
|
||||||
|
import { parseCustomPlaybackSpeedInput } from "./customPlaybackSpeed";
|
||||||
import {
|
import {
|
||||||
DEFAULT_CURSOR_SETTINGS,
|
DEFAULT_CURSOR_SETTINGS,
|
||||||
DEFAULT_EDITOR_LAYOUT_SETTINGS,
|
DEFAULT_EDITOR_LAYOUT_SETTINGS,
|
||||||
@@ -61,7 +62,6 @@ import {
|
|||||||
DEFAULT_SOURCE_DIMENSIONS,
|
DEFAULT_SOURCE_DIMENSIONS,
|
||||||
DEFAULT_WEBCAM_SETTINGS,
|
DEFAULT_WEBCAM_SETTINGS,
|
||||||
} from "./editorDefaults";
|
} from "./editorDefaults";
|
||||||
import { parseCustomPlaybackSpeedInput } from "./customPlaybackSpeed";
|
|
||||||
import { KeyboardShortcutsHelp } from "./KeyboardShortcutsHelp";
|
import { KeyboardShortcutsHelp } from "./KeyboardShortcutsHelp";
|
||||||
import type {
|
import type {
|
||||||
AnnotationRegion,
|
AnnotationRegion,
|
||||||
@@ -79,8 +79,6 @@ import type {
|
|||||||
ZoomFocusMode,
|
ZoomFocusMode,
|
||||||
} from "./types";
|
} from "./types";
|
||||||
import {
|
import {
|
||||||
MAX_PLAYBACK_SPEED,
|
|
||||||
DEFAULT_WEBCAM_SIZE_PRESET,
|
|
||||||
MAX_ZOOM_SCALE,
|
MAX_ZOOM_SCALE,
|
||||||
MIN_ZOOM_SCALE,
|
MIN_ZOOM_SCALE,
|
||||||
ROTATION_3D_PRESET_ORDER,
|
ROTATION_3D_PRESET_ORDER,
|
||||||
|
|||||||
Reference in New Issue
Block a user