sample_rails_tailwind/app/views
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
..
kaminari refactor: replace list items with buttons in pagination 2025-01-17 15:22:13 +08:00
layouts feat: add theme switching and toast notifications 2025-01-17 15:02:25 +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 theme switching and toast notifications 2025-01-17 15:02:25 +08:00
shared fix: correct typos and improve logout link 2025-01-02 15:17:27 +08:00
static_pages feat: enhance layout responsiveness and style 2025-01-17 00:01:13 +08:00
user_mailer fix: correct link_to syntax in account activation email 2025-01-08 17:39:46 +08:00
users refactor: replace list items with buttons in pagination 2025-01-17 15:22:13 +08:00