Skip to content

Commit 2e776d0

Browse files
author
Tamoor Shahid
committed
Added other arrows
1 parent 971c575 commit 2e776d0

File tree

1 file changed

+47
-1
lines changed

1 file changed

+47
-1
lines changed

src/screens/OavMover/OavSideBar.tsx

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,29 @@ export function MoveArrows() {
1818
paddingTop={1}
1919
paddingBottom={1}
2020
>
21+
Movement
2122
<Grid2 container spacing={0} columns={3}>
2223
<Grid2 size={3}>
23-
<b>Nudge sample:</b>
24+
<b>Block Move</b>
25+
</Grid2>
26+
<Grid2 size={1} />{" "}
27+
<Grid2 size={1}>
28+
<Button style={{ backgroundColor: "red" }}>Y-Y</Button>
29+
</Grid2>{" "}
30+
<Grid2 size={1} />
31+
<Grid2 size={1}>
32+
<Button style={{ backgroundColor: "red" }}>X-X</Button>
33+
</Grid2>{" "}
34+
<Grid2 size={1} />
35+
<Grid2 size={1}>
36+
<Button style={{ backgroundColor: "red" }}>X+X</Button>
37+
</Grid2>{" "}
38+
<Grid2 size={1} />{" "}
39+
<Grid2 size={1}>
40+
<Button style={{ backgroundColor: "red" }}>Y+Y</Button>
41+
</Grid2>{" "}
42+
<Grid2 size={3}>
43+
<b>Window Move</b>
2444
</Grid2>
2545
<Grid2 size={1} />{" "}
2646
<Grid2 size={1}>
@@ -46,7 +66,33 @@ export function MoveArrows() {
4666
<ArrowDownwardRounded />
4767
</Button>
4868
</Grid2>{" "}
69+
<Grid2 size={3}>
70+
<b>Nudge Move</b>
71+
</Grid2>
72+
<Grid2 size={1} />{" "}
73+
<Grid2 size={1}>
74+
<Button>
75+
<ArrowUpwardRounded />
76+
</Button>
77+
</Grid2>{" "}
78+
<Grid2 size={1} />
79+
<Grid2 size={1}>
80+
<Button>
81+
<ArrowBackRounded />
82+
</Button>
83+
</Grid2>{" "}
4984
<Grid2 size={1} />
85+
<Grid2 size={1}>
86+
<Button>
87+
<ArrowForwardRounded />
88+
</Button>
89+
</Grid2>{" "}
90+
<Grid2 size={1} />{" "}
91+
<Grid2 size={1}>
92+
<Button>
93+
<ArrowDownwardRounded />
94+
</Button>
95+
</Grid2>{" "}
5096
</Grid2>
5197
</Box>
5298
);

0 commit comments

Comments
 (0)