added prj editing page, must change to dialog bcz page too big
All checks were successful
Build CI / AMD64 Build (push) Successful in 3m23s
Build CI / ARM64 Build (push) Successful in 7m16s

This commit is contained in:
2026-02-15 19:06:08 +05:30
parent 985d7e5e21
commit ec3e69ffa9
8 changed files with 203 additions and 32 deletions

View File

@@ -21,7 +21,7 @@ class HomePage extends StatelessWidget {
body: Padding(
padding: const EdgeInsets.all(8.0),
child: !gm.importedData
? Container()
? YaruLinearProgressIndicator()
: gm.lenPrj > 0
? LayoutBuilder(
builder: (context, constraints) {