Skip to content

Commit 29daa79

Browse files
committed
Fix empty icon width in icon selector is not consistent
Add online help to esp3d.io in info page
1 parent 193447d commit 29daa79

File tree

14 files changed

+44
-2
lines changed

14 files changed

+44
-2
lines changed

dist/CNC/GRBL/index.html.gz

156 Bytes
Binary file not shown.

dist/CNC/GRBLHal/index.html.gz

155 Bytes
Binary file not shown.

dist/Plotter/HP-GL/index.html.gz

154 Bytes
Binary file not shown.
161 Bytes
Binary file not shown.
161 Bytes
Binary file not shown.
163 Bytes
Binary file not shown.
164 Bytes
Binary file not shown.

dist/SandTable/GRBL/index.html.gz

158 Bytes
Binary file not shown.

src/components/App/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818
import { h } from "preact"
1919
import { webUIbuild } from "../../targets"
20-
export const webUIversion = "3.0.0-a79"
20+
export const webUIversion = "3.0.0-a80"
2121
export const Esp3dVersion = () => (
2222
<span>
2323
{webUIversion}.{webUIbuild}

src/components/Controls/Button.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ const modifiers = {
4848
m2: "m-2",
4949
m1: "m-1",
5050
mt1: "mt-1",
51+
min2rem: "min2rem",
52+
min1rem: "min1rem",
5153
}
5254
const Button = createComponent("button", "btn", modifiers)
5355

0 commit comments

Comments
 (0)