Skip to content

Commit

Permalink
Merge pull request #23 from bitovi/set-due-dates
Browse files Browse the repository at this point in the history
An entirely new interface
  • Loading branch information
justinbmeyer authored Nov 22, 2023
2 parents 69de287 + ddd7e67 commit 7187c20
Show file tree
Hide file tree
Showing 23 changed files with 4,207 additions and 235 deletions.
13 changes: 4 additions & 9 deletions pages/index.html.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = function (env) {
<ul class="flex gap-3 flex-grow items-baseline">
<li>
<a href="https://github.com/bitovi/jira-timeline-report"
class="text-neutral-800 text-3xl hover:underline font-bitovipoppins font-bold">Jira AutoScheduler</a>
class="text-neutral-800 text-3xl hover:underline font-bitovipoppins font-bold">Statistical AutoScheduler for Jira</a>
</li>
<li>
<a href="https://www.bitovi.com/services/agile-project-management-consulting"
Expand All @@ -28,20 +28,15 @@ module.exports = function (env) {
>by <img src="./images/bitovi-logo.png" class="inline align-baseline"/></a>
</li>
</ul>
<div>
<button id="logout"
class="p-1 block pointer bg-orange-400 text-white rounded-lg font-bitovipoppins font-lg font-bold"
style="border: none">Log out</button>
<div id="login">
</div>
</div>
</nav>
</div>
<div id="mainElement">Loading ... </div>
<script>
logout.onclick = function(){
localStorage.clear();
window.location.reload();
}
</script>
<script type="module">
import JiraOIDCHelpers from "./jira-oidc-helpers.js";
Expand Down
Loading

0 comments on commit 7187c20

Please sign in to comment.