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),
|
||||
),
|
||||
IconButton(
|
||||
onPressed: () => Navigator.of(context).push(
|
||||
// TODO: explore public rooms/spaces
|
||||
MaterialPageRoute(builder: (_) => SettingsPage()),
|
||||
onPressed: () => showDialog(
|
||||
context: context,
|
||||
builder: (context) =>
|
||||
AlertDialog(title: Text("To-do")),
|
||||
),
|
||||
icon: Icon(Icons.explore),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue