[PR #407] [CLOSED] Initial implementation of avatar component #722

Closed
opened 2026-02-27 09:09:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/407
Author: @pixelrazor
Created: 1/4/2023
Status: Closed

Base: mainHead: feature/avatar-display


📝 Commits (10+)

📊 Changes

8 files changed (+231 additions, -21 deletions)

View changed files

📝 Cargo.lock (+2 -10)
app/queries/get_user_avatar.graphql (+6 -0)
📝 app/src/components/app.rs (+16 -11)
app/src/components/avatar.rs (+39 -0)
app/src/components/avatar_cache.rs (+148 -0)
📝 app/src/components/mod.rs (+2 -0)
📝 app/src/components/user_details_form.rs (+14 -0)
📝 app/static/style.css (+4 -0)

📄 Description

Fixes #356


🔄 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/407 **Author:** [@pixelrazor](https://github.com/pixelrazor) **Created:** 1/4/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/avatar-display` --- ### 📝 Commits (10+) - [`07aa010`](https://github.com/lldap/lldap/commit/07aa010d1010a8edf8d1dc9a41616a186dfa81d0) Initial implementation of avatar component - [`ed91e19`](https://github.com/lldap/lldap/commit/ed91e19b3e730b84448122b5dc660d4afbfdb245) new query for avatar - [`b49e340`](https://github.com/lldap/lldap/commit/b49e3404f85cb8d00b87e9bfff69ecb5c09ac6e8) Tweaks - [`970af4f`](https://github.com/lldap/lldap/commit/970af4f01aa1433a5e1e684270f979c17c8e5dfa) Merge branch 'main' into feature/avatar-display - [`590825f`](https://github.com/lldap/lldap/commit/590825fe73fa8a25c27efaf45cdcfa3a73723f07) Updates - [`641f08e`](https://github.com/lldap/lldap/commit/641f08e2697477d4db546e9559fd81634c16df50) remove dead code - [`d60d869`](https://github.com/lldap/lldap/commit/d60d869eba40c2c203dd542b3238c2f6ad63f38f) Merge branch 'main' of https://github.com/nitnelave/lldap into feature/avatar-display - [`d509dc8`](https://github.com/lldap/lldap/commit/d509dc82a0de96f5c6f703a29b117ac6b9074b0e) Review feedback plus avatar rounding - [`7b27538`](https://github.com/lldap/lldap/commit/7b27538c167f8fa6d6d70d8d752bcb8f063f9b6c) rename component - [`cbc6c87`](https://github.com/lldap/lldap/commit/cbc6c87d4859d6fab4f3c0e06eb8e75bf019c4a7) Merge branch 'main' into feature/avatar-display ### 📊 Changes **8 files changed** (+231 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -10) ➕ `app/queries/get_user_avatar.graphql` (+6 -0) 📝 `app/src/components/app.rs` (+16 -11) ➕ `app/src/components/avatar.rs` (+39 -0) ➕ `app/src/components/avatar_cache.rs` (+148 -0) 📝 `app/src/components/mod.rs` (+2 -0) 📝 `app/src/components/user_details_form.rs` (+14 -0) 📝 `app/static/style.css` (+4 -0) </details> ### 📄 Description Fixes #356 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 09:09:30 +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#722
No description provided.