mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-22 06:11:11 -05:00
[PR #95] [MERGED] Feat/UI #680
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/95
Author: @karamvirsingh98
Created: 9/28/2024
Status: ✅ Merged
Merged: 9/28/2024
Merged by: @mbecker20
Base:
1.14.3← Head:feat/ui📝 Commits (10+)
3d9f18dstylize resource rows3671ff7internally scrollable data tables440a372fix table and resource row styles3a4bf5cuse page for dashboard instead of section048849efix padding33abfbbaddResourcePageHeaderto required components1962668add generic resource page header component219a07fadd resource page headers for all componentsc1450a4add resource notificaitons componente3ae250addTextUpdateMenu2for 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.