[PR #287] [CLOSED] Fix: Implemented New UserAvatar component using radix #850

Closed
opened 2026-02-26 19:30:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/287
Author: @Hussainzz
Created: 8/21/2023
Status: Closed

Base: mainHead: fix/user-avatar


📝 Commits (1)

  • e0bd8a4 Fix: Implemented New UserAvatar component using radix

📊 Changes

8 files changed (+283 additions, -23 deletions)

View changed files

📝 apps/web/components/navigation.tsx (+5 -13)
📝 package-lock.json (+200 -2)
📝 package.json (+1 -0)
📝 packages/lib/helpers/strings.ts (+17 -8)
packages/ui/components/avatar/UserAvatar.tsx (+24 -0)
packages/ui/components/avatar/index.ts (+1 -0)
packages/ui/components/avatar/userAvatar.css (+34 -0)
📝 packages/ui/index.ts (+1 -0)

📄 Description

I have implemented a UserAvatar component below are the screenshots

Alt Text Alt Text

🔄 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/documenso/documenso/pull/287 **Author:** [@Hussainzz](https://github.com/Hussainzz) **Created:** 8/21/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/user-avatar` --- ### 📝 Commits (1) - [`e0bd8a4`](https://github.com/documenso/documenso/commit/e0bd8a477929e6f95f1c73ff23de176fd994b9b9) Fix: Implemented New UserAvatar component using radix ### 📊 Changes **8 files changed** (+283 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/components/navigation.tsx` (+5 -13) 📝 `package-lock.json` (+200 -2) 📝 `package.json` (+1 -0) 📝 `packages/lib/helpers/strings.ts` (+17 -8) ➕ `packages/ui/components/avatar/UserAvatar.tsx` (+24 -0) ➕ `packages/ui/components/avatar/index.ts` (+1 -0) ➕ `packages/ui/components/avatar/userAvatar.css` (+34 -0) 📝 `packages/ui/index.ts` (+1 -0) </details> ### 📄 Description I have implemented a UserAvatar component below are the screenshots <img src="https://github.com/documenso/documenso/assets/13753141/34af1307-9672-4cd9-b23e-21209dc31a82" alt="Alt Text" width="600" height="400"> <img src="https://github.com/documenso/documenso/assets/13753141/c82911b6-8a3e-48e9-a9e5-2a2f3905beb3" alt="Alt Text" width="400" height="600"> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:30:45 +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/documenso#850
No description provided.