sample_rails_tailwind/test
songtianlun a91fc8f729 feat: add header and footer layout components
- Implement header and footer partials for better layout
- Create a full_title helper method for dynamic page titles
- Update application layout to use new header and footer
- Add typography styles for improved text presentation

These changes enhance the overall structure of the application by
introducing reusable header and footer components, which improves
maintainability. The full_title helper method allows for dynamic
titles across different pages, providing a consistent user
experience. Additionally, typography styles have been added to
improve readability and aesthetics.
2024-12-30 17:54:42 +08:00
..
controllers feat: add header and footer layout components 2024-12-30 17:54:42 +08:00
fixtures/files init sample-app 2024-12-29 17:12:54 +08:00
helpers init sample-app 2024-12-29 17:12:54 +08:00
integration init sample-app 2024-12-29 17:12:54 +08:00
mailers init sample-app 2024-12-29 17:12:54 +08:00
models init sample-app 2024-12-29 17:12:54 +08:00
system init sample-app 2024-12-29 17:12:54 +08:00
application_system_test_case.rb init sample-app 2024-12-29 17:12:54 +08:00
test_helper.rb finish 2024-12-30 00:09:54 +08:00