mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-09 07:13:36 -05:00
[PR #312] [MERGED] feature: improve tables quick actions on mobile #724
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/312
Author: @unsync
Created: 2/13/2025
Status: ✅ Merged
Merged: 2/15/2025
Merged by: @mbecker20
Base:
1.17.0← Head:feature/fixactions📝 Commits (3)
d42230bfeature: improve tables quick actions on mobile48e87cereview: fix gap492fcbccreview: use flex-wrap📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
frontend/src/pages/resources.tsx(+1 -1)📄 Description
Another small but annoying thing on mobile :)
The quick actions above the table are not responsive, causing the whole page to be "wider" that the screen, not sure how to describe it but the page sort of floats all around:
With this change, on small screens the actions are stacked, so the page is on the correct screen size:
With wide screens:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.