what have i done
This commit is contained in:
@ -11,6 +11,7 @@
|
||||
import ConfirmDialog from "./lib/components/ui/ConfirmDialog.svelte";
|
||||
import InputDialog from "./lib/components/ui/InputDialog.svelte";
|
||||
import TemplateDialog from "./lib/components/ui/TemplateDialog.svelte";
|
||||
import CsoundReference from "./lib/components/reference/CsoundReference.svelte";
|
||||
import {
|
||||
createCsoundDerivedStores,
|
||||
type LogEntry,
|
||||
@ -276,6 +277,11 @@
|
||||
label: "Files",
|
||||
content: filesTabContent,
|
||||
},
|
||||
{
|
||||
id: "reference",
|
||||
label: "Reference",
|
||||
content: referenceTabContent,
|
||||
},
|
||||
];
|
||||
</script>
|
||||
|
||||
@ -294,6 +300,10 @@
|
||||
/>
|
||||
{/snippet}
|
||||
|
||||
{#snippet referenceTabContent()}
|
||||
<CsoundReference />
|
||||
{/snippet}
|
||||
|
||||
<div class="app-container">
|
||||
<TopBar title="OldBoy">
|
||||
{#snippet leftActions()}
|
||||
|
||||
Reference in New Issue
Block a user