mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-22 20:22:51 +00:00
renamed prioritySlot to checkboxSlot
This commit is contained in:
parent
8619f0a7f2
commit
c2bb7552ab
@ -119,7 +119,7 @@ Vue.component("autobuyer-box", {
|
||||
</div>
|
||||
<div class="c-autobuyer-box-row__intervalSlot"><slot name="intervalSlot" /></div>
|
||||
<div class="c-autobuyer-box-row__toggleSlot"><slot name="toggleSlot" /></div>
|
||||
<div class="c-autobuyer-box-row__prioritySlot"><slot name="prioritySlot" /></div>
|
||||
<div class="c-autobuyer-box-row__checkboxSlot"><slot name="checkboxSlot" /></div>
|
||||
<div class="c-autobuyer-box-row__optionSlot"><slot name="optionSlot" /></div>
|
||||
<div class="l-autobuyer-box__footer" @click="toggle">
|
||||
<label
|
||||
|
@ -90,7 +90,7 @@ Vue.component("big-crunch-autobuyer-box", {
|
||||
v-bind="modeProps(mode).input"
|
||||
/>
|
||||
</template>
|
||||
<template slot="secondarySlot" style="margin-top: 1.2rem;">
|
||||
<template slot="checkboxSlot" style="margin-top: 1.2rem;">
|
||||
<span>Dynamic amount:</span>
|
||||
<div
|
||||
class="o-autobuyer-toggle-checkbox c-autobuyer-box__small-text"
|
||||
|
@ -41,7 +41,7 @@ Vue.component("dimboost-autobuyer-box", {
|
||||
property="maxDimBoosts"
|
||||
/>
|
||||
</template>
|
||||
<template :slot=" isBuyMaxUnlocked ? 'secondarySlot' : 'toggleSlot' ">
|
||||
<template :slot=" isBuyMaxUnlocked ? 'checkboxSlot' : 'toggleSlot' ">
|
||||
<div class="c-autobuyer-box__small-text" style="height: 3rem;">
|
||||
Antimatter Galaxies required to always Dimension Boost,
|
||||
ignoring the limit:
|
||||
@ -60,7 +60,7 @@ Vue.component("dimboost-autobuyer-box", {
|
||||
property="buyMaxInterval"
|
||||
/>
|
||||
</template>
|
||||
<template v-else-if="isBulkBuyUnlocked" slot="secondarySlot">
|
||||
<template v-else-if="isBulkBuyUnlocked" slot="checkboxSlot">
|
||||
<div class="c-autobuyer-box__small-text" style="margin-top: 1.2rem;">Bulk Dimension Boost Amount:</div>
|
||||
<autobuyer-input
|
||||
:autobuyer="autobuyer"
|
||||
|
@ -84,7 +84,7 @@ Vue.component("eternity-autobuyer-box", {
|
||||
v-bind="modeProps(mode).input"
|
||||
/>
|
||||
</template>
|
||||
<template slot="secondarySlot" style="margin-top: 1.2rem;">
|
||||
<template slot="checkboxSlot" style="margin-top: 1.2rem;">
|
||||
<span>Dynamic amount:</span>
|
||||
<div
|
||||
class="o-autobuyer-toggle-checkbox c-autobuyer-box__small-text"
|
||||
|
@ -63,7 +63,7 @@ Vue.component("reality-autobuyer-box", {
|
||||
property="rm"
|
||||
/>
|
||||
</template>
|
||||
<template slot="secondarySlot">
|
||||
<template slot="checkboxSlot">
|
||||
<div>Target glyph level:</div>
|
||||
<autobuyer-input
|
||||
:autobuyer="autobuyer"
|
||||
|
@ -4159,7 +4159,7 @@ screen and (max-width: 480px) {
|
||||
|
||||
.c-autobuyer-box-row__intervalSlot,
|
||||
.c-autobuyer-box-row__toggleSlot,
|
||||
.c-autobuyer-box-row__prioritySlot,
|
||||
.c-autobuyer-box-row__checkboxSlot,
|
||||
.l-autobuyer-box__header {
|
||||
width: 25%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user