sample_rails_tailwind/app
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
..
assets feat: add header and footer layout components 2024-12-30 17:54:42 +08:00
controllers finish 2024-12-30 00:09:54 +08:00
helpers feat: add header and footer layout components 2024-12-30 17:54:42 +08:00
jobs 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
views feat: add header and footer layout components 2024-12-30 17:54:42 +08:00