[PR #94] [MERGED] Feat: Styling Updates #7893

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

📋 Pull Request Information

Original PR: https://github.com/moghtech/komodo/pull/94
Author: @karamvirsingh98
Created: 9/28/2024
Status: Merged
Merged: 9/28/2024
Merged by: @mbecker20

Base: 1.14.3Head: feat/ui


📝 Commits (10+)

  • 667e3d4 sidebar takes full screen height
  • 9139c47 add bg accent to navbar
  • 9ce0ca8 add aschild prop to topbar alerts trigger
  • 3f9ed41 stylize resource rows
  • c1e7b3f internally scrollable data tables
  • 7d2794a better hover color for outlined button
  • 7ba4ef4 always show scrollbar to prevent layout shift
  • 3e6280b better hover color for navbar
  • eb20ecb rearrange buttons
  • 72e5c19 fix table and resource row styles

📊 Changes

11 files changed (+105 additions, -105 deletions)

View changed files

📝 frontend/src/components/alert/topbar.tsx (+1 -1)
📝 frontend/src/components/layouts.tsx (+3 -3)
📝 frontend/src/components/omnibar.tsx (+1 -1)
📝 frontend/src/components/sidebar.tsx (+3 -3)
📝 frontend/src/components/topbar.tsx (+1 -1)
📝 frontend/src/globals.css (+7 -9)
📝 frontend/src/pages/home/dashboard.tsx (+32 -35)
📝 frontend/src/pages/resources.tsx (+16 -14)
📝 frontend/src/ui/button.tsx (+12 -12)
📝 frontend/src/ui/data-table.tsx (+9 -6)
📝 frontend/src/ui/table.tsx (+20 -20)

📄 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/94 **Author:** [@karamvirsingh98](https://github.com/karamvirsingh98) **Created:** 9/28/2024 **Status:** ✅ Merged **Merged:** 9/28/2024 **Merged by:** [@mbecker20](https://github.com/mbecker20) **Base:** `1.14.3` ← **Head:** `feat/ui` --- ### 📝 Commits (10+) - [`667e3d4`](https://github.com/moghtech/komodo/commit/667e3d47be77ba289ced40fd733eeb93901ac4fd) sidebar takes full screen height - [`9139c47`](https://github.com/moghtech/komodo/commit/9139c47d5f7c30aac50aa38dac8b9f3b3472885c) add bg accent to navbar - [`9ce0ca8`](https://github.com/moghtech/komodo/commit/9ce0ca8adb7bf25e9c3a29002b327fb363511cc0) add aschild prop to topbar alerts trigger - [`3f9ed41`](https://github.com/moghtech/komodo/commit/3f9ed414e238e7f82b5929ed7f3a942e3b9c6d75) stylize resource rows - [`c1e7b3f`](https://github.com/moghtech/komodo/commit/c1e7b3f49d7384617aff993dd4184e376e5a034f) internally scrollable data tables - [`7d2794a`](https://github.com/moghtech/komodo/commit/7d2794ab67bdba3562dfc58189fc49d116d9618d) better hover color for outlined button - [`7ba4ef4`](https://github.com/moghtech/komodo/commit/7ba4ef4ae6d095872507b2c3e83349f69a64bb58) always show scrollbar to prevent layout shift - [`3e6280b`](https://github.com/moghtech/komodo/commit/3e6280b8367cfcc245d0806d5cf77d20360cafaf) better hover color for navbar - [`eb20ecb`](https://github.com/moghtech/komodo/commit/eb20ecb27d6f8d85c0cd7144225c70f15c27e8d2) rearrange buttons - [`72e5c19`](https://github.com/moghtech/komodo/commit/72e5c1976f6a6aa39d73d40c31fe8de1e12bfc64) fix table and resource row styles ### 📊 Changes **11 files changed** (+105 additions, -105 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/alert/topbar.tsx` (+1 -1) 📝 `frontend/src/components/layouts.tsx` (+3 -3) 📝 `frontend/src/components/omnibar.tsx` (+1 -1) 📝 `frontend/src/components/sidebar.tsx` (+3 -3) 📝 `frontend/src/components/topbar.tsx` (+1 -1) 📝 `frontend/src/globals.css` (+7 -9) 📝 `frontend/src/pages/home/dashboard.tsx` (+32 -35) 📝 `frontend/src/pages/resources.tsx` (+16 -14) 📝 `frontend/src/ui/button.tsx` (+12 -12) 📝 `frontend/src/ui/data-table.tsx` (+9 -6) 📝 `frontend/src/ui/table.tsx` (+20 -20) </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:56:44 -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#7893