|
|
@ -15,6 +15,7 @@ |
|
|
|
<script lang="ts"> |
|
|
|
<script lang="ts"> |
|
|
|
import LoginBox from '/src/components/LoginBox.svelte' |
|
|
|
import LoginBox from '/src/components/LoginBox.svelte' |
|
|
|
import Card from '../components/Card.svelte' |
|
|
|
import Card from '../components/Card.svelte' |
|
|
|
|
|
|
|
import Priorities from '../components/Priorities.svelte' |
|
|
|
export let apiTestResult |
|
|
|
export let apiTestResult |
|
|
|
console.log('Hello World!', apiTestResult) |
|
|
|
console.log('Hello World!', apiTestResult) |
|
|
|
|
|
|
|
|
|
|
@ -105,6 +106,7 @@ |
|
|
|
</svelte:head> |
|
|
|
</svelte:head> |
|
|
|
|
|
|
|
|
|
|
|
<h1>AO SvelteKit</h1> |
|
|
|
<h1>AO SvelteKit</h1> |
|
|
|
|
|
|
|
<Priorities /> |
|
|
|
<LoginBox /> |
|
|
|
<LoginBox /> |
|
|
|
<h2>themes test</h2> |
|
|
|
<h2>themes test</h2> |
|
|
|
<audio id="sound1" preload="auto" src={themeSounds[currentTheme]} /> |
|
|
|
<audio id="sound1" preload="auto" src={themeSounds[currentTheme]} /> |
|
|
@ -148,11 +150,13 @@ svg img static: |
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
<h2>todo</h2> |
|
|
|
<h2>todo</h2> |
|
|
|
<ul> |
|
|
|
<ul> |
|
|
|
<li>add ability to install and verify install of ao-server via ao-cli</li> |
|
|
|
<li>add command-line chatroom to ao-cli (host or join)</li> |
|
|
|
<li>render manual in browser</li> |
|
|
|
<li>render manual in browser</li> |
|
|
|
|
|
|
|
<li>add distinction between logged-out and logged-in and add ability to log in</li> |
|
|
|
|
|
|
|
<li>add Echelons page that shows my priorities</li> |
|
|
|
|
|
|
|
<li>add ability to install and verify install of ao-server via ao-cli</li> |
|
|
|
<li>add ability to view state.aos list in cli</li> |
|
|
|
<li>add ability to view state.aos list in cli</li> |
|
|
|
<li>add ability to connect your AO server to another AO in ao-cli</li> |
|
|
|
<li>add ability to connect your AO server to another AO in ao-cli</li> |
|
|
|
<li>add command-line chatroom to ao-cli (host or join)</li> |
|
|
|
|
|
|
|
<li>start to add more metadata to AOs in list: sshKey, isSharable, maybe isVerified. maybe sublist of aos: for each ao (or hops variable)</li> |
|
|
|
<li>start to add more metadata to AOs in list: sshKey, isSharable, maybe isVerified. maybe sublist of aos: for each ao (or hops variable)</li> |
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
<h2>features</h2> |
|
|
|
<h2>features</h2> |
|
|
|