mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 00:05:50 +03:00
[PR #357] [MERGED] Front-end design improvements #698
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#698
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/357
Author: @lewislarsen
Created: 10/30/2022
Status: ✅ Merged
Merged: 11/3/2022
Merged by: @nitnelave
Base:
main← Head:main📝 Commits (4)
730cee6design improvements4b3e2e4Merge branch 'main' into mainaa145a7Merge branch 'nitnelave:main' into mainf09acf1applied patch📊 Changes
17 files changed (+167 additions, -97 deletions)
View changed files
📝
app/src/components/add_group_member.rs(+4 -3)📝
app/src/components/add_user_to_group.rs(+4 -3)📝
app/src/components/app.rs(+31 -12)📝
app/src/components/change_password.rs(+32 -22)📝
app/src/components/create_group.rs(+5 -2)📝
app/src/components/create_user.rs(+13 -5)📝
app/src/components/delete_group.rs(+5 -1)📝
app/src/components/delete_user.rs(+6 -2)📝
app/src/components/group_details.rs(+2 -2)📝
app/src/components/group_table.rs(+1 -1)📝
app/src/components/login.rs(+1 -0)📝
app/src/components/reset_password_step1.rs(+2 -1)📝
app/src/components/select.rs(+1 -1)📝
app/src/components/user_details.rs(+11 -7)📝
app/src/components/user_details_form.rs(+47 -33)📝
app/src/components/user_table.rs(+1 -1)📝
app/static/style.css(+1 -1)📄 Description
I spent some time today to try and improve the design of the front end of LLDAP.
List of improvements that I can recall:
Fixes #12
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.