mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #818] [MERGED] app: update forms to use new components #970
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#970
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:form-update📝 Commits (1)
5708e81Update 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.