[PR #45] [MERGED] Add a way to delete a user #510

Closed
opened 2026-02-27 08:17:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/45
Author: @nitnelave
Created: 9/24/2021
Status: Merged
Merged: 9/24/2021
Merged by: @nitnelave

Base: mainHead: delete_user


📝 Commits (2)

  • 770cff7 graphql: Add a method to delete a user
  • f18d37b app: Add a component to delete a user

📊 Changes

9 files changed (+262 additions, -24 deletions)

View changed files

📝 app/index.html (+4 -0)
app/queries/delete_user.graphql (+5 -0)
app/src/components/delete_user.rs (+156 -0)
📝 app/src/components/mod.rs (+1 -0)
📝 app/src/components/user_table.rs (+70 -24)
📝 app/src/infra/mod.rs (+1 -0)
app/src/infra/modal.rs (+16 -0)
📝 schema.graphql (+1 -0)
📝 server/src/infra/graphql/mutation.rs (+8 -0)

📄 Description

This comes with a confirmation pop-up to make sure that the user should be deleted :)


🔄 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/lldap/lldap/pull/45 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 9/24/2021 **Status:** ✅ Merged **Merged:** 9/24/2021 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `delete_user` --- ### 📝 Commits (2) - [`770cff7`](https://github.com/lldap/lldap/commit/770cff7e4f53c6088f9fabbc060874ed95c5de8d) graphql: Add a method to delete a user - [`f18d37b`](https://github.com/lldap/lldap/commit/f18d37b6e88a47a131d6c4255340654897a3d01b) app: Add a component to delete a user ### 📊 Changes **9 files changed** (+262 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `app/index.html` (+4 -0) ➕ `app/queries/delete_user.graphql` (+5 -0) ➕ `app/src/components/delete_user.rs` (+156 -0) 📝 `app/src/components/mod.rs` (+1 -0) 📝 `app/src/components/user_table.rs` (+70 -24) 📝 `app/src/infra/mod.rs` (+1 -0) ➕ `app/src/infra/modal.rs` (+16 -0) 📝 `schema.graphql` (+1 -0) 📝 `server/src/infra/graphql/mutation.rs` (+8 -0) </details> ### 📄 Description This comes with a confirmation pop-up to make sure that the user should be deleted :) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:17:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#510
No description provided.