Rework definition import to support multiple files and imports, nested messages, add configuration export/import

This commit is contained in:
2024-07-13 22:01:41 +09:30
parent 72c24a70ae
commit cf0a96591c
7 changed files with 330 additions and 82 deletions

View File

@@ -10,8 +10,10 @@
} }
</div>
@if(showRaw()) {
<h2>Preview</h2>
<div class="actions">
<button mat-flat-button (click)="copyToClipboard()">Copy</button>
</div>
<pre *ngIf="showRaw()"><code #code></code></pre>
<pre><code #code></code></pre>
}

View File

@@ -11,7 +11,7 @@ div {
}
div {
padding: 10px;
padding: 16px;
}
.actions {