refactor: 🎨 remove package-lock.json from root #16

Merged
jamie merged 6 commits from v1.1.1 into main 2026-06-02 23:25:43 +01:00
Showing only changes of commit 336334c7f5 - Show all commits
+2 -2
View File
@@ -705,14 +705,14 @@ async function deleteIdentityRow(id: number) {
<div class="flex items-center gap-2"> <div class="flex items-center gap-2">
<button <button
type="button" type="button"
class="rounded-lg px-3 py-1.5 text-xs text-slate-400 hover:bg-slate-800 hover:text-white" class="hidden rounded-lg px-3 py-1.5 text-xs text-slate-400 hover:bg-slate-800 hover:text-white md:inline-flex"
@click="openApiKeys" @click="openApiKeys"
> >
API keys API keys
</button> </button>
<button <button
type="button" type="button"
class="rounded-lg px-3 py-1.5 text-xs text-slate-400 hover:bg-slate-800 hover:text-white" class="hidden rounded-lg px-3 py-1.5 text-xs text-slate-400 hover:bg-slate-800 hover:text-white md:inline-flex"
@click="openAuditLog" @click="openAuditLog"
> >
Connection audit Connection audit