appvia / lens-extension-fluxcd

Lens extension adding support for FluxCD objects
Other
13 stars 4 forks source link

Vertical scrolling does no longer work #1

Closed okaufmann closed 11 months ago

okaufmann commented 1 year ago

Hi @sponte

Firstly, I'd like to express my gratitude for your incredible Lens extension for FluxCD. It's been instrumental in facilitating my work with FluxCD Clusters.

Issue Description:

I've come across a bug where the vertical scrolling functionality seems to be impaired.

CleanShot 2023-08-26 at 02 31 14

On inspecting with the developer console, disabling the rule on the main tag appears to restore the scrolling:

CleanShot 2023-08-26 at 02 37 43

Affected Version

Lens: 2023.5.310801-latest
Extension API: 6.5.2
Electron: 22.3.10
Chrome: 108.0.5359.215
Node: 16.17.1
© 2023 Mirantis, Inc.

Attempted Resolution:

I ventured into resolving the issue myself and intended to submit a PR. However, I encountered build challenges, particularly with the system looking for files under @k8slens/extensions/dist/src/common/k8s-api/kube-json-api.

Could you guide me on building the extension? With your assistance, I'd be more than willing to address the bug and submit a PR.

Thank you for your attention and support.