You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use shared button style constants (e86399f)
Add reusable button style constants (BUTTON_GROUP_CONTAINER_CLASS, BUTTON_BASE_CLASS, BUTTON_ACTIVE_CLASS, BUTTON_INACTIVE_CLASS) and refactor WorkspaceControlsPanel to replace many duplicated inline button/group classes with those constants. The change centralizes and normalizes button/group styling across poster/backdrop/thumbnail/logo/quality/ranking controls and updates a few 'Auto' and preset buttons to use the new base/inactive classes. No functional logic changes—only CSS class consolidation and minor class tweaks for consistency. Full Changelog: v0.4.62...v0.4.63