[PR #55] [MERGED] Improve looks via better CSS #514

Closed
opened 2026-02-27 08:17:49 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: css


📝 Commits (2)

  • 6f54f57 app: Add style.css, improve classes
  • 8ac6861 app: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/lldap/lldap/pull/55 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 10/15/2021 **Status:** ✅ Merged **Merged:** 10/15/2021 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `css` --- ### 📝 Commits (2) - [`6f54f57`](https://github.com/lldap/lldap/commit/6f54f57d209016eb46480acd2754688473463220) app: Add style.css, improve classes - [`8ac6861`](https://github.com/lldap/lldap/commit/8ac6861d15f711ada695904929b1a3f5b9ca89b4) app: Fix login cookie expiration format ### 📊 Changes **11 files changed** (+311 additions, -241 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Most CSS changes can be credited to Emiliano Romero. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:17:49 +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#514
No description provided.