-
- Downloads
There was an error fetching the commit references. Please try again later.
Refactor showStagedIcon property's behavior to match its name
Previously, the `showStagedIcon` property was doing the opposite of what its name suggested. It was rendering the staged icon when `showStagedIcon` was `false` and rendering the regular icon when it was `true`.
Showing
- app/assets/javascripts/ide/components/file_row_extra.vue 1 addition, 1 deletionapp/assets/javascripts/ide/components/file_row_extra.vue
- app/assets/javascripts/vue_shared/components/changed_file_icon.vue 2 additions, 2 deletions...s/javascripts/vue_shared/components/changed_file_icon.vue
- changelogs/unreleased/refactor-showStagedIcon.yml 5 additions, 0 deletionschangelogs/unreleased/refactor-showStagedIcon.yml
- spec/frontend/vue_shared/components/changed_file_icon_spec.js 2 additions, 4 deletions.../frontend/vue_shared/components/changed_file_icon_spec.js
Please register or sign in to comment