sample_rails_tailwind/app/views
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
..
kaminari feat: add pagination to user index view 2025-01-05 17:50:33 +08:00
layouts feat: update header layout and add daisyUI 2025-01-16 21:02:06 +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 password reset functionality 2025-01-07 18:09:44 +08:00
shared fix: correct typos and improve logout link 2025-01-02 15:17:27 +08:00
static_pages feat: add tailwindcss integration and demo page 2025-01-16 18:17:08 +08:00
user_mailer fix: correct link_to syntax in account activation email 2025-01-08 17:39:46 +08:00
users feat: add user deletion functionality 2025-01-05 18:27:13 +08:00