mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #481] [MERGED] Yew migration to 0.19 #769
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#769
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/481
Author: @nitnelave
Created: 3/18/2023
Status: ✅ Merged
Merged: 3/20/2023
Merged by: @nitnelave
Base:
main← Head:yew_migration📝 Commits (3)
91e1bd0app: wrap template arguments in bracesec56bfeapp: replace ConsoleService with gloo_consolef31d862app: update yew to 0.19📊 Changes
25 files changed (+1030 additions, -1229 deletions)
View changed files
📝
Cargo.lock(+136 -97)📝
app/Cargo.toml(+9 -6)📝
app/src/components/add_group_member.rs(+27 -25)📝
app/src/components/add_user_to_group.rs(+27 -25)📝
app/src/components/app.rs(+149 -159)📝
app/src/components/change_password.rs(+48 -55)📝
app/src/components/create_group.rs(+20 -24)📝
app/src/components/create_user.rs(+42 -49)📝
app/src/components/delete_group.rs(+28 -28)📝
app/src/components/delete_user.rs(+29 -27)📝
app/src/components/group_details.rs(+25 -26)📝
app/src/components/group_table.rs(+17 -19)📝
app/src/components/login.rs(+39 -41)📝
app/src/components/logout.rs(+14 -13)📝
app/src/components/remove_user_from_group.rs(+21 -19)📝
app/src/components/reset_password_step1.rs(+23 -22)📝
app/src/components/reset_password_step2.rs(+38 -47)📝
app/src/components/router.rs(+19 -23)📝
app/src/components/select.rs(+24 -57)📝
app/src/components/user_details.rs(+34 -36)...and 5 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.