Skip to content

Commit

Permalink
wip: select existing cloud workflow starting options
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronm-2112 committed Jan 7, 2025
1 parent 789bc6e commit c69c4ce
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions src/renderer/src/sections/guided_mode/guided_curate_dataset.html
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ <h2>On Pennsieve</h2>
<button
class="guided--radio-button tile-button"
id="guided-button-resume-cloud-dataset"
data-next-element="guided-section-select-cloud-folder"
data-next-element="guided-section-import-cloud-dataset"
>
<div class="tile-button-icon">
<svg
Expand Down Expand Up @@ -397,8 +397,8 @@ <h2>On a local cloud synced folder</h2>
</button>
<button
class="guided--radio-button tile-button"
id="guided-button-resume-cloud-dataset"
data-next-element="guided-section-select-cloud-folder"
id="guided-button-resume-local-folder-not-cloud-dataset"
data-next-element="guided-section-import-cloud-dataset"
>
<div class="tile-button-icon">
<svg
Expand Down Expand Up @@ -438,6 +438,23 @@ <h2>On a local folder not synced to the cloud</h2>
</div>
</div>

<div class="guided--section" id="guided-section-import-cloud-dataset" style="height: 70%">
<label class="guided--form-label centered mb-sm mt-lg">
Select the cloud synced folder where your dataset is located below:
</label>

<input placeholder="Enter your dataset folder location here"/>
<button
class="ui positive button"
style="
background-color: var(--color-light-green) !important;
width: 300px !important;
"
>
Confirm
</button>
</div>

<div
class="guided--section"
id="guided-section-select-pennsieve-dataset-to-resume"
Expand Down

0 comments on commit c69c4ce

Please sign in to comment.