Merge remote-tracking branch 'Inkception/main' into main

This commit is contained in:
Matt Isenhower 2023-11-29 20:28:18 -08:00
commit cf0cd9f048
6 changed files with 9 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

View File

@ -10,7 +10,7 @@
</div>
<div class="hidden ss:block text-shadow text-white text-xl">
<KingSalmonid v-if="!eggstra" :schedule="schedule" class="inline-block -mb-1 mr-2" />
<KingSalmonid v-if="!eggstra" :schedule="schedule" class="inline-block -mb-1 mr-2 drop-shadow-ruleIcon" />
<div v-if="time.isUpcoming(schedule.startTime)" class="inline-block">
Shift opens
@ -31,7 +31,7 @@
</div>
<div v-if="!time.isUpcoming(schedule.startTime)" class="text-shadow text-zinc-300 ss:hidden">
<KingSalmonid v-if="!eggstra" :schedule="schedule" class="inline-block align-middle" />
<KingSalmonid v-if="!eggstra" :schedule="schedule" class="inline-block align-middle drop-shadow-ruleIcon" />
{{ $t('time.remaining', { time: formatDurationFromNow(schedule.endTime) }) }}
</div>

View File

@ -12,6 +12,12 @@
:class="size"
:title="$t(`splatnet.bosses.${boss.id}.name`, boss.name)"
/>
<img
v-if="schedule.setting.boss.name === 'Megalodontia'"
src="@/assets/img/king-megalodontia.png"
:class="size"
:title="$t(`splatnet.boss.${schedule.setting.boss.id}.name`, schedule.setting.boss.name)"
/>
</div>
</template>

View File

@ -21,7 +21,7 @@
<StageImage class="w-1/5" img-class="rounded" :stage="schedule.settings.coopStage" hide-label />
<div class="flex-1 text-sm text-zinc-300 text-shadow">
<KingSalmonid :schedule="schedule" class="inline-block align-middle" size="w-5" />
<KingSalmonid :schedule="schedule" class="inline-block align-middle drop-shadow-ruleIcon" size="w-5" />
{{ $t(`splatnet.stages.${schedule.settings.coopStage.id}.name`, schedule.settings.coopStage.name) }}