Skip to content

Commit

Permalink
migration UI fix (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed May 17, 2022
1 parent 39c1c52 commit 92d06ed
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions plantit/front_end/src/components/navigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -839,29 +839,6 @@
<b>Collection:</b>
{{ profile.migration.target_path }}
<br />
<b>Downloaded:</b>
<br />
<b-list-group
style="
max-height: 10rem;
overflow: scroll;
-webkit-overflow-scrolling: touch;
"
>
<b-list-group-item
:variant="profile.darkMode ? 'dark' : 'light'"
v-for="folder in downloadedFolders"
v-bind:key="folder.name"
>
<i
class="fas text-success fa-check fa-1x fa-fw"
></i>
{{ folder.name }},
{{ folder.files.length }} file(s)
</b-list-group-item>
</b-list-group>
<b>Uploaded:</b>
<br />
<b-list-group
style="
max-height: 10rem;
Expand Down

0 comments on commit 92d06ed

Please sign in to comment.