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
main
dev
d807bd5
11 files changed (+583 additions, -9 deletions)
➕ 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)
app/apps/common/decorators/user.py
app/apps/common/views.py
app/apps/users/forms.py
app/apps/users/urls.py
app/apps/users/views.py
app/templates/includes/navbar.html
app/templates/includes/navbar/user_menu.html
app/templates/users/fragments/add.html
app/templates/users/fragments/edit.html
app/templates/users/fragments/list.html
app/templates/users/pages/index.html
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.