Skip to content

Commit

Permalink
Update goldens (#3549)
Browse files Browse the repository at this point in the history
The new [`ColorScheme` change](flutter/flutter#144273) causes some golden failures in Cocoon. This PR is to update them.
  • Loading branch information
QuncCccccc authored Mar 6, 2024
1 parent 508432c commit b351a5b
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/lib/widgets/commit_author_avatar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class CommitAuthorAvatar extends StatelessWidget {
final ThemeData theme = Theme.of(context);

final double hue = (360.0 * authorHash / (1 << 15)) % 360.0;
final double themeValue = HSVColor.fromColor(theme.colorScheme.background).value;
final double themeValue = HSVColor.fromColor(theme.colorScheme.surface).value;
Color authorColor = HSVColor.fromAHSV(1.0, hue, 0.4, themeValue).toColor();
if (theme.brightness == Brightness.dark) {
authorColor = HSLColor.fromColor(authorColor).withLightness(.65).toColor();
Expand Down
Binary file modified dashboard/test/widgets/goldens/commit_box_test.idle.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 dashboard/test/widgets/goldens/commit_box_test.open.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.
Binary file modified dashboard/test/widgets/goldens/task_grid_test.dev.origin.dark.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 dashboard/test/widgets/goldens/task_grid_test.dev.origin.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.
Binary file modified dashboard/test/widgets/goldens/task_grid_test.dev.scroll_x.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.
Binary file modified dashboard/test/widgets/goldens/task_grid_test.dev.scroll_y.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.

0 comments on commit b351a5b

Please sign in to comment.