The issue proposes adding an input field alongside the scaling slider to allow arbitrary pod count input instead of being limited to 100. First, locate the scaling slider component in the repository (likely in src/renderer/components/ or similar). Examine how the slider currently manages its state and value limits. Implement an input field that syncs with the slider value, possibly using a controlled component pattern. Ensure the input validates numeric input and respects the same min/max constraints. Check existing UI patterns for similar input slider combinations. The issue is old (2019), so verify the slider component still exists in the current codebase.
Scaling slider needs also input field · lensapp/lens#87 | Good First Issue