[PR #818] [MERGED] app: update forms to use new components #970

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

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/818
Author: @pixelrazor
Created: 1/26/2024
Status: Merged
Merged: 1/27/2024
Merged by: @pixelrazor

Base: mainHead: form-update


📝 Commits (1)

  • 5708e81 Update forms to use new components

📊 Changes

10 files changed (+294 additions, -525 deletions)

View changed files

📝 app/src/components/change_password.rs (+34 -78)
📝 app/src/components/create_group.rs (+13 -33)
📝 app/src/components/create_user.rs (+52 -155)
📝 app/src/components/form/field.rs (+27 -21)
📝 app/src/components/form/mod.rs (+1 -0)
app/src/components/form/static_value.rs (+26 -0)
📝 app/src/components/form/submit.rs (+17 -11)
📝 app/src/components/login.rs (+58 -61)
📝 app/src/components/reset_password_step2.rs (+24 -53)
📝 app/src/components/user_details_form.rs (+42 -113)

📄 Description

Most of the spots switched to the new components, though the login form didn't quite fit with the new components. Instead of forcing it to fit i left it out for the time being.

fixes #812


🔄 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/818 **Author:** [@pixelrazor](https://github.com/pixelrazor) **Created:** 1/26/2024 **Status:** ✅ Merged **Merged:** 1/27/2024 **Merged by:** [@pixelrazor](https://github.com/pixelrazor) **Base:** `main` ← **Head:** `form-update` --- ### 📝 Commits (1) - [`5708e81`](https://github.com/lldap/lldap/commit/5708e810ac4c2a3c96ea6292b7d91818b0346afb) Update forms to use new components ### 📊 Changes **10 files changed** (+294 additions, -525 deletions) <details> <summary>View changed files</summary> 📝 `app/src/components/change_password.rs` (+34 -78) 📝 `app/src/components/create_group.rs` (+13 -33) 📝 `app/src/components/create_user.rs` (+52 -155) 📝 `app/src/components/form/field.rs` (+27 -21) 📝 `app/src/components/form/mod.rs` (+1 -0) ➕ `app/src/components/form/static_value.rs` (+26 -0) 📝 `app/src/components/form/submit.rs` (+17 -11) 📝 `app/src/components/login.rs` (+58 -61) 📝 `app/src/components/reset_password_step2.rs` (+24 -53) 📝 `app/src/components/user_details_form.rs` (+42 -113) </details> ### 📄 Description Most of the spots switched to the new components, though the login form didn't quite fit with the new components. Instead of forcing it to fit i left it out for the time being. fixes #812 --- <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:26 +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#970
No description provided.