mirror of
https://github.com/mue/mue.git
synced 2026-07-18 06:24:17 +02:00
Refactor and update various components and styles
- Added shebang to commit-msg.sh for better script execution. - Updated Dockerfile to use a specific version of the bun image. - Improved logging format in SafariWebExtensionHandler.swift for better readability. - Simplified CSS variable for text color in Style.css. - Refactored ViewController.swift to enhance readability and maintainability. - Improved conditional checks in ModalTopBar.jsx and Tooltip.jsx for better clarity. - Updated SCSS files to use comments consistently and removed redundant lines. - Enhanced error handling and background loading logic in backgroundLoader.js. - Refactored useBackgroundEvents.js and useBackgroundLoader.js for better readability. - Cleaned up quicklinks components and utilities for improved code quality. - Added empty error.scss file for future styling. - Updated toast.scss and index.scss with consistent comment styles. - Improved number formatting logic in formatNumber.js for better clarity.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM oven/bun:latest
|
||||
FROM oven/bun:1.1.42
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user