Files
@ cc69faa87c27
Branch filter:
Location: light9/web/edit-choice-demo.html - annotation
cc69faa87c27
1000 B
text/html
tear up and rewrite ascoltami to emit player state into the graph. web ui works but displays nothing but songs
4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 | <!doctype html>
<html>
<head>
<title></title>
<meta charset="utf-8" />
<script src="/node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="rdfdb-synced-graph.html">
<link rel="import" href="edit-choice.html">
<script src="/node_modules/n3/n3-browser.js"></script>
<script src="/lib/knockout/dist/knockout.js"></script>
<script src="/lib/shortcut/index.js"></script>
<script src="/lib/async/dist/async.js"></script>
<script src="/lib/underscore/underscore-min.js"></script>
</head>
<body>
<dom-bind>
<template>
<p>
<rdfdb-synced-graph graph="{{graph}}"></rdfdb-synced-graph>
</p>
<p>
edit-choice: <edit-choice graph="{{graph}}" uri="http://example.com/hello"></edit-choice>
</p>
<p>
<a href="http://light9.bigasterisk.com/effect/spideredge" >this has a label</a>
</template>
</dom-bind>
</body>
</html>
|