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:
alexsparkes
2026-02-03 21:51:53 +00:00
parent d68b5c3d50
commit cfb9915a8b
36 changed files with 213 additions and 150 deletions

View File

@@ -1 +1,2 @@
bunx --bun commitlint --edit $1
#!/bin/sh
bunx --bun commitlint --edit "$1"