mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #407] [CLOSED] Initial implementation of avatar component #722
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#722
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/407
Author: @pixelrazor
Created: 1/4/2023
Status: ❌ Closed
Base:
main← Head:feature/avatar-display📝 Commits (10+)
07aa010Initial implementation of avatar componented91e19new query for avatarb49e340Tweaks970af4fMerge branch 'main' into feature/avatar-display590825fUpdates641f08eremove dead coded60d869Merge branch 'main' of https://github.com/nitnelave/lldap into feature/avatar-displayd509dc8Review feedback plus avatar rounding7b27538rename componentcbc6c87Merge branch 'main' into feature/avatar-display📊 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.