sample_rails_tailwind/app/views/layouts
songtianlun 81843f0c08
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
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
..
_footer.html.erb feat: add theme switching and toast notifications 2025-01-17 15:02:25 +08:00
_header.html.erb chore: remove unused jQuery and Bootstrap dependencies 2025-01-17 17:08:07 +08:00
_message.html.erb feat: add theme switching and toast notifications 2025-01-17 15:02:25 +08:00
_rails_default.html.erb feat: update asset management and add bundling tools 2025-01-02 14:45:44 +08:00
_shim.html.erb feat: add header and footer layout components 2024-12-30 17:54:42 +08:00
_theme_swap.html.erb feat: add theme switching and toast notifications 2025-01-17 15:02:25 +08:00
application.html.erb chore: remove unused jQuery and Bootstrap dependencies 2025-01-17 17:08:07 +08:00
mailer.html.erb init sample-app 2024-12-29 17:12:54 +08:00
mailer.text.erb init sample-app 2024-12-29 17:12:54 +08:00