mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-09 07:13:36 -05:00
[PR #714] [MERGED] Frontend mobile fixes #762
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/714
Author: @dotsam
Created: 8/5/2025
Status: ✅ Merged
Merged: 8/7/2025
Merged by: @mbecker20
Base:
1.18.5← Head:frontend-mobile-fixes📝 Commits (6)
9cb705fAllow ResourcePageHeader items to wrap27fb49fAllow CardHeader items to wrapd80368bIncrease z-index of sticky TableHeader, fixes #690cbd0cb0Remove fixed widths from ActionButton, let them flex more to fit more layouts618387dMake Section scroll overflowcc345bdRemove grid class from Tabs, seems to prevent them from overflowing at small sizes📊 Changes
12 files changed (+10 additions, -12 deletions)
View changed files
📝
frontend/src/components/layouts.tsx(+1 -1)📝
frontend/src/components/resources/build/index.tsx(+0 -1)📝
frontend/src/components/resources/common.tsx(+1 -1)📝
frontend/src/components/resources/deployment/index.tsx(+1 -1)📝
frontend/src/components/resources/resource-sync/index.tsx(+1 -1)📝
frontend/src/components/resources/server/index.tsx(+0 -1)📝
frontend/src/components/resources/stack/index.tsx(+1 -1)📝
frontend/src/components/util.tsx(+1 -1)📝
frontend/src/pages/server-info/container/index.tsx(+1 -1)📝
frontend/src/pages/stack-service/index.tsx(+1 -1)📝
frontend/src/ui/card.tsx(+1 -1)📝
frontend/src/ui/data-table.tsx(+1 -1)📄 Description
A handful of fixes to prevent overflowing the viewport in most places on mobile, and add a little more density in a few places.
I'm unsure what the original intent was of setting up most of the resource Tabs to be grid, but I'm not seeing any regressions when removing it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.