Skip to content

Conversation

@karnishein
Copy link
Contributor

image image

@karnishein karnishein self-assigned this Jan 26, 2026
@karnishein karnishein added the feature A new Feature! label Jan 26, 2026
Comment on lines 16 to 21
submitClimbSides: (climbSide: ClimbSide, isAuto: boolean) => void;
submitClimbLevelAndTime: (
climbLevel: ClimbLevel,
climbTimes: ClimbTime | AutoClimbTime,
isAuto: boolean,
) => void;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consider making these functions in this component and instead pass in a submitClimb

<div className="flex flex-row h-full w-full">
<ClimbInput
isAuto={false}
submitClimbSides={(inputClimbSides: ClimbSide, isAuto: boolean) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what i told earlier, pass in a submitClimb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature A new Feature!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants