sample_rails_tailwind/app
songtianlun 5456e8ff91 feat: update header layout and add daisyUI
- Refactor header layout from a fixed to a responsive design using
  a navbar component.
- Integrate daisyUI for improved styling and utility classes.
- Ensure that all existing links and dropdown functionalities are
  preserved.
- Modify tailwind.config.js to include daisyUI plugin with
  appropriate theme settings.
- Update package.json to include daisyUI as a dev dependency.

This commit enhances the visual layout and user experience of the
header by making it responsive while streamlining component usage
with daisyUI, which also provides additional UI features.
This change ensures better usability across devices.
2025-01-16 21:02:06 +08:00
..
assets feat: add tailwindcss integration and demo page 2025-01-16 18:17:08 +08:00
controllers feat: add tailwindcss integration and demo page 2025-01-16 18:17:08 +08:00
helpers feat: add password reset functionality 2025-01-07 18:09:44 +08:00
javascript feat: add tailwindcss integration and demo page 2025-01-16 18:17:08 +08:00
jobs init sample-app 2024-12-29 17:12:54 +08:00
mailers chore: update default email in application mailer 2025-01-09 17:39:27 +08:00
models fix: improve email activation error handling 2025-01-08 18:00:25 +08:00
views feat: update header layout and add daisyUI 2025-01-16 21:02:06 +08:00