Skip to content

Commit

Permalink
place background selector below in 2d mode
Browse files Browse the repository at this point in the history
  • Loading branch information
johnarban committed Dec 14, 2023
1 parent bf7c57b commit 17dec43
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions radwave/src/Radwave.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,17 +134,6 @@
</div>
<div id="right-buttons">
<!-- add a menu selector for background2DImageset -->
<v-select
v-if="modeReactive == '2D'"
v-model="background2DImageset"
:items="allSkyImagesets"
label="Background"
dense
outlined
hide-details
:color="accentColor"
class="pointer-events"
/>
</div>
</div>

Expand Down Expand Up @@ -173,6 +162,18 @@
:oninput="onInputChange"
/>
</div>
<div v-else id="time-controls" style="width:50%">
<v-select
v-if="modeReactive == '2D'"
v-model="background2DImageset"
:items="allSkyImagesets"
label="Background"
outlined
hide-details
:color="accentColor"
class="pointer-events"
/>
</div>
<div id="project-credits">
<div id="icons-container">
<a href="https://www.cosmicds.cfa.harvard.edu/" target="_blank" rel="noopener noreferrer"
Expand Down

0 comments on commit 17dec43

Please sign in to comment.