[PR #95] [MERGED] Feat/UI #680

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

📋 Pull Request Information

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

Base: 1.14.3Head: feat/ui


📝 Commits (10+)

  • 3d9f18d stylize resource rows
  • 3671ff7 internally scrollable data tables
  • 440a372 fix table and resource row styles
  • 3a4bf5c use page for dashboard instead of section
  • 048849e fix padding
  • 33abfbb add ResourcePageHeader to required components
  • 1962668 add generic resource page header component
  • 219a07f add resource page headers for all components
  • c1450a4 add resource notificaitons component
  • e3ae250 add TextUpdateMenu2 for use in resource page

📊 Changes

16 files changed (+599 additions, -104 deletions)

View changed files

📝 frontend/src/components/resources/alerter/index.tsx (+14 -0)
📝 frontend/src/components/resources/build/index.tsx (+15 -1)
📝 frontend/src/components/resources/builder/index.tsx (+16 -1)
📝 frontend/src/components/resources/common.tsx (+3 -2)
📝 frontend/src/components/resources/deployment/index.tsx (+15 -1)
📝 frontend/src/components/resources/procedure/index.tsx (+19 -1)
📝 frontend/src/components/resources/repo/index.tsx (+15 -1)
📝 frontend/src/components/resources/resource-sync/index.tsx (+15 -1)
📝 frontend/src/components/resources/server-template/index.tsx (+16 -0)
📝 frontend/src/components/resources/server/index.tsx (+20 -1)
📝 frontend/src/components/resources/stack/index.tsx (+15 -1)
📝 frontend/src/components/util.tsx (+125 -0)
📝 frontend/src/pages/home/dashboard.tsx (+1 -1)
frontend/src/pages/resource-notifications.tsx (+146 -0)
📝 frontend/src/pages/resource.tsx (+161 -93)
📝 frontend/src/types.d.ts (+3 -0)

📄 Description

new resource page layout!


🔄 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/95 **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+) - [`3d9f18d`](https://github.com/moghtech/komodo/commit/3d9f18dc293d531a3ad3cd9645b17ac0dcd2adc9) stylize resource rows - [`3671ff7`](https://github.com/moghtech/komodo/commit/3671ff74047e374a766cd4198bb0b628ed5f968e) internally scrollable data tables - [`440a372`](https://github.com/moghtech/komodo/commit/440a3724780f0f2d9adc19e8f5a6c28926043cdf) fix table and resource row styles - [`3a4bf5c`](https://github.com/moghtech/komodo/commit/3a4bf5c4fa5fbf24f4060bea330bce9e386d4e54) use page for dashboard instead of section - [`048849e`](https://github.com/moghtech/komodo/commit/048849ef285f342c58485afb0df38fe8805f2c41) fix padding - [`33abfbb`](https://github.com/moghtech/komodo/commit/33abfbb6272af6a024c288d304db8711d86b5ed3) add `ResourcePageHeader` to required components - [`1962668`](https://github.com/moghtech/komodo/commit/19626684875e7455ee7b50b135c6a40fad9c2536) add generic resource page header component - [`219a07f`](https://github.com/moghtech/komodo/commit/219a07f02d9aa7fd411ab223348533bd454d86fe) add resource page headers for all components - [`c1450a4`](https://github.com/moghtech/komodo/commit/c1450a43472010617291aa98a043a294637a1d3a) add resource notificaitons component - [`e3ae250`](https://github.com/moghtech/komodo/commit/e3ae250b65ae2c539fc95f4540356e45046e6dc5) add `TextUpdateMenu2` for use in resource page ### 📊 Changes **16 files changed** (+599 additions, -104 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/resources/alerter/index.tsx` (+14 -0) 📝 `frontend/src/components/resources/build/index.tsx` (+15 -1) 📝 `frontend/src/components/resources/builder/index.tsx` (+16 -1) 📝 `frontend/src/components/resources/common.tsx` (+3 -2) 📝 `frontend/src/components/resources/deployment/index.tsx` (+15 -1) 📝 `frontend/src/components/resources/procedure/index.tsx` (+19 -1) 📝 `frontend/src/components/resources/repo/index.tsx` (+15 -1) 📝 `frontend/src/components/resources/resource-sync/index.tsx` (+15 -1) 📝 `frontend/src/components/resources/server-template/index.tsx` (+16 -0) 📝 `frontend/src/components/resources/server/index.tsx` (+20 -1) 📝 `frontend/src/components/resources/stack/index.tsx` (+15 -1) 📝 `frontend/src/components/util.tsx` (+125 -0) 📝 `frontend/src/pages/home/dashboard.tsx` (+1 -1) ➕ `frontend/src/pages/resource-notifications.tsx` (+146 -0) 📝 `frontend/src/pages/resource.tsx` (+161 -93) 📝 `frontend/src/types.d.ts` (+3 -0) </details> ### 📄 Description new resource page layout! --- <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:18:13 -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#680