Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Errors #1029

Merged
merged 5 commits into from
Jul 16, 2024
Merged

Build Errors #1029

merged 5 commits into from
Jul 16, 2024

Conversation

LucaHaverty
Copy link
Collaborator

Description

Fixed build errors caused by preferences being of type 'object' and what I assume was a merge conflict to do with sliders

@LucaHaverty LucaHaverty requested review from HunterBarclay and a team as code owners July 16, 2024 16:48
@LucaHaverty LucaHaverty requested review from a-crowell and Dhruv-0-Arora and removed request for a team July 16, 2024 16:48
@LucaHaverty LucaHaverty changed the title Fixed build errors with sliders and settings modal Build Errors Jul 16, 2024
@@ -40,7 +39,7 @@ const ZoneConfigPanel: React.FC<PanelPropsImpl> = ({ panelId, openLocation, side
<NumberInput label="Points" placeholder="Zone points" defaultValue={1} onInput={v => setPoints(v || 1)} />
<Checkbox label="Destroy Gamepiece" defaultState={false} onClick={setDestroy} />
<Checkbox label="Persistent Points" defaultState={false} onClick={setPersistent} />
<Slider
{/* <Slider
Copy link
Collaborator

@Dhruv-0-Arora Dhruv-0-Arora Jul 16, 2024

Choose a reason for hiding this comment

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

Note: Sliders being commented will be overridden by PR #1021

@@ -22,11 +21,11 @@ const ZoneConfigPanel: React.FC<PanelPropsImpl> = ({ panelId, openLocation, side
// then set all default values to the state of the zone
const [, setName] = useState<string>("")
const [alliance, setAlliance] = useState<"red" | "blue">("blue")
const [, setParent] = useState<string>("")
const [,] = useState<string>("")
Copy link
Collaborator

Choose a reason for hiding this comment

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

Note: Also going to be overriden by Zone Config PR

Copy link
Collaborator

@Dhruv-0-Arora Dhruv-0-Arora left a comment

Choose a reason for hiding this comment

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

It runs 👍 ; Magnificent

@HunterBarclay HunterBarclay requested a review from a team as a code owner July 16, 2024 17:45
@HunterBarclay HunterBarclay requested review from PepperLola and BrandonPacewic and removed request for a team July 16, 2024 17:45
Copy link
Collaborator

@a-crowell a-crowell left a comment

Choose a reason for hiding this comment

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

It builds!

@HunterBarclay HunterBarclay merged commit 5fa5cad into dev Jul 16, 2024
13 checks passed
@HunterBarclay HunterBarclay deleted the haverty/bug/build-errors branch July 16, 2024 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants