sample_rails_tailwind/app
songtianlun 0335ef4ed6 refactor: replace list items with buttons in pagination
- Changed pagination elements from <li> to <button> for better accessibility.
- Updated the paginator structure to use a <div> instead of <ul>.
- Ensured that all pagination links are now buttons, improving the user experience.

These changes enhance the semantic structure of the pagination, making it more intuitive and accessible for users, especially those using assistive technologies.
2025-01-17 15:22:13 +08:00
..
assets refactor: replace list items with buttons in pagination 2025-01-17 15:22:13 +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 chore: remove flowbite dependency 2025-01-17 15:06:51 +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 refactor: replace list items with buttons in pagination 2025-01-17 15:22:13 +08:00