today_ai_weather/app/views
songtianlun 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
..
kaminari chore: remove unused jQuery and Bootstrap dependencies 2025-01-17 17:08:07 +08:00
layouts chore: remove unused jQuery and Bootstrap dependencies 2025-01-17 17:08:07 +08:00
password_resets feat: add password reset functionality 2025-01-08 11:44:42 +08:00
pwa init sample-app 2024-12-29 17:12:54 +08:00
sessions feat: add theme switching and toast notifications 2025-01-17 15:02:25 +08:00
shared fix: correct typos and improve logout link 2025-01-02 15:17:27 +08:00
static_pages chore: remove unused jQuery and Bootstrap dependencies 2025-01-17 17:08:07 +08:00
user_mailer fix: correct link_to syntax in account activation email 2025-01-08 17:39:46 +08:00
users refactor: replace list items with buttons in pagination 2025-01-17 15:22:13 +08:00