more stuff
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -42,3 +42,6 @@ a.py
|
|||||||
*.dxf
|
*.dxf
|
||||||
/public/*.dxf
|
/public/*.dxf
|
||||||
/pages/api/auth/*
|
/pages/api/auth/*
|
||||||
|
|
||||||
|
/cypress
|
||||||
|
cypress.json
|
||||||
@@ -75,7 +75,7 @@ export default function Manual() {
|
|||||||
<div className="flex flex-col">
|
<div className="flex flex-col">
|
||||||
<Pane width={480}>
|
<Pane width={480}>
|
||||||
{points.map((point, index) => (
|
{points.map((point, index) => (
|
||||||
<Pane className="flex flex-row">
|
<Pane className="flex flex-row items-center">
|
||||||
<TextInputField
|
<TextInputField
|
||||||
id={`len-${index}`}
|
id={`len-${index}`}
|
||||||
placeholder="0 m"
|
placeholder="0 m"
|
||||||
@@ -114,6 +114,7 @@ export default function Manual() {
|
|||||||
}}
|
}}
|
||||||
></TextInputField>
|
></TextInputField>
|
||||||
<Button
|
<Button
|
||||||
|
className="mb-5"
|
||||||
appearance="minimal"
|
appearance="minimal"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
let newPoints = points;
|
let newPoints = points;
|
||||||
|
|||||||
Reference in New Issue
Block a user