[PR #17] [MERGED] UI Updates - Sidebar, Topbar Alerts, and All Resources page #663

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

📋 Pull Request Information

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

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


📝 Commits (4)

  • 156a359 move sidebar to use fixed positioning instead of sticky
  • 4915bec add alert details dialog to topbar alerts
  • da5b71e cleanup all resources page layout
  • 2a3ff08 ensure resource links don't propagate clicks

📊 Changes

6 files changed (+108 additions, -53 deletions)

View changed files

📝 frontend/src/components/alert/index.tsx (+7 -5)
📝 frontend/src/components/alert/topbar.tsx (+63 -37)
📝 frontend/src/components/layouts.tsx (+2 -4)
📝 frontend/src/components/resources/common.tsx (+5 -2)
📝 frontend/src/components/sidebar.tsx (+1 -1)
📝 frontend/src/pages/home/all_resources.tsx (+30 -4)

📄 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/17 **Author:** [@karamvirsingh98](https://github.com/karamvirsingh98) **Created:** 8/4/2024 **Status:** ✅ Merged **Merged:** 8/4/2024 **Merged by:** [@mbecker20](https://github.com/mbecker20) **Base:** `v1.13-DockerCompose` ← **Head:** `feat/ui-updates` --- ### 📝 Commits (4) - [`156a359`](https://github.com/moghtech/komodo/commit/156a3593cabe6258647a446602f73695450e8879) move sidebar to use fixed positioning instead of sticky - [`4915bec`](https://github.com/moghtech/komodo/commit/4915bec6d664d9d826fec73706052e6eb06e4f07) add alert details dialog to topbar alerts - [`da5b71e`](https://github.com/moghtech/komodo/commit/da5b71eaf29fb78647e52583ded43f781f6956f8) cleanup all resources page layout - [`2a3ff08`](https://github.com/moghtech/komodo/commit/2a3ff08db7ed3265f3189c73489dc970f945ef1b) ensure resource links don't propagate clicks ### 📊 Changes **6 files changed** (+108 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/alert/index.tsx` (+7 -5) 📝 `frontend/src/components/alert/topbar.tsx` (+63 -37) 📝 `frontend/src/components/layouts.tsx` (+2 -4) 📝 `frontend/src/components/resources/common.tsx` (+5 -2) 📝 `frontend/src/components/sidebar.tsx` (+1 -1) 📝 `frontend/src/pages/home/all_resources.tsx` (+30 -4) </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:34 -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#663