Garrett LeSage
Garrett LeSage
Rebasing doesn't have a confirmation. It just rebases (without proper progress, and is uncancelable) and then instantly reboots when done. - There should be a confirmation, especially as a reboot...
The modal currently looks like this:   Instead, it should probably be using: - data list: https://www.patternfly.org/v4/components/data-list - inline...
Details: https://coreos.github.io/rpm-ostree/container/ > rpm-ostree inherits work in [ostree-rs-ext](https://github.com/ostreedev/ostree-rs-ext/) to create “container native ostree” functionality. This elevates OCI/docker containers to be natively supported as a transport mechanism for bootable operating systems....
We should support pinning deployments: 1. displaying pin state 2. pinning action (`sudo ostree admin pin `...) 3. unpinning action (`sudo ostree admin pin -u `...) Minimally, it should display...
The dropdown should be filtered to the compatible architectures only. It's probably correct to show only the currently booted arch, as ostrees don't have 32-bit support typically (even though it...
### Is your feature request related to a problem? Please describe. When sharing to others and then editing the files, moving boards around between pages, and so on, the links...
**Describe the problem** This is an issue with - [x] Patternfly 5 [?] Patternfly 6 Please give a clear and concise description of the problem. Which components are affected? When...
1. Change your language to Hebrew. 2. Try to change it back. Language modal:  About modal: ...
CSS layer support, to contain PatternFly and layer on top (instead of mishmash everything together)
Examples: https://css-tricks.com/css-cascade-layers/#aa-quick-example - We could layer in PatternFly, PF overrides, Cockpit libraries, and then optionally local CSS - This solves a problem where we might want to reset some or...
In the shell's session menu, the menu item is focused instead of the first widget, causing a hover-like selection.  It's point # 1 from https://github.com/cockpit-project/cockpit/issues/20340, which wasn't fixed. (Point...