Scaling slider limits to 100 pods - in GKE UI user can enter any number. Add a number field?
Guide contributeur
Stack technique
typescriptreact
Domaine
frontend
Type d'issue
feature
DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
2
Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
1-3 hours
Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
stale
ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
clear
Prérequis
ReactTypeScript
Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
60
Direction de recherche
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.