[PR #15] [MERGED] Start UI updates #7875

Closed
opened 2026-04-27 21:55:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

📊 Changes

16 files changed (+653 additions, -148 deletions)

View changed files

📝 frontend/index.html (+2 -2)
frontend/src/components/alert/topbar.tsx (+92 -0)
📝 frontend/src/components/layouts.tsx (+17 -2)
📝 frontend/src/components/resources/build/dashboard.tsx (+59 -0)
📝 frontend/src/components/resources/deployment/dashboard.tsx (+64 -0)
📝 frontend/src/components/resources/deployment/index.tsx (+6 -0)
📝 frontend/src/components/resources/procedure/dashboard.tsx (+60 -0)
📝 frontend/src/components/resources/server/dashboard.tsx (+62 -8)
📝 frontend/src/components/resources/server/stat-chart.tsx (+2 -2)
📝 frontend/src/components/sidebar.tsx (+68 -0)
📝 frontend/src/components/topbar.tsx (+54 -5)
📝 frontend/src/globals.css (+50 -67)
📝 frontend/src/pages/home/dashboard.tsx (+60 -5)
📝 frontend/src/ui/dialog.tsx (+22 -22)
📝 frontend/src/ui/dropdown-menu.tsx (+33 -33)
📝 frontend/tailwind.config.js (+2 -2)

📄 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/15 **Author:** [@karamvirsingh98](https://github.com/karamvirsingh98) **Created:** 8/3/2024 **Status:** ✅ Merged **Merged:** 8/3/2024 **Merged by:** [@mbecker20](https://github.com/mbecker20) **Base:** `v1.13-DockerCompose` ← **Head:** `feat/ui-updates` --- ### 📝 Commits (1) - [`09040d9`](https://github.com/moghtech/komodo/commit/09040d915a099453320bf18cabc78372df4ee545) start UI updates ### 📊 Changes **16 files changed** (+653 additions, -148 deletions) <details> <summary>View changed files</summary> 📝 `frontend/index.html` (+2 -2) ➕ `frontend/src/components/alert/topbar.tsx` (+92 -0) 📝 `frontend/src/components/layouts.tsx` (+17 -2) 📝 `frontend/src/components/resources/build/dashboard.tsx` (+59 -0) 📝 `frontend/src/components/resources/deployment/dashboard.tsx` (+64 -0) 📝 `frontend/src/components/resources/deployment/index.tsx` (+6 -0) 📝 `frontend/src/components/resources/procedure/dashboard.tsx` (+60 -0) 📝 `frontend/src/components/resources/server/dashboard.tsx` (+62 -8) 📝 `frontend/src/components/resources/server/stat-chart.tsx` (+2 -2) 📝 `frontend/src/components/sidebar.tsx` (+68 -0) 📝 `frontend/src/components/topbar.tsx` (+54 -5) 📝 `frontend/src/globals.css` (+50 -67) 📝 `frontend/src/pages/home/dashboard.tsx` (+60 -5) 📝 `frontend/src/ui/dialog.tsx` (+22 -22) 📝 `frontend/src/ui/dropdown-menu.tsx` (+33 -33) 📝 `frontend/tailwind.config.js` (+2 -2) </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 2026-04-27 21:55:42 -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#7875