Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
dashboard
Commits
922e8e88
Commit
922e8e88
authored
May 07, 2020
by
jackie / Andrea Ida Malkah Klaura
Browse files
move ShowManager components to subfolder
parent
e46038f1
Changes
7
Hide whitespace changes
Inline
Side-by-side
src/components/ShowManager.vue
View file @
922e8e88
...
...
@@ -239,13 +239,13 @@
</template>
<
script
>
import
showJumbotron
from
'
./ShowJumbotron.vue
'
import
showMetaSimpleTypes
from
'
./ShowMetaSimpleTypes.vue
'
import
showMetaArrays
from
'
./ShowMetaArrays.vue
'
import
showMetaOwners
from
'
./ShowMetaOwners.vue
'
import
showMetaImages
from
'
./ShowMetaImages.vue
'
import
showJumbotron
from
'
./shows/Jumbotron.vue
'
import
showMetaSimpleTypes
from
'
./shows/MetaSimpleTypes.vue
'
import
showMetaArrays
from
'
./shows/MetaArrays.vue
'
import
showMetaOwners
from
'
./shows/MetaOwners.vue
'
import
showMetaImages
from
'
./shows/MetaImages.vue
'
import
modalAddShow
from
'
./shows/AddShowModal.vue
'
import
modalNotes
from
'
./ShowManagerModalNotes.vue
'
import
modalAddShow
from
'
./AddShowModal.vue
'
import
modalPlaylist
from
'
./ShowManagerModalPlaylist.vue
'
import
timeslotSort
from
'
../mixins/timeslotSort
'
import
prettyDate
from
'
../mixins/prettyDate
'
...
...
src/components/AddShowModal.vue
→
src/components/
shows/
AddShowModal.vue
View file @
922e8e88
...
...
@@ -47,7 +47,7 @@
<b-col
cols=
"9"
>
<div
v-if=
"!loaded.types"
>
<img
src=
"../assets/radio.gif"
src=
"../
../
assets/radio.gif"
alt=
"loading data"
>
</div>
...
...
@@ -67,7 +67,7 @@
<b-col
cols=
"9"
>
<div
v-if=
"!loaded.fundingcategories"
>
<img
src=
"../assets/radio.gif"
src=
"../
../
assets/radio.gif"
alt=
"loading data"
>
</div>
...
...
@@ -85,7 +85,7 @@
</
template
>
<
script
>
import
slugify
from
'
../mixins/slugify.js
'
import
slugify
from
'
../
../
mixins/slugify.js
'
import
{
mapGetters
}
from
'
vuex
'
export
default
{
...
...
src/components/
S
howJumbotron.vue
→
src/components/
s
how
s/
Jumbotron.vue
View file @
922e8e88
...
...
@@ -5,7 +5,7 @@
<span
v-if=
"loaded.shows"
>
{{
selectedShow
.
name
}}
<img
src=
"../assets/16x16/emblem-system.png"
src=
"../
../
assets/16x16/emblem-system.png"
alt=
"edit name of show"
@
click=
"openModalName()"
>
...
...
@@ -16,7 +16,7 @@
<
template
slot=
"lead"
>
<span
v-if=
"loaded.shows"
>
{{
selectedShow
.
short_description
}}
</span>
<img
src=
"../assets/16x16/emblem-system.png"
src=
"../
../
assets/16x16/emblem-system.png"
alt=
"edit short description"
@
click=
"openModalShortDescription()"
>
...
...
@@ -24,7 +24,7 @@
<!-- The rest of the jumbotron is filled with the show description -->
<div
v-if=
"loaded.shows"
>
<b>
Description:
</b>
<img
src=
"../assets/16x16/emblem-system.png"
src=
"../
../
assets/16x16/emblem-system.png"
alt=
"edit description"
@
click=
"openModalDescription()"
>
...
...
src/components/
S
howMetaArrays.vue
→
src/components/
s
how
s/
MetaArrays.vue
View file @
922e8e88
...
...
@@ -6,7 +6,7 @@
<b-badge
style=
"width:80%;"
>
Categories:
</b-badge>
<img
src=
"../assets/16x16/emblem-system.png"
src=
"../
../
assets/16x16/emblem-system.png"
alt=
"edit"
@
click=
"openModalCategories()"
>
...
...
@@ -29,7 +29,7 @@
</div>
<div
v-else
>
<img
src=
"../assets/radio.gif"
src=
"../
../
assets/radio.gif"
height=
"24px"
alt=
"loading data"
><br>
...
...
@@ -41,7 +41,7 @@
<b-badge
style=
"width:80%;"
>
Topics:
</b-badge>
<img
src=
"../assets/16x16/emblem-system.png"
src=
"../
../
assets/16x16/emblem-system.png"
alt=
"edit"
@
click=
"openModalTopics()"
>
...
...
@@ -64,7 +64,7 @@
</div>
<div
v-else
>
<img
src=
"../assets/radio.gif"
src=
"../
../
assets/radio.gif"
height=
"24px"
alt=
"loading data"
><br>
...
...
@@ -76,7 +76,7 @@
<b-badge
style=
"width:80%;"
>
Musicfocus:
</b-badge>
<img
src=
"../assets/16x16/emblem-system.png"
src=
"../
../
assets/16x16/emblem-system.png"
alt=
"edit"
@
click=
"openModalMusicFocus()"
>
...
...
@@ -99,7 +99,7 @@
</div>
<div
v-else
>
<img
src=
"../assets/radio.gif"
src=
"../
../
assets/radio.gif"
height=
"24px"
alt=
"loading data"
><br>
...
...
@@ -111,7 +111,7 @@
<b-badge
style=
"width:80%;"
>
Languages:
</b-badge>
<img
src=
"../assets/16x16/emblem-system.png"
src=
"../
../
assets/16x16/emblem-system.png"
alt=
"edit"
@
click=
"openModalLanguages()"
>
...
...
@@ -134,7 +134,7 @@
</div>
<div
v-else
>
<img
src=
"../assets/radio.gif"
src=
"../
../
assets/radio.gif"
height=
"24px"
alt=
"loading data"
><br>
...
...
@@ -146,7 +146,7 @@
<b-badge
style=
"width:80%;"
>
Hosts:
</b-badge>
<img
src=
"../assets/16x16/emblem-system.png"
src=
"../
../
assets/16x16/emblem-system.png"
alt=
"edit"
@
click=
"openModalHosts()"
>
...
...
@@ -170,7 +170,7 @@
</div>
<div
v-else
>
<img
src=
"../assets/radio.gif"
src=
"../
../
assets/radio.gif"
height=
"24px"
alt=
"loading data"
><br>
...
...
@@ -190,7 +190,7 @@
<b-col
align=
"center"
>
<div
v-if=
"!loaded.categories"
>
<img
src=
"../assets/radio.gif"
src=
"../
../
assets/radio.gif"
alt=
"loading data"
>
</div>
...
...
@@ -225,7 +225,7 @@
<b-col
align=
"center"
>
<div
v-if=
"!loaded.topics"
>
<img
src=
"../assets/radio.gif"
src=
"../
../
assets/radio.gif"
alt=
"loading data"
>
</div>
...
...
@@ -260,7 +260,7 @@
<b-col
align=
"center"
>
<div
v-if=
"!loaded.musicfocus"
>
<img
src=
"../assets/radio.gif"
src=
"../
../
assets/radio.gif"
alt=
"loading data"
>
</div>
...
...
@@ -295,7 +295,7 @@
<b-col
align=
"center"
>
<div
v-if=
"!loaded.languages"
>
<img
src=
"../assets/radio.gif"
src=
"../
../
assets/radio.gif"
alt=
"loading data"
>
</div>
...
...
@@ -330,7 +330,7 @@
<b-col
align=
"center"
>
<div
v-if=
"!loaded.hosts"
>
<img
src=
"../assets/radio.gif"
src=
"../
../
assets/radio.gif"
alt=
"loading data"
>
</div>
...
...
src/components/
S
howMetaImages.vue
→
src/components/
s
how
s/
MetaImages.vue
View file @
922e8e88
...
...
@@ -5,7 +5,7 @@
<b-badge
style=
"width:80%;"
>
Logo:
</b-badge>
<img
src=
"../assets/16x16/emblem-system.png"
src=
"../
../
assets/16x16/emblem-system.png"
alt=
"edit"
@
click=
"openModalLogo()"
>
...
...
@@ -29,7 +29,7 @@
<b-badge
style=
"width:80%;"
>
Image:
</b-badge>
<img
src=
"../assets/16x16/emblem-system.png"
src=
"../
../
assets/16x16/emblem-system.png"
alt=
"edit"
@
click=
"openModalImage()"
>
...
...
src/components/
S
howMetaOwners.vue
→
src/components/
s
how
s/
MetaOwners.vue
View file @
922e8e88
...
...
@@ -9,7 +9,7 @@
>
Owners:
</b-badge>
<img
src=
"../assets/16x16/emblem-system.png"
src=
"../
../
assets/16x16/emblem-system.png"
alt=
"edit"
@
click=
"openModalOwners()"
>
...
...
@@ -41,7 +41,7 @@
</div>
<div
v-else
>
<img
src=
"../assets/radio.gif"
src=
"../
../
assets/radio.gif"
height=
"24px"
alt=
"loading data"
><br>
...
...
@@ -137,7 +137,7 @@
</div>
<div
v-else
>
<img
src=
"../assets/radio.gif"
src=
"../
../
assets/radio.gif"
height=
"32px"
alt=
"loading user data"
>
...
...
src/components/
S
howMetaSimpleTypes.vue
→
src/components/
s
how
s/
MetaSimpleTypes.vue
View file @
922e8e88
...
...
@@ -9,7 +9,7 @@
<span
v-if=
"selectedShow.email === null"
><small><i>
(none set)
</i></small></span>
<span
v-else
>
{{
selectedShow
.
email
}}
</span>
<img
src=
"../assets/16x16/emblem-system.png"
src=
"../
../
assets/16x16/emblem-system.png"
alt=
"edit contact e-mail"
@
click=
"openModalEmail()"
>
...
...
@@ -24,7 +24,7 @@
<span
v-if=
"selectedShow.website === null"
><small><i>
(none set)
</i></small></span>
<span
v-else
><a
:href=
"selectedShow.website"
>
{{
selectedShow
.
website
}}
</a></span>
<img
src=
"../assets/16x16/emblem-system.png"
src=
"../
../
assets/16x16/emblem-system.png"
alt=
"edit website"
@
click=
"openModalWebsite()"
>
...
...
@@ -41,13 +41,13 @@
<span
v-if=
"selectedShow.type === null"
><small><i>
(none set)
</i></small></span>
<span
v-else
>
{{
type
}}
</span>
<img
src=
"../assets/16x16/emblem-system.png"
src=
"../
../
assets/16x16/emblem-system.png"
alt=
"edit"
@
click=
"openModalType()"
>
</span>
<span
v-else
><img
src=
"../assets/radio.gif"
src=
"../
../
assets/radio.gif"
height=
"24px"
alt=
"loading data"
></span>
...
...
@@ -64,13 +64,13 @@
<span
v-if=
"selectedShow.fundingcategory === null"
><small><i>
(none set)
</i></small></span>
<span
v-else
>
{{
fundingCategory
}}
</span>
<img
src=
"../assets/16x16/emblem-system.png"
src=
"../
../
assets/16x16/emblem-system.png"
alt=
"edit"
@
click=
"openModalFundingCategory()"
>
</span>
<span
v-else
><img
src=
"../assets/radio.gif"
src=
"../
../
assets/radio.gif"
height=
"24px"
alt=
"loading data"
></span>
...
...
@@ -87,7 +87,7 @@
<span
v-if=
"selectedShow.predecessor === null"
><small><i>
This show has no predecessor show.
</i></small></span>
<span
v-else
>
{{
predecessorName
}}
</span>
<img
src=
"../assets/16x16/emblem-system.png"
src=
"../
../
assets/16x16/emblem-system.png"
alt=
"edit"
@
click=
"openModalPredecessor()"
>
...
...
@@ -102,7 +102,7 @@
<span
v-if=
"selectedShow.cba_series_id === null"
><small><i>
(none set)
</i></small></span>
<span
v-else
>
{{
selectedShow
.
cba_series_id
}}
</span>
<img
src=
"../assets/16x16/emblem-system.png"
src=
"../
../
assets/16x16/emblem-system.png"
alt=
"edit CBA series ID"
@
click=
"openModalCBAid()"
>
...
...
@@ -117,7 +117,7 @@
<span
v-if=
"selectedShow.fallback_id === ''"
><small><i>
(none set)
</i></small></span>
<span
v-else
>
ID:
{{
selectedShow
.
fallback_id
}}
</span>
<img
src=
"../assets/16x16/emblem-system.png"
src=
"../
../
assets/16x16/emblem-system.png"
alt=
"edit"
@
click=
"notYetImplemented()"
>
...
...
@@ -194,7 +194,7 @@
<b-col
align=
"center"
>
<div
v-if=
"!loaded"
>
<img
src=
"../assets/radio.gif"
src=
"../
../
assets/radio.gif"
alt=
"loading data"
>
</div>
...
...
@@ -218,7 +218,7 @@
<b-col
align=
"center"
>
<div
v-if=
"!loaded"
>
<img
src=
"../assets/radio.gif"
src=
"../
../
assets/radio.gif"
alt=
"loading data"
>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment