Skip to content

Commit

Permalink
general UI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisme committed Apr 2, 2022
1 parent f1a17f8 commit f14e0d0
Show file tree
Hide file tree
Showing 30 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/notifications/notification.dart
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,8 @@ class NotificationUIState extends State<NotificationUI>
.delete(widget.index);
});
},
child: Icon(AkarIcons.cross,
size: iconSize),
child:
Icon(AkarIcons.cross, size: 10),
)),
],
),
Expand Down
1 change: 1 addition & 0 deletions lib/notifications/notifications_table.dart
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ class NotificationTableState extends State<NotificationTable>
startActionPane:
ActionPane(motion: ScrollMotion(), children: actions),
endActionPane: ActionPane(
extentRatio: 0.25,
motion: ScrollMotion(),
children: <SlidableAction>[
SlidableAction(
Expand Down
2 changes: 1 addition & 1 deletion lib/screens/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class HomeScreen extends StatelessWidget {
Navigator.pop(context);
});
},
child: Icon(AkarIcons.trash_bin,
child: Icon(AkarIcons.trash_can,
key: Key('delete-all'),
color: Theme.of(context).colorScheme.secondary,
size: 30)),
Expand Down
Binary file modified test/golden-asserts/notification/is_expanded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/golden-asserts/notification/is_read.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/golden-asserts/screen/notification.png

0 comments on commit f14e0d0

Please sign in to comment.