Skip to content

Commit

Permalink
wip: cloud start new workflow mvp
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronm-2112 committed Jan 7, 2025
1 parent fec88e9 commit 49e696f
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions src/renderer/src/sections/guided_mode/guided_curate_dataset.html
Original file line number Diff line number Diff line change
Expand Up @@ -847,8 +847,6 @@ <h2 class="text-sub-step-title">
<button
class="guided--radio-button tile-button"
id="guided-button-generate-cloud-sync-folder"
data-next-element="guided-section-dataset-sparc-funded"
data-button-config-value="dataset-follows-sparc-standard"
data-button-config-value-state="yes"
>
<div class="tile-button-icon">
Expand Down Expand Up @@ -898,9 +896,7 @@ <h2>Cloud Synced Folder</h2>
</button>
<button
class="guided--radio-button tile-button"
id="guided-button-follow-sparc-data-standard"
data-next-element="guided-section-dataset-sparc-funded"
data-button-config-value="dataset-follows-sparc-standard"
id="guided-button-generate-local-folder"
data-button-config-value-state="yes"
>
<div class="tile-button-icon">
Expand Down Expand Up @@ -950,10 +946,7 @@ <h2>Local Folder</h2>
</button>
<button
class="guided--radio-button tile-button"
id="guided-button-follow-sparc-data-standard"
data-next-element="guided-section-dataset-sparc-funded"
data-button-config-value="dataset-follows-sparc-standard"
data-button-config-value-state="yes"
id="guided-button-generate-pennsieve-folder"
>
<div class="tile-button-icon">
<svg
Expand Down Expand Up @@ -6035,17 +6028,6 @@ <h2 class="text-sub-step-title">
</div>
</div>

<div
id="guided-generate-cloud-synced-dataset-tab"
class="guided--page"
data-page-name="Generate Dataset"
>
<div class="guided--section">
<h1 class="text-sub-step-title">Generate Dataset</h1>
<p class="guided--help-text">TODO: Use Normal Upload Dataset Page Here</p>
</div>
</div>

<div
id="guided-dataset-generation-confirmation-tab"
class="guided--page"
Expand Down

0 comments on commit 49e696f

Please sign in to comment.