Skip to content

Commit

Permalink
Apps Launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
gigamaster committed Oct 28, 2024
1 parent 6a03b70 commit c929900
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/asset/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ function alpineInstance() {
}
}
document.addEventListener('DOMContentLoaded', function(event) {
fetch('./modal-launcher.html')
fetch('https://gigamaster.github.io/codemo/asset/modal-launcher.html')
.then(function (response) {
return response.text()
})
Expand Down
2 changes: 1 addition & 1 deletion app/asset/modal-launcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
x-init="fetch('https://gigamaster.github.io/codemo/asset/launcher.json')
.then(response => response.json())
.then(data => apps = data)"
x-bind:class="{'p-2': layout === 'list', 'p-2': layout === 'grid'}"
x-bind:class="{'app-list': layout === 'list', 'app-grid': layout === 'grid'}"
>
<nav class="flex flex-row w-full items-center justify-between px-2">
<div>
Expand Down
2 changes: 1 addition & 1 deletion src/template/foot.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
class="m-1 mb-2 p-1 transition-colors duration-500 rounded-md text-gray-400 bg-gray-100 hover:text-light hover:bg-primary dark:hover:text-light dark:hover:bg-primary-dark dark:bg-dark"
x-on:click.prevent="openWithSelfMain('https://gigamaster.github.io/codemo/tools/notes/index.html','Codemo Digital Nomad—Notes','960','540')"
type="button"
title="Tasks Manager"
title="Notes"
>
<i class="icon-notes w-6 h-6"></i>
</button>
Expand Down

0 comments on commit c929900

Please sign in to comment.