Merge branch 'qrcode' into master

This commit is contained in:
Donkie
2023-08-08 21:32:41 +02:00
13 changed files with 1575 additions and 5 deletions

View File

@@ -37,6 +37,7 @@ import {
SpoolIconColumn,
} from "../../components/column";
import { setSpoolArchived } from "./functions";
import SelectAndPrint from "../../components/selectAndPrintDialog";
dayjs.extend(utc);
@@ -191,6 +192,7 @@ export const SpoolList: React.FC<IResourceComponentsProps> = () => {
<List
headerButtons={({ defaultButtons }) => (
<>
<SelectAndPrint />
<Button
type="primary"
icon={<InboxOutlined />}