sample_rails_tailwind/app/views/users
songtianlun cf76756f55 feat: add user index page and update navigation
- Implement users index action in UsersController
- Create view for displaying all users with gravatar
- Update header to link to users index
- Add styles for user list display

This commit introduces a new feature that allows logged-in users to
view a list of all registered users. It includes necessary
controller actions, view templates, and styling to improve the
user interface.
2025-01-05 01:59:05 +08:00
..
_form.html.erb feat: add user profile editing functionality 2025-01-03 10:55:42 +08:00
edit.html.erb feat: add user profile editing functionality 2025-01-03 10:55:42 +08:00
index.html.erb feat: add user index page and update navigation 2025-01-05 01:59:05 +08:00
new.html.erb refactor: simplify user signup view 2025-01-05 01:41:45 +08:00
show.html.erb feat: add user registration functionality 2024-12-31 16:34:52 +08:00