Client: QR print updates

* Added grid borders
* Replaced row height with instead choosing number of rows
* Added support for negative margins
* New QR code content format
* Added number inputs to all sliders
This commit is contained in:
Donkie
2023-08-02 21:00:36 +02:00
parent 0043f536ee
commit 437213c7d4
5 changed files with 335 additions and 141 deletions

View File

@@ -41,9 +41,8 @@ const SelectAndPrint: React.FC = () => {
setStep(1);
}}
items={selectedSpools.map((spool) => ({
value: `S:${spool.id}`,
// value: `https://spoolman.lan/spool/show/${spool.id}`,
// label: `hello`,
value: `web+spoolman:s-${spool.id}`,
label: `s-${spool.id}`,
errorLevel: "H",
}))}
/>