mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-06 00:18:38 -05:00
[PR #15] [MERGED] Start UI updates #2772
Reference in New Issue
Block a user
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/moghtech/komodo/pull/15
Author: @karamvirsingh98
Created: 8/3/2024
Status: ✅ Merged
Merged: 8/3/2024
Merged by: @mbecker20
Base:
v1.13-DockerCompose← Head:feat/ui-updates📝 Commits (1)
09040d9start UI updates📊 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.