Refactor and update components for improved parameter handling and UI enhancements
- Commented out unused imports and functions in preload.ts and utils.ts. - Updated package dependencies to latest versions in package.json and package-lock.json. - Refactored HomePage component to streamline parameter management and rendering logic. - Removed unnecessary state and effects in HomePage and AudioParameters components. - Enhanced OutputFormat component to correctly reference output format from parameters. - Deleted unused Settings component. - Introduced ProgressBar component for better visual feedback during processing. - Updated SideBar component to manage video processing state and parameters more effectively. - Cleaned up VideoParameters and Parameters components to utilize props for parameter management. - Added CSS for ProgressBar styling.
Loading
Please sign in to comment