today_ai_weather/app/controllers
songtianlun cafe820a64 feat: add tailwindcss integration and demo page
- Add tailwindcss-rails gem to Gemfile
- Create application.tailwind.css for Tailwind styles
- Update Procfile.dev for Tailwind CSS watch command
- Add demo action and view for showcasing features
- Update application layout to use Tailwind CSS classes
- Refactor footer and header for improved styling

This commit introduces Tailwind CSS for styling the application, enhancing the UI with utility-first CSS. A new demo page is also added to showcase the application features.
2025-01-16 18:17:08 +08:00
..
concerns init sample-app 2024-12-29 17:12:54 +08:00
account_activations_controller.rb fix: correct user activation and password reset logic 2025-01-08 10:14:36 +08:00
application_controller.rb add static pages 2024-12-29 17:22:48 +08:00
password_resets_controller.rb style: format strings in password resets controller 2025-01-09 17:22:32 +08:00
sessions_controller.rb feat: add account activation feature 2025-01-06 18:38:39 +08:00
static_pages_controller.rb feat: add tailwindcss integration and demo page 2025-01-16 18:17:08 +08:00
users_controller.rb fix: change flash message type for errors 2025-01-08 17:52:45 +08:00