Skip to content

Commit

Permalink
ui/ux(vue): Hide instruction steps bar if only one instruction page i…
Browse files Browse the repository at this point in the history
…s defined.
  • Loading branch information
Nico-AP committed Jul 22, 2024
1 parent 730bfb2 commit 600ba44
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ddm/static/ddm/vue/css/vue_uploader.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ddm/static/ddm/vue/js/vue_uploader.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ddm/static/ddm/vue/js/vue_uploader.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<template>
<div :id="'carousel-' + componentId" class="carousel carousel-dark slide" data-bs-interval="false" data-bs-ride="carousel" data-bs-wrap="false" >

<div class="d-flex justify-content-between align-items-center slide-area">
<div v-if="instructions.length > 1" class="d-flex justify-content-between align-items-center slide-area">
<div class="slide-control-steps-heading">{{ $t('steps') }}</div>
<div v-for="(i, index) in instructions" :key="index" class="flex-grow-1 text-center">
<button
Expand Down

0 comments on commit 600ba44

Please sign in to comment.