[PR #1224] [MERGED] app: simplify attribute_type handling, display creation time in user details #1189

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

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/1224
Author: @nitnelave
Created: 7/21/2025
Status: Merged
Merged: 7/21/2025
Merged by: @nitnelave

Base: mainHead: attribute_type


📝 Commits (1)

  • db528ae app: simplify attribute_type handling, display creation time in user details

📊 Changes

12 files changed (+58 additions, -104 deletions)

View changed files

📝 app/src/components/create_group.rs (+4 -6)
📝 app/src/components/create_group_attribute.rs (+5 -6)
📝 app/src/components/create_user.rs (+4 -6)
📝 app/src/components/create_user_attribute.rs (+5 -6)
📝 app/src/components/form/attribute_input.rs (+5 -5)
📝 app/src/components/group_details.rs (+3 -5)
📝 app/src/components/group_details_form.rs (+2 -3)
📝 app/src/components/group_schema_table.rs (+3 -5)
📝 app/src/components/user_details.rs (+3 -5)
📝 app/src/components/user_details_form.rs (+14 -3)
📝 app/src/components/user_schema_table.rs (+3 -5)
📝 app/src/infra/schema.rs (+7 -49)

📄 Description

In the user table it's still only the date, but that makes sense for an overview


🔄 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/1224 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 7/21/2025 **Status:** ✅ Merged **Merged:** 7/21/2025 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `attribute_type` --- ### 📝 Commits (1) - [`db528ae`](https://github.com/lldap/lldap/commit/db528ae5df61d0994cc925a814332fc741bdc14d) app: simplify attribute_type handling, display creation time in user details ### 📊 Changes **12 files changed** (+58 additions, -104 deletions) <details> <summary>View changed files</summary> 📝 `app/src/components/create_group.rs` (+4 -6) 📝 `app/src/components/create_group_attribute.rs` (+5 -6) 📝 `app/src/components/create_user.rs` (+4 -6) 📝 `app/src/components/create_user_attribute.rs` (+5 -6) 📝 `app/src/components/form/attribute_input.rs` (+5 -5) 📝 `app/src/components/group_details.rs` (+3 -5) 📝 `app/src/components/group_details_form.rs` (+2 -3) 📝 `app/src/components/group_schema_table.rs` (+3 -5) 📝 `app/src/components/user_details.rs` (+3 -5) 📝 `app/src/components/user_details_form.rs` (+14 -3) 📝 `app/src/components/user_schema_table.rs` (+3 -5) 📝 `app/src/infra/schema.rs` (+7 -49) </details> ### 📄 Description In the user table it's still only the date, but that makes sense for an overview --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 09:11:15 +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#1189
No description provided.