refactor: move floor plan editor into own widget

This commit is contained in:
2026-05-13 12:49:30 +02:00
parent 7bf3aa29ea
commit 4e670e1aba
9 changed files with 448 additions and 218 deletions
@@ -68,6 +68,7 @@ class SensorListScreen extends ConsumerWidget {
onPressed: () => showModalBottomSheet<void>(
context: context,
isScrollControlled: true,
useRootNavigator: true,
builder: (_) => const BleProvisionSheet(),
).then((_) => ref.invalidate(sensorsProvider)),
child: const Icon(Icons.add),