better to do
This commit is contained in:
parent
c11c2c9b63
commit
ba93340461
1 changed files with 4 additions and 3 deletions
|
|
@ -256,9 +256,10 @@ class Sidebar extends HookConsumerWidget {
|
||||||
icon: Icon(Icons.add),
|
icon: Icon(Icons.add),
|
||||||
),
|
),
|
||||||
IconButton(
|
IconButton(
|
||||||
onPressed: () => Navigator.of(context).push(
|
onPressed: () => showDialog(
|
||||||
// TODO: explore public rooms/spaces
|
context: context,
|
||||||
MaterialPageRoute(builder: (_) => SettingsPage()),
|
builder: (context) =>
|
||||||
|
AlertDialog(title: Text("To-do")),
|
||||||
),
|
),
|
||||||
icon: Icon(Icons.explore),
|
icon: Icon(Icons.explore),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue