mirror of
https://github.com/moghtech/komodo.git
synced 2025-12-05 19:17:36 -06:00
[PR #21] [MERGED] UI Updates - Remove topbar transparency, pretty status badges, tidy resource page layout with a 'back' button #666
Reference in New Issue
Block a user
No description provided.
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/21
Author: @karamvirsingh98
Created: 8/6/2024
Status: ✅ Merged
Merged: 8/7/2024
Merged by: @mbecker20
Base:
v1.13-DockerCompose← Head:feat/ui-updates📝 Commits (10+)
c31240aremove topbar transparencyc75085acleanup unusedb3c0c1fresponsive dashboard3acfbbbbetter mobile headera84c6c1dont need to calc 64px less since header is using position fixede7bf28fadd status badge component18a3d7fupdate status badgesf8de5c4further simplify layoute2d59e8allow undefined status as prop577a5acuse new status badges for alerts📊 Changes
14 files changed (+161 additions, -196 deletions)
View changed files
📝
frontend/src/components/alert/index.tsx(+3 -9)📝
frontend/src/components/layouts.tsx(+5 -5)📝
frontend/src/components/resources/build/index.tsx(+2 -8)📝
frontend/src/components/resources/common.tsx(+3 -4)📝
frontend/src/components/resources/deployment/index.tsx(+7 -20)📝
frontend/src/components/resources/procedure/index.tsx(+2 -9)📝
frontend/src/components/resources/repo/index.tsx(+3 -8)📝
frontend/src/components/resources/resource-sync/index.tsx(+6 -8)📝
frontend/src/components/resources/server/index.tsx(+2 -9)📝
frontend/src/components/resources/stack/index.tsx(+2 -11)📝
frontend/src/components/topbar.tsx(+4 -43)📝
frontend/src/components/util.tsx(+31 -0)📝
frontend/src/pages/home/dashboard.tsx(+10 -6)📝
frontend/src/pages/resource.tsx(+81 -56)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.