Commit Graph

4 Commits

Author SHA1 Message Date
646be909ec test: comment out unused assertions in site layout test
- Commented out assertions for about, help, and contact URLs.
- These assertions were previously checking links in the site layout test but may not be relevant for current testing purposes.
- This change helps to keep the test focused and definitions clear, reducing potential confusion with unused checks.
2025-01-18 14:13:07 +08:00
81843f0c08 chore: remove unused jQuery and Bootstrap dependencies
- Deleted the `add_jquery.js` file as jQuery is no longer needed.
- Removed references to Bootstrap from the Gemfile and package.json.
- Updated the application layout to reflect the removal of Bootstrap styles.
- Adjusted the paginator HTML to use a class that aligns with the new styling.

These changes streamline the asset pipeline by eliminating unused libraries,
which can improve load times and reduce potential security vulnerabilities.
The application now relies on alternative styling and JavaScript solutions.
2025-01-17 17:08:07 +08:00
712cd10894 style: standardize quotation marks and spacing
- Updated single quotes to double quotes for consistency
- Adjusted spacing in array definitions for better readability
- Ensured consistent use of quotes in flash messages and method parameters

These changes enhance the overall code style without altering any functionality.
2025-01-04 10:21:22 +08:00
02b7393ed4 add some test 2024-12-31 00:37:02 +08:00