moved editing page to popup
All checks were successful
Build CI / AMD64 Build (push) Successful in 1m54s
All checks were successful
Build CI / AMD64 Build (push) Successful in 1m54s
This commit is contained in:
@@ -10,15 +10,6 @@ class EditorFAB extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
return FloatingActionButton(
|
||||
onPressed: () {
|
||||
// gm.add(
|
||||
// Project.validated(
|
||||
// "Kimi",
|
||||
// "Rust",
|
||||
// "/home/arrow/Gitted/cowin",
|
||||
// [],
|
||||
// true,
|
||||
// ),
|
||||
// );
|
||||
TextEditingController nameController = TextEditingController();
|
||||
TextEditingController commandController = TextEditingController();
|
||||
TextEditingController commandTemplateController =
|
||||
|
||||
Reference in New Issue
Block a user