Compiled voor productie

This commit is contained in:
2024-10-07 15:53:17 +02:00
parent a939eaa555
commit 12e1fb3603
3 changed files with 4 additions and 4 deletions

2
dist/taskpane.html vendored
View File

@@ -1 +1 @@
<!doctype html><html><head><meta charset="UTF-8"/><meta http-equiv="X-UA-Compatible" content="IE=Edge"/><meta name="viewport" content="width=device-width,initial-scale=1"><title>Contoso Task Pane Add-in</title><script src="https://appsforoffice.microsoft.com/lib/1.1/hosted/office.js"></script><link rel="stylesheet" href="https://static2.sharepointonline.com/files/fabric/office-ui-fabric-core/11.0.0/css/fabric.min.css"/><link href="c08679ea19c3178e4320.css" rel="stylesheet"/><script defer="defer" src="polyfill.js"></script><script defer="defer" src="taskpane.js"></script></head><body class="ms-font-m ms-welcome ms-Fabric"><header class="ms-welcome__header"><h1 class="ms-font-su" style="color:#fff">OVAS</h1></header><main style="color:#fff" id="app-body" class="ms-welcome__main" style="display:none"><ul class="ms-List ms-welcome__features"><li class="ms-ListItem"><i class="ms-Icon ms-Icon--Ribbon ms-font-xl"></i> <span class="ms-font-m" style="color:#5f9ea0">Zoek bijbehorende bestellingen efficient vanuit Outlook</span></li></ul><button class="run-button" id="run"><span id="btn-text">Zoek naar bestellingen</span><div class="loader" id="loader"></div></button><p><label id="item-subject"></label></p><div id="results"></div></main></body></html> <!doctype html><html><head><meta charset="UTF-8"/><meta http-equiv="X-UA-Compatible" content="IE=Edge"/><meta name="viewport" content="width=device-width,initial-scale=1"><title>Contoso Task Pane Add-in</title><script src="https://appsforoffice.microsoft.com/lib/1.1/hosted/office.js"></script><link rel="stylesheet" href="https://static2.sharepointonline.com/files/fabric/office-ui-fabric-core/11.0.0/css/fabric.min.css"/><link href="c08679ea19c3178e4320.css" rel="stylesheet"/><script defer="defer" src="polyfill.js"></script><script defer="defer" src="taskpane.js"></script></head><body class="ms-font-m ms-welcome ms-Fabric"><header class="ms-welcome__header"><h1 class="ms-font-su" style="color:#5f9ea0">OVAS</h1></header><main style="color:#fff" id="app-body" class="ms-welcome__main" style="display:none"><ul class="ms-List ms-welcome__features"><li class="ms-ListItem"><i class="ms-Icon ms-Icon--Ribbon ms-font-xl" style="color:#5f9ea0"></i> <span class="ms-font-m" style="color:#5f9ea0">Zoek bijbehorende bestellingen efficient vanuit Outlook</span></li></ul><button class="run-button" id="run"><span id="btn-text">Zoek naar bestellingen</span><div class="loader" id="loader"></div></button><p><label id="item-subject"></label></p><div id="results"></div></main></body></html>

File diff suppressed because one or more lines are too long

View File

@@ -22,12 +22,12 @@
<body class="ms-font-m ms-welcome ms-Fabric"> <body class="ms-font-m ms-welcome ms-Fabric">
<header class="ms-welcome__header"> <header class="ms-welcome__header">
<h1 class="ms-font-su" style="color: white;">OVAS</h1> <h1 class="ms-font-su" style="color: cadetblue;">OVAS</h1>
</header> </header>
<main style="color: white;" id="app-body" class="ms-welcome__main" style="display: none;"> <main style="color: white;" id="app-body" class="ms-welcome__main" style="display: none;">
<ul class="ms-List ms-welcome__features"> <ul class="ms-List ms-welcome__features">
<li class="ms-ListItem"> <li class="ms-ListItem">
<i class="ms-Icon ms-Icon--Ribbon ms-font-xl"></i> <i class="ms-Icon ms-Icon--Ribbon ms-font-xl" style="color: cadetblue;"></i>
<span class="ms-font-m" style="color: cadetblue;">Zoek bijbehorende bestellingen efficient vanuit Outlook</span> <span class="ms-font-m" style="color: cadetblue;">Zoek bijbehorende bestellingen efficient vanuit Outlook</span>
</li> </li>
</ul> </ul>