[PR #240] [MERGED] feat: user management screen; allow users to edit their profile #290

Closed
opened 2025-12-29 00:19:37 +01:00 by adam · 0 comments
Owner

📋 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: mainHead: dev


📝 Commits (1)

  • d807bd5 feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/eitchtee/WYGIWYH/pull/240 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 4/14/2025 **Status:** ✅ Merged **Merged:** 4/14/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (1) - [`d807bd5`](https://github.com/eitchtee/WYGIWYH/commit/d807bd5da37c090e5629fc3da7005a851d514a69) feat: user management screen; allow users to edit their profile ### 📊 Changes **11 files changed** (+583 additions, -9 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 00:19:37 +01:00
adam closed this issue 2025-12-29 00:19:37 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#290