+
+
+
setFileData(e)}
+ multiple={false}
+ accept="image/png, image/jpeg, image/jpg, image/webp"
+ />
+
+
+ {ticketUrl && (
+ <>
+

+
+ >
+ )}
+ {!ticketUrl &&
Aucune étiquette
}
+
+
+ );
+}
diff --git a/src/renderer/index.css b/src/renderer/index.css
new file mode 100644
index 0000000..476e7d6
--- /dev/null
+++ b/src/renderer/index.css
@@ -0,0 +1,46 @@
+/*
+ * @NOTE: Prepend a `~` to css file paths that are in your node_modules
+ * See https://github.com/webpack-contrib/sass-loader#imports
+ */
+
+:root {
+ --gap: 20px;
+ --gap-smaller: 10px;
+ --black: rgb(30, 41, 59);
+ --black-hover: rgba(57, 91, 145, 0.6);
+ --black-disabled: rgba(30, 41, 59, 0.2);
+ --black-transparent: rgba(30, 41, 59, 0.5);
+ --border-radius: 10px;
+}
+
+* {
+ font-family: "Roboto", sans-serif;
+ font-weight: 400;
+ font-style: normal;
+}
+
+body {
+ position: relative;
+ color: white;
+ height: 100vh;
+ background: #111;
+ overflow-y: hidden;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ text-transform: uppercase;
+ font-family: "Roboto", sans-serif;
+ font-weight: 500;
+ font-style: thin;
+}
+
+#root {
+ width: 100%;
+ height: 100%;
+ display: flex;
+ justify-content: center;
+ padding: var(--gap);
+}
diff --git a/src/renderer/index.ejs b/src/renderer/index.ejs
new file mode 100644
index 0000000..90011b0
--- /dev/null
+++ b/src/renderer/index.ejs
@@ -0,0 +1,20 @@
+
+
+
+