[PR #840] [CLOSED] User attribute form #985

Closed
opened 2026-02-27 09:10:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/840
Author: @pixelrazor
Created: 2/9/2024
Status: Closed

Base: mainHead: user-attribute-form


📝 Commits (3)

  • adf3577 commit so i can pull in fixes from master
  • 66097f1 Merge branch 'main' into user-attribute-form
  • 5b81798 test point

📊 Changes

7 files changed (+189 additions, -13 deletions)

View changed files

📝 app/Cargo.toml (+4 -0)
📝 app/queries/get_user_details.graphql (+12 -0)
app/src/components/form/attribute_input.rs (+70 -0)
📝 app/src/components/form/mod.rs (+1 -0)
📝 app/src/components/user_details.rs (+6 -2)
📝 app/src/components/user_details_form.rs (+95 -10)
📝 app/src/infra/schema.rs (+1 -1)

📄 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/lldap/lldap/pull/840 **Author:** [@pixelrazor](https://github.com/pixelrazor) **Created:** 2/9/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `user-attribute-form` --- ### 📝 Commits (3) - [`adf3577`](https://github.com/lldap/lldap/commit/adf3577f0ea95ed1e0e0fb4a8a43c3e76c3011cb) commit so i can pull in fixes from master - [`66097f1`](https://github.com/lldap/lldap/commit/66097f188058382b71d0191644dd5b00793f95ae) Merge branch 'main' into user-attribute-form - [`5b81798`](https://github.com/lldap/lldap/commit/5b817980a904ec39560d89143ad11dcc6facde48) test point ### 📊 Changes **7 files changed** (+189 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `app/Cargo.toml` (+4 -0) 📝 `app/queries/get_user_details.graphql` (+12 -0) ➕ `app/src/components/form/attribute_input.rs` (+70 -0) 📝 `app/src/components/form/mod.rs` (+1 -0) 📝 `app/src/components/user_details.rs` (+6 -2) 📝 `app/src/components/user_details_form.rs` (+95 -10) 📝 `app/src/infra/schema.rs` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 09:10:29 +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#985
No description provided.