[PR #16] [MERGED] UI Updates #3921

Closed
opened 2026-04-13 15:15:20 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (4)

  • 868bac6 cleanup dashboard charts for resources
  • 1b97340 bring back solid scrollbars
  • 9a8fade enable sidebar scrolling
  • 3c980f8 remove alerts from all resources

📊 Changes

14 files changed (+195 additions, -974 deletions)

View changed files

frontend/src/components/resources/build/dashboard.tsx (+0 -176)
📝 frontend/src/components/resources/build/index.tsx (+26 -2)
frontend/src/components/resources/deployment/dashboard.tsx (+0 -181)
📝 frontend/src/components/resources/deployment/index.tsx (+26 -2)
frontend/src/components/resources/procedure/dashboard.tsx (+0 -177)
📝 frontend/src/components/resources/procedure/index.tsx (+29 -3)
frontend/src/components/resources/repo/dashboard.tsx (+0 -117)
📝 frontend/src/components/resources/repo/index.tsx (+26 -2)
frontend/src/components/resources/server/dashboard.tsx (+0 -153)
📝 frontend/src/components/resources/server/index.tsx (+21 -2)
📝 frontend/src/components/sidebar.tsx (+11 -80)
📝 frontend/src/globals.css (+4 -4)
📝 frontend/src/pages/home/all_resources.tsx (+0 -2)
📝 frontend/src/pages/home/dashboard.tsx (+52 -73)

📄 Description

cleanup dashboard charts, bring back scrollbar styles, make sidebar scrollable on short screens


🔄 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/16 **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 (4) - [`868bac6`](https://github.com/moghtech/komodo/commit/868bac66371a7f167fb78f681d1c816a28d19419) cleanup dashboard charts for resources - [`1b97340`](https://github.com/moghtech/komodo/commit/1b97340435e0f0920ad18ac8921e9d0400550a3d) bring back solid scrollbars - [`9a8fade`](https://github.com/moghtech/komodo/commit/9a8fade78b978c2f19a6b8df297d73add4b0c9b7) enable sidebar scrolling - [`3c980f8`](https://github.com/moghtech/komodo/commit/3c980f8ac029e21f88801fa842a5f59886852e6b) remove alerts from all resources ### 📊 Changes **14 files changed** (+195 additions, -974 deletions) <details> <summary>View changed files</summary> ➖ `frontend/src/components/resources/build/dashboard.tsx` (+0 -176) 📝 `frontend/src/components/resources/build/index.tsx` (+26 -2) ➖ `frontend/src/components/resources/deployment/dashboard.tsx` (+0 -181) 📝 `frontend/src/components/resources/deployment/index.tsx` (+26 -2) ➖ `frontend/src/components/resources/procedure/dashboard.tsx` (+0 -177) 📝 `frontend/src/components/resources/procedure/index.tsx` (+29 -3) ➖ `frontend/src/components/resources/repo/dashboard.tsx` (+0 -117) 📝 `frontend/src/components/resources/repo/index.tsx` (+26 -2) ➖ `frontend/src/components/resources/server/dashboard.tsx` (+0 -153) 📝 `frontend/src/components/resources/server/index.tsx` (+21 -2) 📝 `frontend/src/components/sidebar.tsx` (+11 -80) 📝 `frontend/src/globals.css` (+4 -4) 📝 `frontend/src/pages/home/all_resources.tsx` (+0 -2) 📝 `frontend/src/pages/home/dashboard.tsx` (+52 -73) </details> ### 📄 Description cleanup dashboard charts, bring back scrollbar styles, make sidebar scrollable on short screens --- <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-13 15:15:20 -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#3921