Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a search query option for the addwidget dialog #81

Merged
merged 16 commits into from
Aug 18, 2024
Merged
Prev Previous commit
Next Next commit
Removed commented code
Gold872 committed Aug 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 7a3757bbbd18aed707959e3443f4b79612b8f769
9 changes: 0 additions & 9 deletions lib/pages/dashboard_page.dart
Original file line number Diff line number Diff line change
@@ -1875,15 +1875,6 @@ class _AddWidgetDialogState extends State<_AddWidgetDialog> {
),
),
),
// IconButton(
// onPressed: () => {
// setState(() {
// _searchVisible = !_searchVisible;
// _searchQuery = "";
// })
// },
// icon: const Icon(Icons.search_outlined)),
// const Spacer(),
TextButton(
onPressed: () {
widget._onClose?.call();