mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-15 05:33:26 +01:00
[PR #240] [MERGED] feat: user management screen; allow users to edit their profile #290
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/eitchtee/WYGIWYH/pull/240
Author: @eitchtee
Created: 4/14/2025
Status: ✅ Merged
Merged: 4/14/2025
Merged by: @eitchtee
Base:
main← Head:dev📝 Commits (1)
d807bd5feat: user management screen; allow users to edit their profile📊 Changes
11 files changed (+583 additions, -9 deletions)
View changed files
➕
app/apps/common/decorators/user.py(+78 -0)📝
app/apps/common/views.py(+2 -1)📝
app/apps/users/forms.py(+264 -1)📝
app/apps/users/urls.py(+20 -0)📝
app/apps/users/views.py(+94 -7)📝
app/templates/includes/navbar.html(+5 -0)📝
app/templates/includes/navbar/user_menu.html(+5 -0)➕
app/templates/users/fragments/add.html(+11 -0)➕
app/templates/users/fragments/edit.html(+11 -0)➕
app/templates/users/fragments/list.html(+85 -0)➕
app/templates/users/pages/index.html(+8 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.