sample_rails_tailwind/app/views/kaminari
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
..
_first_page.html.erb refactor: replace list items with buttons in pagination 2025-01-17 15:22:13 +08:00
_gap.html.erb refactor: replace list items with buttons in pagination 2025-01-17 15:22:13 +08:00
_last_page.html.erb refactor: replace list items with buttons in pagination 2025-01-17 15:22:13 +08:00
_next_page.html.erb refactor: replace list items with buttons in pagination 2025-01-17 15:22:13 +08:00
_page.html.erb refactor: replace list items with buttons in pagination 2025-01-17 15:22:13 +08:00
_paginator.html.erb chore: remove unused jQuery and Bootstrap dependencies 2025-01-17 17:08:07 +08:00
_prev_page.html.erb refactor: replace list items with buttons in pagination 2025-01-17 15:22:13 +08:00