mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #55] [MERGED] Improve looks via better CSS #514
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#514
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/55
Author: @nitnelave
Created: 10/15/2021
Status: ✅ Merged
Merged: 10/15/2021
Merged by: @nitnelave
Base:
main← Head:css📝 Commits (2)
6f54f57app: Add style.css, improve classes8ac6861app: Fix login cookie expiration format📊 Changes
11 files changed (+311 additions, -241 deletions)
View changed files
📝
app/index.html(+3 -0)📝
app/src/components/app.rs(+108 -62)📝
app/src/components/create_group.rs(+12 -10)📝
app/src/components/create_user.rs(+29 -27)📝
app/src/components/group_details.rs(+4 -3)📝
app/src/components/logout.rs(+1 -1)📝
app/src/components/user_details.rs(+39 -38)📝
app/src/components/user_details_form.rs(+94 -94)📝
app/src/infra/cookies.rs(+8 -5)➕
app/style.css(+12 -0)📝
server/src/infra/tcp_server.rs(+1 -1)📄 Description
Most CSS changes can be credited to Emiliano Romero.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.