chore: reorganise frontend code

This commit is contained in:
Suyog Tandel
2026-01-12 01:01:56 +05:30
parent 5f2d13710a
commit a9db653787
18 changed files with 1032 additions and 958 deletions
+1 -1
View File
@@ -2949,7 +2949,7 @@ dependencies = [
[[package]]
name = "picoforge"
version = "0.1.3"
version = "0.1.4"
dependencies = [
"anyhow",
"bitflags 2.10.0",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "picoforge"
version = "0.1.4"
version = "0.1.5"
description = "An open source commissioning tool for Pico FIDO security keys. Developed with Rust, Tauri, and Svelte."
authors = ["Suyog Tandel"]
license = "AGPL-3.0"
+2 -2
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "picoforge",
"version": "0.1.4",
"version": "0.1.5",
"identifier": "in.suyogtandel.picoforge",
"build": {
"beforeDevCommand": "deno task dev",
@@ -19,7 +19,7 @@
"minHeight": 250,
"resizable": true,
"decorations": false,
"transparent": true
"transparent": false
}
],
"security": {