mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-02 04:02:20 +00:00
fix: code quality improvements across codebase
- Fix STL export comma operator bug (originalURL was silently discarded) - Remove redundant null checks, identical branches in CameraManager - Simplify ViewHelperManager.visibleViewHelper boolean assignment - Remove redundant inner length check in AnimationManager - Extract calculateLetterbox helper to deduplicate aspect-ratio calcs - Add explicit return types to ComfyApi public methods - Extract registerAuthHook helper in extensionService - Extract prepareConfigureData in litegraphService - Rename NeverNever to OmitNeverProps for clarity - Rename progressBarBackground.ts to useProgressBarBackground.ts - Move tooltipConfig.ts to utils/ (not a composable) - Remove restating comments and formulaic docstrings - Add missing return type to getStorageValue - Remove unnecessary runtime validation in deprecated gridUtil - Simplify updateControlWidgetLabel and ControlsManager zoom narrowing Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -32,7 +32,7 @@ import { useI18n } from 'vue-i18n'
|
||||
|
||||
import JobHistoryActionsMenu from '@/components/queue/JobHistoryActionsMenu.vue'
|
||||
import Button from '@/components/ui/button/Button.vue'
|
||||
import { buildTooltipConfig } from '@/composables/useTooltipConfig'
|
||||
import { buildTooltipConfig } from '@/utils/tooltipConfig'
|
||||
|
||||
defineProps<{
|
||||
headerTitle: string
|
||||
|
||||
Reference in New Issue
Block a user