chat worked
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
// [/SECTION]
|
||||
|
||||
// [SECTION: STATE]
|
||||
let history = [];
|
||||
let loading = false;
|
||||
let history = $state([]);
|
||||
let loading = $state(false);
|
||||
// [/SECTION]
|
||||
|
||||
// [DEF:onMount:Function]
|
||||
@@ -66,7 +66,7 @@
|
||||
<h3 class="text-sm font-semibold text-gray-400 uppercase tracking-wider">
|
||||
{$t.git.history}
|
||||
</h3>
|
||||
<Button variant="ghost" size="sm" on:click={loadHistory} class="text-blue-600">
|
||||
<Button variant="ghost" size="sm" onclick={loadHistory} class="text-blue-600">
|
||||
{$t.git.refresh}
|
||||
</Button>
|
||||
</div>
|
||||
@@ -95,4 +95,4 @@
|
||||
</div>
|
||||
<!-- [/SECTION] -->
|
||||
|
||||
<!-- [/DEF:CommitHistory:Component] -->
|
||||
<!-- [/DEF:CommitHistory:Component] -->
|
||||
|
||||
Reference in New Issue
Block a user