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 4bdd4c1d8a - Show all commits
+5 -3
View File
@@ -692,16 +692,18 @@ async function deleteIdentityRow(id: number) {
/> />
</svg> </svg>
</button> </button>
<div class="flex items-center gap-2 truncate">
<span class="truncate text-sm font-semibold text-white">JDB-NET SSH</span>
<a <a
href="https://git.jdbnet.co.uk/jamie/ssh" href="https://git.jdbnet.co.uk/jamie/ssh"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
class="flex items-center gap-2 truncate" class="truncate text-xs text-slate-400 hover:text-slate-300"
> >
<span class="truncate text-sm font-semibold text-white">JDB-NET SSH</span> {{ appVersion }}
<span class="truncate text-xs text-slate-400 hover:text-slate-300">{{ appVersion }}</span>
</a> </a>
</div> </div>
</div>
<div class="flex items-center gap-2"> <div class="flex items-center gap-2">
<button <button
type="button" type="button"