[PR #19] [MERGED] UI Updates - Sync Dashboard Chart, ShadCN component updates, prevent navbar menu layout shifts #664

Closed
opened 2025-10-31 15:17:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/moghtech/komodo/pull/19
Author: @karamvirsingh98
Created: 8/5/2024
Status: Merged
Merged: 8/5/2024
Merged by: @mbecker20

Base: v1.13-DockerComposeHead: feat/ui-updates


📝 Commits (5)

  • aa4c8a2 add dashboard pie for resource syncs
  • 2f70de6 dashboard items same height
  • c889e43 update shadcn components
  • 4b9d316 ensure centered following sheet update
  • 9bc1655 cleanup layout, prevent navbar menu layout shifts

📊 Changes

15 files changed (+648 additions, -552 deletions)

View changed files

📝 frontend/index.html (+1 -1)
📝 frontend/package.json (+15 -15)
📝 frontend/src/components/layouts.tsx (+4 -16)
📝 frontend/src/components/resources/resource-sync/index.tsx (+28 -16)
📝 frontend/src/components/updates/details.tsx (+1 -1)
📝 frontend/src/pages/home/dashboard.tsx (+3 -3)
📝 frontend/src/ui/card.tsx (+1 -1)
📝 frontend/src/ui/command.tsx (+30 -40)
📝 frontend/src/ui/dialog.tsx (+22 -22)
📝 frontend/src/ui/dropdown-menu.tsx (+33 -33)
📝 frontend/src/ui/sheet.tsx (+31 -33)
📝 frontend/src/ui/toast.tsx (+23 -23)
📝 frontend/src/ui/toggle-group.tsx (+1 -1)
📝 frontend/src/ui/use-toast.ts (+64 -67)
📝 frontend/yarn.lock (+391 -280)

📄 Description

No description provided


🔄 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/moghtech/komodo/pull/19 **Author:** [@karamvirsingh98](https://github.com/karamvirsingh98) **Created:** 8/5/2024 **Status:** ✅ Merged **Merged:** 8/5/2024 **Merged by:** [@mbecker20](https://github.com/mbecker20) **Base:** `v1.13-DockerCompose` ← **Head:** `feat/ui-updates` --- ### 📝 Commits (5) - [`aa4c8a2`](https://github.com/moghtech/komodo/commit/aa4c8a296334f73bb624377d85b616f6beb98d04) add dashboard pie for resource syncs - [`2f70de6`](https://github.com/moghtech/komodo/commit/2f70de640127172d9c50589dbea7e955c49ba6bc) dashboard items same height - [`c889e43`](https://github.com/moghtech/komodo/commit/c889e436b43318bc62b48c94a0a10763edeae61b) update shadcn components - [`4b9d316`](https://github.com/moghtech/komodo/commit/4b9d316cf86d52f7b6a0a08fde13a8ff0908b660) ensure centered following sheet update - [`9bc1655`](https://github.com/moghtech/komodo/commit/9bc16558ee48bfbf7231c3deb760b9cae0c507ac) cleanup layout, prevent navbar menu layout shifts ### 📊 Changes **15 files changed** (+648 additions, -552 deletions) <details> <summary>View changed files</summary> 📝 `frontend/index.html` (+1 -1) 📝 `frontend/package.json` (+15 -15) 📝 `frontend/src/components/layouts.tsx` (+4 -16) 📝 `frontend/src/components/resources/resource-sync/index.tsx` (+28 -16) 📝 `frontend/src/components/updates/details.tsx` (+1 -1) 📝 `frontend/src/pages/home/dashboard.tsx` (+3 -3) 📝 `frontend/src/ui/card.tsx` (+1 -1) 📝 `frontend/src/ui/command.tsx` (+30 -40) 📝 `frontend/src/ui/dialog.tsx` (+22 -22) 📝 `frontend/src/ui/dropdown-menu.tsx` (+33 -33) 📝 `frontend/src/ui/sheet.tsx` (+31 -33) 📝 `frontend/src/ui/toast.tsx` (+23 -23) 📝 `frontend/src/ui/toggle-group.tsx` (+1 -1) 📝 `frontend/src/ui/use-toast.ts` (+64 -67) 📝 `frontend/yarn.lock` (+391 -280) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the
pull-request
label 2025-10-31 15:17:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#664
No description provided.