deluge -> plausible
This commit is contained in:
@@ -3,7 +3,7 @@ export default {
|
||||
data: () => ({
|
||||
terminalContent: '',
|
||||
penpotClass: [],
|
||||
delugeClass: [],
|
||||
plausibleClass: [],
|
||||
folderClass: [],
|
||||
storjClass: [],
|
||||
progressBarClass: [],
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
this.isDemonstrationEnded = false
|
||||
this.terminalContent = ''
|
||||
this.folderClass = this.storjClass = this.downClass
|
||||
this.penpotClass = this.delugeClass = this.giteaClass = [...this.upClass, 'rounded-xl']
|
||||
this.penpotClass = this.plausibleClass = this.giteaClass = [...this.upClass, 'rounded-xl']
|
||||
|
||||
this.storjClass = ['hidden']
|
||||
this.progressBarClass = ['opacity-0']
|
||||
@@ -51,11 +51,11 @@ export default {
|
||||
}
|
||||
}
|
||||
if (i === 1) {
|
||||
this.penpotClass = this.delugeClass = this.giteaClass = [...this.upClass, ...this.pauseClass]
|
||||
this.penpotClass = this.plausibleClass = this.giteaClass = [...this.upClass, ...this.pauseClass]
|
||||
}
|
||||
if (i === 2) {
|
||||
this.penpotClass = [...this.compressingClass, ...this.pauseClass, 'rounded-l-xl', 'rounded-r-none']
|
||||
this.delugeClass = [...this.compressingClass, ...this.pauseClass, 'rounded-r-xl', 'rounded-l-none']
|
||||
this.plausibleClass = [...this.compressingClass, ...this.pauseClass, 'rounded-r-xl', 'rounded-l-none']
|
||||
this.giteaClass = [...this.compressingClass, ...this.pauseClass]
|
||||
this.startApps = 'w-16'
|
||||
}
|
||||
@@ -101,12 +101,12 @@ export default {
|
||||
}
|
||||
if (i === 11) {
|
||||
this.penpotClass = [...this.upClass, ...this.pauseClass]
|
||||
this.delugeClass = [...this.upClass, ...this.pauseClass]
|
||||
this.plausibleClass = [...this.upClass, ...this.pauseClass]
|
||||
this.giteaClass = [...this.upClass, ...this.pauseClass]
|
||||
}
|
||||
if (i === 13) {
|
||||
this.penpotClass = [...this.upClass]
|
||||
this.delugeClass = [...this.upClass]
|
||||
this.plausibleClass = [...this.upClass]
|
||||
this.giteaClass = [...this.upClass]
|
||||
}
|
||||
|
||||
@@ -141,9 +141,9 @@ export default {
|
||||
class="flex transition-all justify-center duration-1000"
|
||||
:class="startApps"
|
||||
>
|
||||
<SvgPenpot :class="penpotClass" class="app--backup" />
|
||||
<SvgGitea :class="giteaClass" class="app--backup hidden md:block" />
|
||||
<SvgDeluge :class="delugeClass" class="app--backup" />
|
||||
<SvgGitea :class="penpotClass" class="app--backup" />
|
||||
<SvgDrone :class="giteaClass" class="app--backup hidden md:block" />
|
||||
<SvgPlausible :class="plausibleClass" class="app--backup" />
|
||||
</div>
|
||||
<div :class="endApps">
|
||||
<div class="app" :class="folderClass">
|
||||
|
Reference in New Issue
Block a user