Skip to content

Commit

Permalink
Lightly modify new release icons
Browse files Browse the repository at this point in the history
  • Loading branch information
kitallis committed Mar 13, 2024
1 parent 7e98d34 commit a86a776
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
5 changes: 5 additions & 0 deletions app/assets/images/v2/forward_step_fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions app/assets/images/v2/play_fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions app/assets/images/v2/user_cog_fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions app/components/v2/release_list_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,23 @@ def release_options
{
title: "Minor",
subtitle: start_minor_text,
icon: "v2/play_empty.svg",
icon: "v2/play_fill.svg",
opt_name: "has_major_bump",
opt_value: "false",
options: {checked: true, data: {action: "reveal#hide"}}
},
{
title: "Major",
subtitle: start_major_text,
icon: "v2/fast_forward.svg",
icon: "v2/forward_step_fill.svg",
opt_name: "has_major_bump",
opt_value: "true",
options: {checked: false, data: {action: "reveal#hide"}}
},
{
title: "Custom",
subtitle: "Specify a release version",
icon: "v2/user_cog.svg",
icon: "v2/user_cog_fill.svg",
opt_name: "has_major_bump",
opt_value: nil,
options: {checked: false, data: {action: "reveal#show"}}
Expand Down

0 comments on commit a86a776

Please sign in to comment.