Home screen (#559)

* Use grid view for home screen

* Update release notes

* Prune dead code
This commit is contained in:
Oliver 2024-12-05 17:10:56 +11:00 committed by GitHub
parent d4b2204baf
commit 2964950b26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 41 additions and 15 deletions

View file

@ -56,6 +56,7 @@ class _InvenTreeSettingsState extends State<InvenTreeSettingsWidget> {
Navigator.push(context, MaterialPageRoute(builder: (context) => InvenTreeSelectServerWidget()));
},
),
Divider(),
ListTile(
title: Text(L10().appSettings),
subtitle: Text(L10().appSettingsDetails),