Scaling slider limits to 100 pods - in GKE UI user can enter any number. Add a number field?
Contributor guide
Tech stack
typescriptreact
Domain
frontend
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
2
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
clear
Prerequisites
ReactTypeScript
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
60
Research direction
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.