sample_rails_tailwind/app/views
songtianlun 9ce9feafb7 feat: update layouts and styles
- Update the footer layout to include copyright information and navigation links
- Improve the header layout with a responsive theme switcher
- Configure Tailwind CSS to use light and dark themes

This change enhances the project's user interface and user experience by providing a more visually appealing and responsive design. It includes updates to the footer and header layouts, making it easier for users to navigate the site. Additionally, it configures Tailwind CSS to use light and dark themes, allowing users to customize their experience to suit their preferences.
2025-01-16 21:02:13 +08:00
..
kaminari feat: add pagination to user index view 2025-01-05 17:50:33 +08:00
layouts feat: update layouts and styles 2025-01-16 21:02:13 +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