@saooti/octopus-sdk 30.0.5 → 30.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/index.ts +13 -2
- package/package.json +1 -1
- package/src/assets/bootstrap-diff.scss +17 -25
- package/src/assets/form.scss +7 -52
- package/src/assets/general.scss +56 -170
- package/src/assets/live.scss +39 -0
- package/src/assets/modal.scss +14 -18
- package/src/assets/multiselect.scss +30 -77
- package/src/assets/octopus-library.scss +1 -0
- package/src/assets/share.scss +149 -267
- package/src/assets/transition.scss +95 -1
- package/src/components/display/categories/CategoryChooser.vue +1 -1
- package/src/components/display/categories/CategoryList.vue +2 -4
- package/src/components/display/comments/CommentInput.vue +2 -2
- package/src/components/display/comments/CommentItem.vue +7 -6
- package/src/components/display/comments/CommentParentInfo.vue +1 -1
- package/src/components/display/comments/CommentPlayer.vue +1 -1
- package/src/components/display/edit/EditCommentBox.vue +8 -16
- package/src/components/display/emission/EmissionChooser.vue +1 -3
- package/src/components/display/emission/EmissionInlineList.vue +12 -3
- package/src/components/display/emission/EmissionItem.vue +22 -64
- package/src/components/display/emission/EmissionList.vue +59 -68
- package/src/components/display/emission/EmissionPlayerItem.vue +10 -9
- package/src/components/display/filter/AdvancedSearch.vue +50 -150
- package/src/components/display/filter/CategoryFilter.vue +9 -13
- package/src/components/display/filter/MonetizableFilter.vue +3 -5
- package/src/components/display/filter/ProductorSearch.vue +20 -40
- package/src/components/display/filter/RubriqueChoice.vue +6 -8
- package/src/components/display/filter/RubriqueFilter.vue +8 -13
- package/src/components/display/live/CountDown.vue +4 -2
- package/src/components/display/live/LiveHorizontalList.vue +1 -1
- package/src/components/display/live/LiveItem.vue +4 -4
- package/src/components/display/live/LiveList.vue +84 -214
- package/src/components/display/organisation/OrganisationChooser.vue +5 -23
- package/src/components/display/organisation/OrganisationChooserLight.vue +8 -2
- package/src/components/display/participant/ParticipantItem.vue +7 -19
- package/src/components/display/participant/ParticipantList.vue +39 -52
- package/src/components/display/playlist/PlaylistItem.vue +2 -2
- package/src/components/display/playlist/PlaylistList.vue +8 -14
- package/src/components/display/playlist/PodcastList.vue +21 -40
- package/src/components/display/podcasts/AnimatorsItem.vue +0 -1
- package/src/components/display/podcasts/ParticipantDescription.vue +5 -16
- package/src/components/display/podcasts/PodcastFilterList.vue +20 -63
- package/src/components/display/podcasts/PodcastImage.vue +27 -84
- package/src/components/display/podcasts/PodcastInlineList.vue +14 -36
- package/src/components/display/podcasts/PodcastItem.vue +5 -5
- package/src/components/display/podcasts/PodcastList.vue +7 -14
- package/src/components/display/podcasts/PodcastModuleBox.vue +9 -28
- package/src/components/display/podcasts/TagList.vue +2 -3
- package/src/components/display/rubriques/RubriqueChooser.vue +2 -2
- package/src/components/display/rubriques/RubriqueList.vue +5 -25
- package/src/components/display/sharing/PlayerParameters.vue +30 -71
- package/src/components/display/sharing/ShareButtons.vue +22 -46
- package/src/components/display/sharing/ShareDistribution.vue +1 -7
- package/src/components/display/sharing/SharePlayer.vue +10 -19
- package/src/components/display/sharing/SharePlayerColors.vue +4 -8
- package/src/components/display/sharing/SharePlayerTypes.vue +1 -2
- package/src/components/display/sharing/SubscribeButtons.vue +2 -4
- package/src/components/form/ClassicCheckbox.vue +61 -0
- package/src/components/form/ClassicLoading.vue +28 -0
- package/src/components/form/ClassicRadio.vue +61 -0
- package/src/components/form/ClassicSearch.vue +82 -0
- package/src/components/misc/ErrorMessage.vue +4 -1
- package/src/components/misc/Footer.vue +26 -35
- package/src/components/misc/HomeDropdown.vue +42 -91
- package/src/components/misc/LeftMenu.vue +108 -141
- package/src/components/misc/Player.vue +15 -29
- package/src/components/misc/PlayerButtons.vue +14 -37
- package/src/components/misc/PlayerClockAndTimeline.vue +1 -1
- package/src/components/misc/PlayerProgressBar.vue +15 -50
- package/src/components/misc/Popover.vue +8 -2
- package/src/components/misc/TopBar.vue +140 -222
- package/src/components/misc/modal/NewsletterModal.vue +13 -27
- package/src/components/pages/Category.vue +3 -8
- package/src/components/pages/Emission.vue +12 -24
- package/src/components/pages/Emissions.vue +8 -17
- package/src/components/pages/Home.vue +1 -3
- package/src/components/pages/Lives.vue +1 -4
- package/src/components/pages/Participant.vue +19 -27
- package/src/components/pages/Participants.vue +7 -15
- package/src/components/pages/Playlist.vue +16 -29
- package/src/components/pages/Playlists.vue +1 -11
- package/src/components/pages/Podcast.vue +16 -30
- package/src/components/pages/Podcasts.vue +9 -23
- package/src/components/pages/Search.vue +26 -64
- package/src/sass/_variables.scss +0 -1
- package/src/store/class/general/media.ts +1 -1
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
<div class="bg-dark">
|
|
3
3
|
<div
|
|
4
4
|
id="footer"
|
|
5
|
-
class="d-flex p-3 secondary-bg border-top
|
|
5
|
+
class="d-flex-column p-3 secondary-bg border-top"
|
|
6
6
|
>
|
|
7
|
-
<div class="d-flex flex-grow align-items-end
|
|
7
|
+
<div class="d-flex flex-column flex-grow-1 align-items-end">
|
|
8
8
|
<div class="d-flex flex-column">
|
|
9
9
|
<router-link
|
|
10
10
|
:to="{
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
iabId: $store.state.filter.iab ? $store.state.filter.iab.id : undefined,
|
|
14
14
|
rubriquesId: rubriqueQueryParam },
|
|
15
15
|
}"
|
|
16
|
-
class="
|
|
16
|
+
class="link-hover"
|
|
17
17
|
>
|
|
18
18
|
{{ $t('Home') }}
|
|
19
19
|
</router-link>
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
iabId: $store.state.filter.iab ? $store.state.filter.iab.id : undefined,
|
|
25
25
|
rubriquesId: rubriqueQueryParam},
|
|
26
26
|
}"
|
|
27
|
-
class="
|
|
27
|
+
class="link-hover"
|
|
28
28
|
>
|
|
29
29
|
{{ $t('Podcasts') }}
|
|
30
30
|
</router-link>
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
query: { productor: $store.state.filter.organisationId,
|
|
35
35
|
iabId: $store.state.filter.iab ? $store.state.filter.iab.id : undefined },
|
|
36
36
|
}"
|
|
37
|
-
class="
|
|
37
|
+
class="link-hover"
|
|
38
38
|
>
|
|
39
39
|
{{ $t('Emissions') }}
|
|
40
40
|
</router-link>
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
name: 'productors',
|
|
45
45
|
query: { productor: $store.state.filter.organisationId },
|
|
46
46
|
}"
|
|
47
|
-
class="
|
|
47
|
+
class="link-hover"
|
|
48
48
|
>
|
|
49
49
|
{{ $t('Productors') }}
|
|
50
50
|
</router-link>
|
|
@@ -53,23 +53,23 @@
|
|
|
53
53
|
name: 'participants',
|
|
54
54
|
query: { productor: $store.state.filter.organisationId },
|
|
55
55
|
}"
|
|
56
|
-
class="
|
|
56
|
+
class="link-hover"
|
|
57
57
|
>
|
|
58
58
|
{{ $t('Speakers') }}
|
|
59
59
|
</router-link>
|
|
60
60
|
</div>
|
|
61
61
|
</div>
|
|
62
|
-
<hr class="
|
|
62
|
+
<hr class="show-phone">
|
|
63
63
|
<div
|
|
64
64
|
v-if="!isPodcastmaker"
|
|
65
|
-
class="d-flex flex-grow align-items-center flex-column"
|
|
65
|
+
class="d-flex flex-grow-1 align-items-center flex-column"
|
|
66
66
|
>
|
|
67
67
|
<div class="d-flex flex-column">
|
|
68
68
|
<div class="text-dark">
|
|
69
69
|
© Saooti 2019
|
|
70
70
|
</div>
|
|
71
71
|
<router-link
|
|
72
|
-
class="
|
|
72
|
+
class="link-hover"
|
|
73
73
|
to="/main/pub/contact"
|
|
74
74
|
>
|
|
75
75
|
{{
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
}}
|
|
78
78
|
</router-link>
|
|
79
79
|
<router-link
|
|
80
|
-
class="
|
|
80
|
+
class="link-hover"
|
|
81
81
|
to="/main/pub/cgu"
|
|
82
82
|
>
|
|
83
83
|
{{
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
}}
|
|
86
86
|
</router-link>
|
|
87
87
|
<router-link
|
|
88
|
-
class="
|
|
88
|
+
class="link-hover"
|
|
89
89
|
to="/main/pub/libraries"
|
|
90
90
|
>
|
|
91
91
|
{{
|
|
@@ -93,15 +93,15 @@
|
|
|
93
93
|
}}
|
|
94
94
|
</router-link>
|
|
95
95
|
<a
|
|
96
|
-
class="
|
|
96
|
+
class="link-hover c-hand"
|
|
97
97
|
@click="changeLanguage"
|
|
98
98
|
>{{
|
|
99
99
|
$t('Change locale')
|
|
100
100
|
}}</a>
|
|
101
101
|
</div>
|
|
102
102
|
</div>
|
|
103
|
-
<hr class="
|
|
104
|
-
<div class="flex-grow">
|
|
103
|
+
<hr class="show-phone">
|
|
104
|
+
<div class="flex-grow-1">
|
|
105
105
|
<a
|
|
106
106
|
href="https://www.acpm.fr/L-ACPM/Certifications-et-Labels/Les-Podcasts"
|
|
107
107
|
rel="noopener"
|
|
@@ -118,12 +118,12 @@
|
|
|
118
118
|
</div>
|
|
119
119
|
<div
|
|
120
120
|
v-if="isPodcastmaker && isContactLink"
|
|
121
|
-
class="d-flex flex-grow align-items-center
|
|
121
|
+
class="d-flex flex-column flex-grow-1 align-items-center"
|
|
122
122
|
>
|
|
123
123
|
<div class="d-flex flex-column">
|
|
124
124
|
<a
|
|
125
125
|
id="footer-contact"
|
|
126
|
-
class="
|
|
126
|
+
class="link-hover"
|
|
127
127
|
:href="isContactLink"
|
|
128
128
|
rel="noopener"
|
|
129
129
|
target="_blank"
|
|
@@ -201,33 +201,24 @@ export default defineComponent({
|
|
|
201
201
|
</script>
|
|
202
202
|
|
|
203
203
|
<style lang="scss">
|
|
204
|
-
#footer
|
|
204
|
+
#footer{
|
|
205
205
|
font-size: 0.7rem;
|
|
206
|
-
a {
|
|
207
|
-
color: #666;
|
|
208
|
-
}
|
|
209
206
|
.acpm_image {
|
|
210
207
|
width: 70px;
|
|
211
208
|
height: 70px;
|
|
212
209
|
}
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
210
|
+
a{
|
|
211
|
+
color: #666;
|
|
212
|
+
}
|
|
213
|
+
.border-round {
|
|
214
|
+
border-radius: 0 0 2rem 2rem;
|
|
215
|
+
}
|
|
216
|
+
/** PHONES*/
|
|
217
|
+
@media (max-width: 960px) {
|
|
221
218
|
.align-items-center,
|
|
222
219
|
.align-items-end {
|
|
223
220
|
align-items: flex-start !important;
|
|
224
221
|
}
|
|
225
222
|
}
|
|
226
|
-
.container {
|
|
227
|
-
font-size: 0.6rem;
|
|
228
|
-
.pages {
|
|
229
|
-
margin-right: 3rem;
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
223
|
}
|
|
233
224
|
</style>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div
|
|
3
|
-
class="
|
|
3
|
+
class="top-bar-dropdown"
|
|
4
4
|
>
|
|
5
5
|
<div
|
|
6
6
|
v-if="authenticated"
|
|
@@ -17,46 +17,37 @@
|
|
|
17
17
|
data-bs-toggle="dropdown"
|
|
18
18
|
aria-expanded="false"
|
|
19
19
|
/>
|
|
20
|
-
<
|
|
21
|
-
<
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
</button>
|
|
30
|
-
</router-link>
|
|
31
|
-
</li>
|
|
32
|
-
<li v-if="!isPodcastmaker">
|
|
20
|
+
<div class="dropdown-menu dropdown-menu-right px-4">
|
|
21
|
+
<router-link
|
|
22
|
+
v-if="isContribution && !isPodcastmaker"
|
|
23
|
+
class="btn btn-primary w-100"
|
|
24
|
+
to="/main/priv/upload"
|
|
25
|
+
>
|
|
26
|
+
{{ $t('Upload') }}
|
|
27
|
+
</router-link>
|
|
28
|
+
<template v-if="!isPodcastmaker">
|
|
33
29
|
<router-link
|
|
34
30
|
to="/main/priv/backoffice"
|
|
35
|
-
class="
|
|
31
|
+
class="show-phone dropdown-item"
|
|
36
32
|
>
|
|
37
33
|
{{ $t('My space') }}
|
|
38
34
|
</router-link>
|
|
39
|
-
</li>
|
|
40
|
-
<li v-if="!isPodcastmaker">
|
|
41
35
|
<router-link
|
|
42
36
|
class="dropdown-item"
|
|
43
37
|
to="/main/priv/edit/profile"
|
|
44
38
|
>
|
|
45
39
|
{{ $t('Edit my profile') }}
|
|
46
40
|
</router-link>
|
|
47
|
-
</li>
|
|
48
|
-
<li v-if="!isPodcastmaker && isOrganisation">
|
|
49
41
|
<router-link
|
|
42
|
+
v-if="isOrganisation"
|
|
50
43
|
class="dropdown-item"
|
|
51
44
|
to="/main/priv/edit/organisation"
|
|
52
45
|
>
|
|
53
46
|
{{ $t('Edit my organisation') }}
|
|
54
47
|
</router-link>
|
|
55
|
-
</
|
|
56
|
-
<
|
|
48
|
+
</template>
|
|
49
|
+
<template v-if="!isEducation">
|
|
57
50
|
<hr class="dropdown-divider">
|
|
58
|
-
</li>
|
|
59
|
-
<li v-if="!isEducation">
|
|
60
51
|
<a
|
|
61
52
|
href="https://help.octopus.saooti.com/Aide/"
|
|
62
53
|
class="dropdown-item"
|
|
@@ -65,8 +56,6 @@
|
|
|
65
56
|
>
|
|
66
57
|
{{ $t('Help') }}
|
|
67
58
|
</a>
|
|
68
|
-
</li>
|
|
69
|
-
<li v-if="!isEducation">
|
|
70
59
|
<a
|
|
71
60
|
href="https://help.octopus.saooti.com/"
|
|
72
61
|
class="dropdown-item"
|
|
@@ -75,50 +64,41 @@
|
|
|
75
64
|
>
|
|
76
65
|
{{ $t('TutoMag') }}
|
|
77
66
|
</a>
|
|
78
|
-
|
|
79
|
-
<li><hr class="dropdown-divider"></li>
|
|
80
|
-
<li v-if="!isEducation">
|
|
67
|
+
<hr class="dropdown-divider">
|
|
81
68
|
<a
|
|
82
69
|
class="dropdown-item"
|
|
83
70
|
href="/sso/logout"
|
|
84
71
|
>
|
|
85
72
|
{{ $t('Logout') }}
|
|
86
73
|
</a>
|
|
87
|
-
</
|
|
88
|
-
</
|
|
74
|
+
</template>
|
|
75
|
+
</div>
|
|
89
76
|
</div>
|
|
90
77
|
<div
|
|
91
78
|
v-else
|
|
92
79
|
class="dropdown btn-group"
|
|
93
80
|
>
|
|
94
81
|
<button
|
|
95
|
-
class="btn dropdown-toggle
|
|
82
|
+
class="btn dropdown-toggle m-1 admin-button dropdown-toggle-no-caret saooti-user-octopus"
|
|
96
83
|
data-bs-toggle="dropdown"
|
|
97
84
|
aria-expanded="false"
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
>
|
|
116
|
-
{{
|
|
117
|
-
$t('Create an account')
|
|
118
|
-
}}
|
|
119
|
-
</router-link>
|
|
120
|
-
</li>
|
|
121
|
-
</ul>
|
|
85
|
+
aria-label="Profile"
|
|
86
|
+
/>
|
|
87
|
+
<div class="dropdown-menu dropdown-menu-right px-4">
|
|
88
|
+
<a
|
|
89
|
+
class="dropdown-item"
|
|
90
|
+
href="/sso/login"
|
|
91
|
+
>
|
|
92
|
+
{{ $t('Login') }}
|
|
93
|
+
</a>
|
|
94
|
+
<router-link
|
|
95
|
+
v-if="!isPodcastmaker"
|
|
96
|
+
class="dropdown-item"
|
|
97
|
+
to="/main/pub/create"
|
|
98
|
+
>
|
|
99
|
+
{{ $t('Create an account') }}
|
|
100
|
+
</router-link>
|
|
101
|
+
</div>
|
|
122
102
|
</div>
|
|
123
103
|
</div>
|
|
124
104
|
</template>
|
|
@@ -133,12 +113,6 @@ export default defineComponent({
|
|
|
133
113
|
isEducation: { default: false, type: Boolean},
|
|
134
114
|
},
|
|
135
115
|
|
|
136
|
-
data() {
|
|
137
|
-
return {
|
|
138
|
-
showMenu: false as boolean
|
|
139
|
-
};
|
|
140
|
-
},
|
|
141
|
-
|
|
142
116
|
computed: {
|
|
143
117
|
isPodcastmaker(): boolean {
|
|
144
118
|
return (state.generalParameters.podcastmaker as boolean);
|
|
@@ -154,7 +128,6 @@ export default defineComponent({
|
|
|
154
128
|
},
|
|
155
129
|
},
|
|
156
130
|
|
|
157
|
-
|
|
158
131
|
methods: {
|
|
159
132
|
goToUrl(url: string): void {
|
|
160
133
|
if (this.authenticated) {
|
|
@@ -167,19 +140,24 @@ export default defineComponent({
|
|
|
167
140
|
|
|
168
141
|
<style lang="scss">
|
|
169
142
|
.top-bar-dropdown {
|
|
143
|
+
display: flex;
|
|
144
|
+
align-items: center;
|
|
145
|
+
|
|
170
146
|
.main-button-dropdown {
|
|
171
147
|
padding-bottom: 0.4rem;
|
|
172
148
|
width: 140px;
|
|
173
149
|
text-align: left;
|
|
174
150
|
padding-left: 15px;
|
|
175
151
|
margin-right: 30px;
|
|
152
|
+
@media (max-width: 650px) {
|
|
153
|
+
display: none;
|
|
154
|
+
}
|
|
176
155
|
}
|
|
177
156
|
.btn-group .dropdown-toggle-split {
|
|
178
157
|
align-items: center;
|
|
179
|
-
border-radius: 50
|
|
158
|
+
border-radius: 50%;
|
|
180
159
|
width: 40px !important;
|
|
181
160
|
height: 40px !important;
|
|
182
|
-
display: flex;
|
|
183
161
|
justify-content: center;
|
|
184
162
|
position: absolute;
|
|
185
163
|
right: 5px;
|
|
@@ -190,32 +168,5 @@ export default defineComponent({
|
|
|
190
168
|
right: auto;
|
|
191
169
|
}
|
|
192
170
|
}
|
|
193
|
-
.dropdown-header {
|
|
194
|
-
display: flex;
|
|
195
|
-
align-items: center;
|
|
196
|
-
font-weight: bold;
|
|
197
|
-
}
|
|
198
|
-
.linkSpace {
|
|
199
|
-
display: none;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
/** PHONES*/
|
|
203
|
-
@media (max-width: 1200px) {
|
|
204
|
-
.linkSpace {
|
|
205
|
-
display: block;
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
@media (max-width: 650px) {
|
|
209
|
-
.dropdown {
|
|
210
|
-
.main-button-dropdown {
|
|
211
|
-
display: none;
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
.btn-group .dropdown-toggle-split {
|
|
215
|
-
height: 30px;
|
|
216
|
-
width: 30px;
|
|
217
|
-
border-radius: 50% !important;
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
171
|
}
|
|
221
172
|
</style>
|
|
@@ -3,114 +3,102 @@
|
|
|
3
3
|
v-show="displayMenu"
|
|
4
4
|
class="left-menu-container"
|
|
5
5
|
>
|
|
6
|
-
<
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
:
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
{
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
name: 'category',
|
|
103
|
-
params: { iabId: category.id },
|
|
104
|
-
query: { productor: $store.state.filter.organisationId },
|
|
105
|
-
}"
|
|
106
|
-
@click="onMenuClick"
|
|
107
|
-
>
|
|
108
|
-
{{ category.name }}
|
|
109
|
-
</router-link>
|
|
110
|
-
<div class="d-flex hostedBy">
|
|
111
|
-
<span>{{ $t('Hosted by') }}</span><span class="ms-1 me-1 primary-color">Saooti</span>
|
|
112
|
-
</div>
|
|
113
|
-
</div>
|
|
6
|
+
<router-link
|
|
7
|
+
class="show-phone"
|
|
8
|
+
:to="{
|
|
9
|
+
name: 'home',
|
|
10
|
+
query: { productor: $store.state.filter.organisationId,
|
|
11
|
+
iabId: $store.state.filter.iab ? $store.state.filter.iab.id : undefined,
|
|
12
|
+
rubriquesId: rubriqueQueryParam},
|
|
13
|
+
}"
|
|
14
|
+
@click="onMenuClick"
|
|
15
|
+
>
|
|
16
|
+
{{ $t('Home') }}
|
|
17
|
+
</router-link>
|
|
18
|
+
<router-link
|
|
19
|
+
v-if="isLiveTab && filterOrga && filterOrgaLive"
|
|
20
|
+
:to="{
|
|
21
|
+
name: 'lives',
|
|
22
|
+
query: { productor: $store.state.filter.organisationId},
|
|
23
|
+
}"
|
|
24
|
+
@click="onMenuClick"
|
|
25
|
+
>
|
|
26
|
+
{{ $t('Live') }}
|
|
27
|
+
</router-link>
|
|
28
|
+
<router-link
|
|
29
|
+
:to="{
|
|
30
|
+
name: 'podcasts',
|
|
31
|
+
query: { productor: $store.state.filter.organisationId,
|
|
32
|
+
iabId: $store.state.filter.iab ? $store.state.filter.iab.id : undefined,
|
|
33
|
+
rubriquesId: rubriqueQueryParam},
|
|
34
|
+
}"
|
|
35
|
+
@click="onMenuClick"
|
|
36
|
+
>
|
|
37
|
+
{{ $t('Podcasts') }}
|
|
38
|
+
</router-link>
|
|
39
|
+
<router-link
|
|
40
|
+
:to="{
|
|
41
|
+
name: 'emissions',
|
|
42
|
+
query: { productor: $store.state.filter.organisationId,
|
|
43
|
+
iabId: $store.state.filter.iab ? $store.state.filter.iab.id : undefined ,
|
|
44
|
+
rubriquesId: rubriqueQueryParam},
|
|
45
|
+
}"
|
|
46
|
+
@click="onMenuClick"
|
|
47
|
+
>
|
|
48
|
+
{{ $t('Emissions') }}
|
|
49
|
+
</router-link>
|
|
50
|
+
<router-link
|
|
51
|
+
v-if="!isPodcastmaker && (!filterOrga || isEducation)"
|
|
52
|
+
:to="{
|
|
53
|
+
name: 'productors',
|
|
54
|
+
query: { productor: $store.state.filter.organisationId },
|
|
55
|
+
}"
|
|
56
|
+
@click="onMenuClick"
|
|
57
|
+
>
|
|
58
|
+
{{ $t('Productors') }}
|
|
59
|
+
</router-link>
|
|
60
|
+
<router-link
|
|
61
|
+
:to="{
|
|
62
|
+
name: 'participants',
|
|
63
|
+
query: { productor: $store.state.filter.organisationId },
|
|
64
|
+
}"
|
|
65
|
+
@click="onMenuClick"
|
|
66
|
+
>
|
|
67
|
+
{{ $t('Speakers') }}
|
|
68
|
+
</router-link>
|
|
69
|
+
<router-link
|
|
70
|
+
:to="{
|
|
71
|
+
name: 'playlists',
|
|
72
|
+
query: { productor: $store.state.filter.organisationId },
|
|
73
|
+
}"
|
|
74
|
+
@click="onMenuClick"
|
|
75
|
+
>
|
|
76
|
+
{{ $t('Playlists') }}
|
|
77
|
+
</router-link>
|
|
78
|
+
<OrganisationChooserLight
|
|
79
|
+
v-if="!isPodcastmaker"
|
|
80
|
+
width="auto"
|
|
81
|
+
page="leftMenu"
|
|
82
|
+
:defaultanswer="$t('No organisation filter')"
|
|
83
|
+
:value="organisationId"
|
|
84
|
+
:light="true"
|
|
85
|
+
:reset="reset"
|
|
86
|
+
@selected="onOrganisationSelected"
|
|
87
|
+
/>
|
|
88
|
+
<hr class="show-phone">
|
|
89
|
+
<router-link
|
|
90
|
+
v-for="category in categories"
|
|
91
|
+
:key="category.id"
|
|
92
|
+
class="show-phone"
|
|
93
|
+
:to="{
|
|
94
|
+
name: 'category',
|
|
95
|
+
params: { iabId: category.id },
|
|
96
|
+
query: { productor: $store.state.filter.organisationId },
|
|
97
|
+
}"
|
|
98
|
+
@click="onMenuClick"
|
|
99
|
+
>
|
|
100
|
+
{{ category.name }}
|
|
101
|
+
</router-link>
|
|
114
102
|
</div>
|
|
115
103
|
</template>
|
|
116
104
|
|
|
@@ -217,46 +205,25 @@ export default defineComponent({
|
|
|
217
205
|
background: #fff;
|
|
218
206
|
width: 20%;
|
|
219
207
|
padding: 2rem;
|
|
208
|
+
display: flex;
|
|
209
|
+
flex-direction: column;
|
|
210
|
+
font-size: 0.9rem;
|
|
220
211
|
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
212
|
+
a{
|
|
213
|
+
color: black !important;
|
|
214
|
+
font-weight: bold;
|
|
215
|
+
margin-bottom: 1rem;
|
|
225
216
|
}
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
position: absolute;
|
|
229
|
-
bottom: 10px;
|
|
230
|
-
right: 0;
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
/** PHONES*/
|
|
234
|
-
@media (max-width: 960px) {
|
|
235
|
-
.left-menu-container {
|
|
217
|
+
/** PHONES*/
|
|
218
|
+
@media (max-width: 960px) {
|
|
236
219
|
width: 75%;
|
|
237
220
|
max-height: 80%;
|
|
238
|
-
left: 0.5rem;
|
|
239
221
|
top: 2.5rem;
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
border-radius: 0.5rem;
|
|
243
|
-
box-shadow: 0 0.2rem 1rem rgba(79, 83, 90, 0.3);
|
|
244
|
-
|
|
245
|
-
.routes-container {
|
|
246
|
-
overflow-y: scroll;
|
|
247
|
-
height: 100%;
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
.divided-line {
|
|
251
|
-
margin: 0.5rem 0;
|
|
252
|
-
border-top: 1px solid lightgray;
|
|
222
|
+
overflow-y: auto;
|
|
223
|
+
height: 100%;
|
|
253
224
|
}
|
|
254
|
-
|
|
255
|
-
@media (max-width: 450px) {
|
|
256
|
-
.left-menu-container {
|
|
225
|
+
@media (max-width: 450px) {
|
|
257
226
|
width: 94%;
|
|
258
|
-
font-size: 0.3rem;
|
|
259
|
-
padding: 2rem 0 1.5rem 1rem;
|
|
260
227
|
}
|
|
261
228
|
}
|
|
262
229
|
</style>
|