Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Freightline height when dealing w/ 3 subscriptions #1982

Closed
1 task
jamessthompson opened this issue May 9, 2024 · 2 comments
Closed
1 task

Freightline height when dealing w/ 3 subscriptions #1982

jamessthompson opened this issue May 9, 2024 · 2 comments

Comments

@jamessthompson
Copy link

Checklist

  • [ x ] I've searched the issue queue to verify this is not a duplicate bug report.
  • [ x ] I've included steps to reproduce the bug.
  • [ x ] I've pasted the output of kargo version.
  • I've pasted logs, if applicable.

Description

When defining 3 subscriptions in a warehouse, the frieghtline height UI is too short, causing the versions to be cut off in at least Chrome and Edge under MacOS.

Screenshots

image

Steps to Reproduce

Define a warehouse with three subscriptions

apiVersion: kargo.akuity.io/v1alpha1
kind: Warehouse
metadata:
  name: sample
  namespace: kargo-sample
spec:
  subscriptions:
  - chart:
      name: chart1
      repoURL: https://charts.example.com/stable
      semverConstraint: 6.5.0
  - chart:
      name: chart2
      repoURL: https://chartstwo.example.com/stable
      semverConstraint: 1.0.1
  - image:
      imageSelectionStrategy: SemVer
      repoURL: us-docker.pkg.dev/some/image
      semverConstraint: 4.6.3

Version

╰─$ kargo version
Client Version: v0.5.2
Server Version: v0.6.0

Logs

Paste any relevant application logs here.
@Brightside56
Copy link
Contributor

I have been trying to work with about 8 subscriptions, and it's not usable at all, however it could be usable and helpful in conjunction with #761

@rbreeze
Copy link
Contributor

rbreeze commented Jun 4, 2024

As of 0.7.0, there is a scrollbar which makes the freightline much more usable with many artifacts in a single freight:

CleanShot 2024-06-04 at 10 03 33

@rbreeze rbreeze closed this as completed Jun 4, 2024
@krancour krancour added this to the v0.7.0 milestone Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants