@saooti/octopus-sdk 30.0.4 → 30.0.8
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/App.vue +4 -4
- package/src/api/comments.ts +1 -1
- package/src/assets/bootstrap-diff.scss +2 -1
- package/src/assets/form.scss +7 -15
- package/src/assets/general.scss +14 -20
- package/src/assets/multiselect.scss +2 -2
- package/src/assets/share.scss +1 -12
- package/src/components/display/categories/CategoryChooser.vue +1 -1
- package/src/components/display/categories/CategoryFilter.vue +4 -4
- package/src/components/display/categories/CategoryList.vue +1 -1
- package/src/components/display/comments/CommentInput.vue +3 -3
- package/src/components/display/comments/CommentItem.vue +4 -3
- package/src/components/display/comments/CommentList.vue +4 -4
- package/src/components/display/comments/CommentParentInfo.vue +1 -1
- package/src/components/display/comments/CommentPlayer.vue +2 -2
- package/src/components/display/comments/CommentSection.vue +3 -3
- package/src/components/display/edit/EditBox.vue +1 -1
- package/src/components/display/edit/EditCommentBox.vue +1 -1
- package/src/components/display/emission/EmissionChooser.vue +2 -2
- package/src/components/display/emission/EmissionInlineList.vue +3 -3
- package/src/components/display/emission/EmissionItem.vue +3 -3
- package/src/components/display/emission/EmissionList.vue +4 -4
- package/src/components/display/emission/EmissionPlayerItem.vue +3 -3
- package/src/components/display/filter/AdvancedSearch.vue +40 -106
- package/src/components/display/filter/CategoryFilter.vue +10 -14
- package/src/components/display/filter/MonetizableFilter.vue +1 -1
- package/src/components/display/filter/ProductorSearch.vue +21 -40
- package/src/components/display/filter/RubriqueChoice.vue +4 -4
- package/src/components/display/filter/RubriqueFilter.vue +10 -14
- package/src/components/display/live/LiveHorizontalList.vue +1 -1
- package/src/components/display/live/LiveItem.vue +2 -2
- package/src/components/display/live/LiveList.vue +1 -1
- package/src/components/display/organisation/OrganisationChooser.vue +1 -1
- package/src/components/display/organisation/OrganisationChooserLight.vue +9 -3
- package/src/components/display/participant/ParticipantItem.vue +1 -1
- package/src/components/display/participant/ParticipantList.vue +1 -1
- package/src/components/display/playlist/PlaylistItem.vue +2 -2
- package/src/components/display/playlist/PlaylistList.vue +1 -1
- package/src/components/display/playlist/PodcastList.vue +10 -21
- package/src/components/display/podcasts/AnimatorsItem.vue +1 -1
- package/src/components/display/podcasts/ParticipantDescription.vue +2 -1
- package/src/components/display/podcasts/PodcastFilterList.vue +11 -20
- package/src/components/display/podcasts/PodcastImage.vue +3 -3
- package/src/components/display/podcasts/PodcastInlineList.vue +3 -3
- package/src/components/display/podcasts/PodcastItem.vue +3 -3
- package/src/components/display/podcasts/PodcastList.vue +2 -2
- package/src/components/display/podcasts/PodcastModuleBox.vue +2 -2
- package/src/components/display/rubriques/RubriqueChooser.vue +1 -1
- package/src/components/display/rubriques/RubriqueList.vue +4 -4
- package/src/components/display/sharing/PlayerParameters.vue +31 -103
- package/src/components/display/sharing/ShareButtons.vue +3 -3
- package/src/components/display/sharing/ShareDistribution.vue +1 -1
- package/src/components/display/sharing/SharePlayer.vue +35 -51
- package/src/components/display/sharing/SharePlayerColors.vue +2 -2
- package/src/components/display/sharing/SharePlayerTypes.vue +5 -5
- package/src/components/display/sharing/SubscribeButtons.vue +2 -2
- 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 +1 -1
- package/src/components/misc/Footer.vue +28 -37
- package/src/components/misc/HomeDropdown.vue +44 -93
- package/src/components/misc/LeftMenu.vue +111 -144
- package/src/components/misc/Player.vue +16 -30
- package/src/components/misc/PlayerButtons.vue +16 -39
- package/src/components/misc/PlayerClockAndTimeline.vue +1 -1
- package/src/components/misc/PlayerProgressBar.vue +16 -51
- package/src/components/misc/Popover.vue +8 -2
- package/src/components/misc/TopBar.vue +142 -224
- package/src/components/misc/modal/ClipboardModal.vue +1 -1
- package/src/components/misc/modal/NewsletterModal.vue +15 -29
- package/src/components/misc/modal/QrCodeModal.vue +2 -2
- package/src/components/misc/modal/ShareModalPlayer.vue +1 -1
- package/src/components/mixins/init.ts +1 -1
- package/src/components/mixins/organisationFilter.ts +1 -1
- package/src/components/pages/Category.vue +4 -9
- package/src/components/pages/Emission.vue +13 -25
- package/src/components/pages/Emissions.vue +10 -19
- package/src/components/pages/Home.vue +5 -7
- package/src/components/pages/Lives.vue +3 -5
- package/src/components/pages/Participant.vue +19 -27
- package/src/components/pages/Participants.vue +7 -15
- package/src/components/pages/Playlist.vue +17 -30
- package/src/components/pages/Playlists.vue +1 -11
- package/src/components/pages/Podcast.vue +20 -34
- package/src/components/pages/Podcasts.vue +12 -26
- package/src/components/pages/Search.vue +26 -64
- package/src/store/class/{adserverConfig.ts → adserver/adserverConfig.ts} +0 -0
- package/src/store/class/adserver/adserverOtherEmission.ts +13 -0
- package/src/store/class/{adserverTiming.ts → adserver/adserverTiming.ts} +0 -0
- package/src/store/class/cartouchier/cartouche.ts +15 -0
- package/src/store/class/cartouchier/cartouchier.ts +9 -0
- package/src/store/class/conference/conference.ts +35 -0
- package/src/store/class/conference/conferenceMessage.ts +10 -0
- package/src/store/class/conference/conferenceParticipant.ts +18 -0
- package/src/store/class/conference/pad.ts +15 -0
- package/src/store/class/conference/studioCall.ts +7 -0
- package/src/store/class/contract/contract.ts +7 -0
- package/src/store/class/contract/contractOrganisation.ts +7 -0
- package/src/store/class/ftp/ftpEmission.ts +41 -0
- package/src/store/class/ftp/ftpParam.ts +12 -0
- package/src/store/class/ftp/testFtpEmission.ts +5 -0
- package/src/store/class/general/audioView.ts +21 -0
- package/src/store/class/{category.ts → general/category.ts} +1 -1
- package/src/store/class/general/comment.ts +16 -0
- package/src/store/class/general/customPlayer.ts +8 -0
- package/src/store/class/{emission.ts → general/emission.ts} +2 -2
- package/src/store/class/general/fetchParam.ts +33 -0
- package/src/store/class/general/initState.ts +25 -0
- package/src/store/class/general/ituneCategory.ts +5 -0
- package/src/store/class/general/media.ts +14 -0
- package/src/store/class/general/organisation.ts +19 -0
- package/src/store/class/general/pageable.ts +13 -0
- package/src/store/class/{participant.ts → general/participant.ts} +0 -0
- package/src/store/class/{player.ts → general/player.ts} +0 -0
- package/src/store/class/{playlist.ts → general/playlist.ts} +2 -2
- package/src/store/class/{podcast.ts → general/podcast.ts} +2 -1
- package/src/store/class/general/sortPageable.ts +5 -0
- package/src/store/class/general/soundcastCategory.ts +8 -0
- package/src/store/class/ouestFrance/ofTag.ts +36 -0
- package/src/store/class/ouestFrance/ofTagInfo.ts +9 -0
- package/src/store/class/ouestFrance/ofTagPage.ts +7 -0
- package/src/store/class/ouestFrance/ofTagSeo.ts +7 -0
- package/src/store/class/ouestFrance/ofTagVente.ts +6 -0
- package/src/store/class/ouestFrance/ofTagWithParents.ts +26 -0
- package/src/store/class/rss/aggregator.ts +28 -0
- package/src/store/class/rss/rssEmission.ts +14 -0
- package/src/store/class/rss/rssInfo.ts +8 -0
- package/src/store/class/{rubriquage.ts → rubrique/rubriquage.ts} +0 -0
- package/src/store/class/rubrique/rubriquageFilter.ts +6 -0
- package/src/store/class/rubrique/rubrique.ts +8 -0
- package/src/store/class/stat/statArrayIncome.ts +6 -0
- package/src/store/class/stat/statArrayObject.ts +34 -0
- package/src/store/class/stat/statGraph.ts +7 -0
- package/src/store/class/{person.ts → user/person.ts} +2 -2
- package/src/store/class/user/profile.ts +12 -0
- package/src/store/class/user/userKeycloak.ts +24 -0
- package/src/store/paramStore.ts +1 -1
- package/src/store/typeAppStore.ts +10 -10
- package/src/store/class/comment.ts +0 -16
- package/src/store/class/conference.ts +0 -31
- package/src/store/class/customPlayer.ts +0 -8
- package/src/store/class/fetchParam.ts +0 -33
- package/src/store/class/media.ts +0 -14
- package/src/store/class/organisation.ts +0 -19
- package/src/store/class/rubriquageFilter.ts +0 -6
- package/src/store/class/rubrique.ts +0 -9
|
@@ -1,137 +1,121 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div
|
|
3
|
-
|
|
4
|
-
class="top-bar-container position-sticky"
|
|
3
|
+
class="top-bar-container"
|
|
5
4
|
:class="{ 'shadow-element': scrolled }"
|
|
6
5
|
>
|
|
7
|
-
<div
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
6
|
+
<div
|
|
7
|
+
class="saooti-burger-menu"
|
|
8
|
+
:aria-label="$t('open left Menu')"
|
|
9
|
+
@click="onDisplayMenu(false)"
|
|
10
|
+
/>
|
|
11
|
+
<router-link
|
|
12
|
+
class="top-bar-logo"
|
|
13
|
+
:to="{
|
|
14
|
+
name: 'home',
|
|
15
|
+
query: { productor: $store.state.filter.organisationId,
|
|
16
|
+
iabId: $store.state.filter.iab ? $store.state.filter.iab.id : undefined,
|
|
17
|
+
rubriquesId: rubriqueQueryParam},
|
|
18
|
+
}"
|
|
19
|
+
@click="onDisplayMenu(true)"
|
|
20
|
+
>
|
|
21
|
+
<img
|
|
22
|
+
:src="!filterOrga || '' === imgUrl ? logoUrl : imgUrl"
|
|
23
|
+
:alt="$t('Logo of main page')"
|
|
24
|
+
:class="isEducation ? 'educationLogo' : ''"
|
|
12
25
|
>
|
|
13
|
-
|
|
14
|
-
|
|
26
|
+
</router-link>
|
|
27
|
+
<OrganisationChooserLight
|
|
28
|
+
v-if="!isPodcastmaker"
|
|
29
|
+
page="topBar"
|
|
30
|
+
width="auto"
|
|
31
|
+
:defaultanswer="$t('No organisation filter')"
|
|
32
|
+
:value="organisationId"
|
|
33
|
+
:light="true"
|
|
34
|
+
class="me-2"
|
|
35
|
+
:reset="reset"
|
|
36
|
+
@selected="onOrganisationSelected"
|
|
37
|
+
/>
|
|
38
|
+
<div class="d-flex justify-content-center flex-grow-1">
|
|
15
39
|
<router-link
|
|
40
|
+
v-if="
|
|
41
|
+
isLiveTab &&
|
|
42
|
+
((filterOrga && filterOrgaLive) || !filterOrga)
|
|
43
|
+
"
|
|
16
44
|
:to="{
|
|
17
|
-
name: '
|
|
45
|
+
name: 'lives',
|
|
46
|
+
query: { productor: $store.state.filter.organisationId },
|
|
47
|
+
}"
|
|
48
|
+
class="link-hover p-3 fw-bold"
|
|
49
|
+
>
|
|
50
|
+
{{ $t('Live') }}
|
|
51
|
+
</router-link>
|
|
52
|
+
<router-link
|
|
53
|
+
:to="{
|
|
54
|
+
name: 'podcasts',
|
|
18
55
|
query: { productor: $store.state.filter.organisationId,
|
|
19
56
|
iabId: $store.state.filter.iab ? $store.state.filter.iab.id : undefined,
|
|
20
57
|
rubriquesId: rubriqueQueryParam},
|
|
21
58
|
}"
|
|
59
|
+
class="link-hover p-3 fw-bold"
|
|
22
60
|
>
|
|
23
|
-
|
|
24
|
-
class="top-bar-logo m-3"
|
|
25
|
-
@click="onDisplayMenu(true)"
|
|
26
|
-
>
|
|
27
|
-
<img
|
|
28
|
-
v-if="!filterOrga || '' === imgUrl"
|
|
29
|
-
:src="logoUrl"
|
|
30
|
-
:alt="$t('Logo of main page')"
|
|
31
|
-
:class="isEducation ? 'educationLogo' : ''"
|
|
32
|
-
>
|
|
33
|
-
<img
|
|
34
|
-
v-else
|
|
35
|
-
:src="imgUrl"
|
|
36
|
-
:alt="$t('Logo of main page')"
|
|
37
|
-
>
|
|
38
|
-
</div>
|
|
61
|
+
{{ $t('Podcasts') }}
|
|
39
62
|
</router-link>
|
|
40
|
-
<
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
class="
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
<
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
{
|
|
64
|
-
|
|
63
|
+
<router-link
|
|
64
|
+
:to="{
|
|
65
|
+
name: 'emissions',
|
|
66
|
+
query: { productor: $store.state.filter.organisationId,
|
|
67
|
+
iabId: $store.state.filter.iab ? $store.state.filter.iab.id : undefined,
|
|
68
|
+
rubriquesId: rubriqueQueryParam },
|
|
69
|
+
}"
|
|
70
|
+
class="link-hover p-3 fw-bold"
|
|
71
|
+
>
|
|
72
|
+
{{ $t('Emissions') }}
|
|
73
|
+
</router-link>
|
|
74
|
+
<router-link
|
|
75
|
+
:to="{
|
|
76
|
+
name: 'participants',
|
|
77
|
+
query: { productor: $store.state.filter.organisationId },
|
|
78
|
+
}"
|
|
79
|
+
class="link-hover p-3 fw-bold"
|
|
80
|
+
>
|
|
81
|
+
{{ $t('Speakers') }}
|
|
82
|
+
</router-link>
|
|
83
|
+
<router-link
|
|
84
|
+
:to="{
|
|
85
|
+
name: 'playlists',
|
|
86
|
+
query: { productor: $store.state.filter.organisationId },
|
|
87
|
+
}"
|
|
88
|
+
class="link-hover p-3 fw-bold"
|
|
89
|
+
>
|
|
90
|
+
{{ $t('Playlists') }}
|
|
91
|
+
</router-link>
|
|
92
|
+
<router-link
|
|
93
|
+
v-if="!isPodcastmaker && (!filterOrga || isEducation)"
|
|
94
|
+
:to="{
|
|
95
|
+
name: 'productors',
|
|
96
|
+
query: { productor: $store.state.filter.organisationId },
|
|
97
|
+
}"
|
|
98
|
+
class="link-hover p-3 fw-bold"
|
|
99
|
+
>
|
|
100
|
+
{{ $t('Productors') }}
|
|
101
|
+
</router-link>
|
|
102
|
+
</div>
|
|
103
|
+
<div class="d-flex flex-column">
|
|
104
|
+
<div class="hosted-by">
|
|
105
|
+
<span>{{ $t('Hosted by') }}</span><span class="ms-1 me-1 primary-color">Saooti</span>
|
|
106
|
+
</div>
|
|
107
|
+
<div class="d-flex justify-content-end flex-no-wrap">
|
|
108
|
+
<HomeDropdown :is-education="isEducation" />
|
|
65
109
|
<router-link
|
|
110
|
+
:aria-label="$t('Search')"
|
|
66
111
|
:to="{
|
|
67
112
|
name: 'podcasts',
|
|
68
|
-
query: { productor: $store.state.filter.organisationId,
|
|
69
|
-
iabId: $store.state.filter.iab ? $store.state.filter.iab.id : undefined,
|
|
70
|
-
rubriquesId: rubriqueQueryParam},
|
|
71
|
-
}"
|
|
72
|
-
class="linkHover p-3 text-dark fw-bold"
|
|
73
|
-
>
|
|
74
|
-
{{ $t('Podcasts') }}
|
|
75
|
-
</router-link>
|
|
76
|
-
<router-link
|
|
77
|
-
:to="{
|
|
78
|
-
name: 'emissions',
|
|
79
|
-
query: { productor: $store.state.filter.organisationId,
|
|
80
|
-
iabId: $store.state.filter.iab ? $store.state.filter.iab.id : undefined,
|
|
81
|
-
rubriquesId: rubriqueQueryParam },
|
|
82
|
-
}"
|
|
83
|
-
class="linkHover p-3 text-dark fw-bold"
|
|
84
|
-
>
|
|
85
|
-
{{ $t('Emissions') }}
|
|
86
|
-
</router-link>
|
|
87
|
-
<router-link
|
|
88
|
-
:to="{
|
|
89
|
-
name: 'participants',
|
|
90
|
-
query: { productor: $store.state.filter.organisationId },
|
|
91
|
-
}"
|
|
92
|
-
class="linkHover p-3 text-dark fw-bold"
|
|
93
|
-
>
|
|
94
|
-
{{ $t('Speakers') }}
|
|
95
|
-
</router-link>
|
|
96
|
-
<router-link
|
|
97
|
-
:to="{
|
|
98
|
-
name: 'playlists',
|
|
99
113
|
query: { productor: $store.state.filter.organisationId },
|
|
100
114
|
}"
|
|
101
|
-
class="linkHover p-3 text-dark fw-bold"
|
|
102
115
|
>
|
|
103
|
-
|
|
104
|
-
</router-link>
|
|
105
|
-
<router-link
|
|
106
|
-
v-if="!isPodcastmaker && (!filterOrga || isEducation)"
|
|
107
|
-
:to="{
|
|
108
|
-
name: 'productors',
|
|
109
|
-
query: { productor: $store.state.filter.organisationId },
|
|
110
|
-
}"
|
|
111
|
-
class="linkHover p-3 text-dark fw-bold"
|
|
112
|
-
>
|
|
113
|
-
{{ $t('Productors') }}
|
|
116
|
+
<div class="btn admin-button m-1 saooti-search" />
|
|
114
117
|
</router-link>
|
|
115
118
|
</div>
|
|
116
|
-
<div class="d-flex flex-column">
|
|
117
|
-
<div class="d-flex justify-content-end hostedBy hide-phone">
|
|
118
|
-
<span>{{ $t('Hosted by') }}</span><span class="ms-1 me-1 primary-color">Saooti</span>
|
|
119
|
-
</div>
|
|
120
|
-
<div class="d-flex align-items-center justify-content-end flex-no-wrap">
|
|
121
|
-
<HomeDropdown :is-education="isEducation" />
|
|
122
|
-
<router-link
|
|
123
|
-
:aria-label="$t('Search')"
|
|
124
|
-
:to="{
|
|
125
|
-
name: 'podcasts',
|
|
126
|
-
query: { productor: $store.state.filter.organisationId },
|
|
127
|
-
}"
|
|
128
|
-
>
|
|
129
|
-
<div class="btn admin-button m-1">
|
|
130
|
-
<i class="saooti-search text-dark" />
|
|
131
|
-
</div>
|
|
132
|
-
</router-link>
|
|
133
|
-
</div>
|
|
134
|
-
</div>
|
|
135
119
|
</div>
|
|
136
120
|
</div>
|
|
137
121
|
</template>
|
|
@@ -139,9 +123,9 @@
|
|
|
139
123
|
<script lang="ts">
|
|
140
124
|
import { state } from '../../store/paramStore';
|
|
141
125
|
import HomeDropdown from './HomeDropdown.vue';
|
|
142
|
-
import { Organisation } from '@/store/class/organisation';
|
|
126
|
+
import { Organisation } from '@/store/class/general/organisation';
|
|
143
127
|
import { orgaFilter } from '../mixins/organisationFilter';
|
|
144
|
-
import { RubriquageFilter } from '@/store/class/rubriquageFilter';
|
|
128
|
+
import { RubriquageFilter } from '@/store/class/rubrique/rubriquageFilter';
|
|
145
129
|
import { defineComponent,defineAsyncComponent } from 'vue';
|
|
146
130
|
const OrganisationChooserLight = defineAsyncComponent(() => import('../display/organisation/OrganisationChooserLight.vue'));
|
|
147
131
|
export default defineComponent({
|
|
@@ -166,11 +150,9 @@ export default defineComponent({
|
|
|
166
150
|
minScroll: 0 as number,
|
|
167
151
|
organisationId: undefined as string | undefined,
|
|
168
152
|
reset: false as boolean,
|
|
169
|
-
init: false as boolean,
|
|
170
153
|
dummyParam: new Date().getTime().toString() as string,
|
|
171
154
|
};
|
|
172
155
|
},
|
|
173
|
-
|
|
174
156
|
|
|
175
157
|
computed: {
|
|
176
158
|
rubriqueQueryParam(): string|undefined{
|
|
@@ -218,7 +200,6 @@ export default defineComponent({
|
|
|
218
200
|
if (this.filterOrga) {
|
|
219
201
|
this.organisationId = this.filterOrga;
|
|
220
202
|
}
|
|
221
|
-
this.init = true;
|
|
222
203
|
window.addEventListener('scroll', this.handleScroll);
|
|
223
204
|
},
|
|
224
205
|
|
|
@@ -278,139 +259,76 @@ export default defineComponent({
|
|
|
278
259
|
|
|
279
260
|
<style lang="scss">
|
|
280
261
|
.top-bar-container {
|
|
262
|
+
position: sticky;
|
|
281
263
|
top: 0;
|
|
282
264
|
background: #fff;
|
|
283
265
|
width: 100%;
|
|
266
|
+
height: 5rem;
|
|
284
267
|
z-index: 10;
|
|
285
|
-
padding: 0
|
|
286
|
-
|
|
268
|
+
padding: 0 1rem;
|
|
269
|
+
display: flex;
|
|
270
|
+
justify-content: space-between;
|
|
271
|
+
align-items: center;
|
|
272
|
+
transition: height 1s;
|
|
287
273
|
@media (max-width: 450px) {
|
|
288
274
|
padding: 0 0.5rem;
|
|
289
275
|
}
|
|
290
276
|
|
|
291
|
-
.
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
height: 5rem;
|
|
298
|
-
position: relative;
|
|
299
|
-
|
|
300
|
-
.top-bar-logo {
|
|
301
|
-
margin: 1rem 2rem 1rem 1rem !important;
|
|
302
|
-
img {
|
|
303
|
-
max-width: 160px !important;
|
|
304
|
-
max-height: 80px;
|
|
305
|
-
height: 80px;
|
|
306
|
-
border-radius: 0.8rem;
|
|
307
|
-
&.educationLogo {
|
|
308
|
-
height: auto;
|
|
309
|
-
border-radius: 0;
|
|
310
|
-
}
|
|
311
|
-
}
|
|
312
|
-
}
|
|
313
|
-
.multiselect__tags {
|
|
314
|
-
padding: 6px 40px 0 10px;
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
.hamburger-menu {
|
|
318
|
-
display: none;
|
|
319
|
-
margin: 0 1rem;
|
|
320
|
-
@media (max-width: 600px) {
|
|
321
|
-
margin: 0;
|
|
322
|
-
}
|
|
323
|
-
.saooti-burger-menu {
|
|
324
|
-
font-size: 2.2em;
|
|
325
|
-
font-weight: bold;
|
|
326
|
-
margin-bottom: 0;
|
|
327
|
-
}
|
|
328
|
-
cursor: pointer;
|
|
329
|
-
}
|
|
277
|
+
.saooti-burger-menu {
|
|
278
|
+
display: none;
|
|
279
|
+
cursor: pointer;
|
|
280
|
+
font-size: 2rem;
|
|
281
|
+
font-weight: bold;
|
|
282
|
+
margin: 0.5rem;
|
|
330
283
|
}
|
|
331
284
|
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
height:
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
display: block;
|
|
341
|
-
.saooti-burger-menu {
|
|
342
|
-
font-size: 2.2em;
|
|
343
|
-
font-weight: bold;
|
|
344
|
-
margin: 0;
|
|
345
|
-
}
|
|
346
|
-
}
|
|
347
|
-
.top-bar-logo {
|
|
348
|
-
flex-grow: 1;
|
|
349
|
-
text-align: center;
|
|
350
|
-
align-items: center;
|
|
351
|
-
display: flex;
|
|
352
|
-
img {
|
|
353
|
-
height: 2.5rem;
|
|
354
|
-
width: auto;
|
|
355
|
-
}
|
|
356
|
-
}
|
|
357
|
-
.hostedBy {
|
|
358
|
-
display: none !important;
|
|
285
|
+
.top-bar-logo {
|
|
286
|
+
margin: 1rem 2rem 1rem 1rem;
|
|
287
|
+
img {
|
|
288
|
+
max-width: 160px !important;
|
|
289
|
+
max-height: 2.5rem;
|
|
290
|
+
height: 2.5rem;
|
|
291
|
+
&.educationLogo {
|
|
292
|
+
height: auto;
|
|
359
293
|
}
|
|
360
294
|
}
|
|
361
295
|
}
|
|
362
|
-
.
|
|
296
|
+
.hosted-by {
|
|
363
297
|
font-size: 0.6rem;
|
|
364
298
|
position: absolute;
|
|
365
299
|
top: 5px;
|
|
366
300
|
right: 0;
|
|
367
301
|
}
|
|
368
|
-
|
|
302
|
+
.multiselect__tags {
|
|
303
|
+
padding: 6px 40px 0 10px;
|
|
304
|
+
}
|
|
305
|
+
&.shadow-element {
|
|
306
|
+
height: 3.5rem;
|
|
307
|
+
.link-hover,.hosted-by {
|
|
308
|
+
display: none;
|
|
309
|
+
}
|
|
310
|
+
.saooti-burger-menu {
|
|
311
|
+
display: block;
|
|
312
|
+
}
|
|
313
|
+
}
|
|
369
314
|
/** PHONES*/
|
|
370
315
|
@media (max-width: 1200px) {
|
|
371
|
-
.
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
.hostedBy {
|
|
375
|
-
display: none !important;
|
|
316
|
+
height: 3.5rem;
|
|
317
|
+
.default-multiselect-width, .hosted-by, .link-hover {
|
|
318
|
+
display: none;
|
|
376
319
|
}
|
|
377
|
-
.
|
|
378
|
-
|
|
379
|
-
height: 3.5rem;
|
|
380
|
-
.linkHover {
|
|
381
|
-
display: none;
|
|
382
|
-
}
|
|
383
|
-
.hamburger-menu {
|
|
384
|
-
flex-grow: 1;
|
|
385
|
-
display: block;
|
|
386
|
-
}
|
|
387
|
-
.top-bar-logo {
|
|
388
|
-
flex-grow: 1;
|
|
389
|
-
text-align: center;
|
|
390
|
-
display: flex;
|
|
391
|
-
width: 100px;
|
|
392
|
-
img {
|
|
393
|
-
max-width: 100px !important;
|
|
394
|
-
}
|
|
395
|
-
}
|
|
320
|
+
.saooti-burger-menu {
|
|
321
|
+
display: block;
|
|
396
322
|
}
|
|
397
323
|
}
|
|
398
324
|
@media (max-width: 650px) {
|
|
399
|
-
.top-bar {
|
|
400
|
-
|
|
401
|
-
img {
|
|
402
|
-
height: 2rem;
|
|
403
|
-
}
|
|
404
|
-
}
|
|
325
|
+
.top-bar-logo img{
|
|
326
|
+
height: 2rem;
|
|
405
327
|
}
|
|
406
328
|
}
|
|
407
329
|
@media (max-width: 290px) {
|
|
408
|
-
.top-bar {
|
|
409
|
-
|
|
410
|
-
img {
|
|
411
|
-
display: none;
|
|
412
|
-
}
|
|
413
|
-
}
|
|
330
|
+
.top-bar-logo img{
|
|
331
|
+
display: none;
|
|
414
332
|
}
|
|
415
333
|
}
|
|
416
334
|
}
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
</template>
|
|
38
38
|
|
|
39
39
|
<script lang="ts">
|
|
40
|
-
import { Emission } from '@/store/class/emission';
|
|
40
|
+
import { Emission } from '@/store/class/general/emission';
|
|
41
41
|
import { displayMethods } from '../../mixins/functions';
|
|
42
42
|
import { defineComponent, defineAsyncComponent } from 'vue';
|
|
43
43
|
const RssSection = defineAsyncComponent(() => import('@/components/display/aggregator/RssSection.vue'));
|
|
@@ -17,36 +17,20 @@
|
|
|
17
17
|
<!-- eslint-disable vue/no-v-html -->
|
|
18
18
|
<div v-html="newsletterHtml" />
|
|
19
19
|
<!-- eslint-enable -->
|
|
20
|
-
<div class="d-flex flex-column flex-grow ms-4">
|
|
20
|
+
<div class="d-flex flex-column flex-grow-1 ms-4">
|
|
21
21
|
<h4 class="mb-3">
|
|
22
22
|
{{ $t('Configuration') }}
|
|
23
23
|
</h4>
|
|
24
|
-
<
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
>{{
|
|
35
|
-
$t('Display emission name')
|
|
36
|
-
}}</label>
|
|
37
|
-
</div>
|
|
38
|
-
<div>
|
|
39
|
-
<input
|
|
40
|
-
id="display-participants-names"
|
|
41
|
-
v-model="displayParticipantsNames"
|
|
42
|
-
type="checkbox"
|
|
43
|
-
class="form-check-input"
|
|
44
|
-
>
|
|
45
|
-
<label
|
|
46
|
-
class="form-check-label"
|
|
47
|
-
for="display-participants-names"
|
|
48
|
-
>{{ $t('Display participants list') }}</label>
|
|
49
|
-
</div>
|
|
24
|
+
<ClassicCheckbox
|
|
25
|
+
v-model:textInit="displayEmissionName"
|
|
26
|
+
id-checkbox="display-emission-name"
|
|
27
|
+
:label="$t('Display emission name')"
|
|
28
|
+
/>
|
|
29
|
+
<ClassicCheckbox
|
|
30
|
+
v-model:textInit="displayParticipantsNames"
|
|
31
|
+
id-checkbox="display-participants-names"
|
|
32
|
+
:label="$t('Display participants list')"
|
|
33
|
+
/>
|
|
50
34
|
<div class="d-flex align-items-center mt-2">
|
|
51
35
|
<VSwatches
|
|
52
36
|
v-model="color"
|
|
@@ -104,14 +88,15 @@
|
|
|
104
88
|
</template>
|
|
105
89
|
|
|
106
90
|
<script lang="ts">
|
|
91
|
+
import ClassicCheckbox from '../../form/ClassicCheckbox.vue';
|
|
107
92
|
import Snackbar from '../../misc/Snackbar.vue';
|
|
108
93
|
import moment from 'moment';
|
|
109
94
|
import VSwatches from 'vue3-swatches';
|
|
110
95
|
// @ts-ignore
|
|
111
96
|
import humanizeDuration from 'humanize-duration';
|
|
112
97
|
import { displayMethods } from '../../mixins/functions';
|
|
113
|
-
import { Participant } from '@/store/class/participant';
|
|
114
|
-
import { Podcast } from '@/store/class/podcast';
|
|
98
|
+
import { Participant } from '@/store/class/general/participant';
|
|
99
|
+
import { Podcast } from '@/store/class/general/podcast';
|
|
115
100
|
import { state } from '../../../store/paramStore';
|
|
116
101
|
import { defineComponent } from 'vue'
|
|
117
102
|
import SnackbarVue from '../../misc/Snackbar.vue';
|
|
@@ -121,6 +106,7 @@ export default defineComponent({
|
|
|
121
106
|
components: {
|
|
122
107
|
Snackbar,
|
|
123
108
|
VSwatches,
|
|
109
|
+
ClassicCheckbox
|
|
124
110
|
},
|
|
125
111
|
|
|
126
112
|
mixins: [displayMethods],
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
</template>
|
|
35
35
|
|
|
36
36
|
<script lang="ts">
|
|
37
|
-
import { Podcast } from '@/store/class/podcast';
|
|
38
|
-
import { Emission } from '@/store/class/emission';
|
|
37
|
+
import { Podcast } from '@/store/class/general/podcast';
|
|
38
|
+
import { Emission } from '@/store/class/general/emission';
|
|
39
39
|
import QrCode from '../../display/sharing/QrCode.vue';
|
|
40
40
|
import { defineComponent } from 'vue'
|
|
41
41
|
export default defineComponent({
|
|
@@ -97,7 +97,7 @@ import { displayMethods } from '../../mixins/functions';
|
|
|
97
97
|
|
|
98
98
|
import QrCode from '../../display/sharing/QrCode.vue';
|
|
99
99
|
import { defineComponent } from 'vue'
|
|
100
|
-
import { Podcast } from '@/store/class/podcast';
|
|
100
|
+
import { Podcast } from '@/store/class/general/podcast';
|
|
101
101
|
import SnackbarVue from '../Snackbar.vue';
|
|
102
102
|
export default defineComponent({
|
|
103
103
|
name: 'ShareModalPlayer',
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { Category } from "@/store/class/category";
|
|
2
|
+
import { Category } from "@/store/class/general/category";
|
|
3
3
|
import { orgaFilter } from '../mixins/organisationFilter';
|
|
4
4
|
import octopusApi from '@saooti/octopus-api';
|
|
5
5
|
import { state } from '../../store/paramStore';
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
<div class="page-box">
|
|
3
3
|
<h1>{{ title }}</h1>
|
|
4
4
|
<PodcastList
|
|
5
|
-
:first="
|
|
6
|
-
:size="
|
|
5
|
+
:first="0"
|
|
6
|
+
:size="12"
|
|
7
7
|
:iab-id="iabId"
|
|
8
8
|
:organisation-id="filterOrga"
|
|
9
9
|
/>
|
|
@@ -14,14 +14,12 @@
|
|
|
14
14
|
import PodcastList from '../display/podcasts/PodcastList.vue';
|
|
15
15
|
|
|
16
16
|
import { defineComponent } from 'vue'
|
|
17
|
-
import { Category } from '@/store/class/category';
|
|
17
|
+
import { Category } from '@/store/class/general/category';
|
|
18
18
|
export default defineComponent({
|
|
19
19
|
components: {
|
|
20
20
|
PodcastList,
|
|
21
21
|
},
|
|
22
22
|
props: {
|
|
23
|
-
firstRoute: { default: 0, type: Number},
|
|
24
|
-
sizeRoute: { default: 12, type: Number},
|
|
25
23
|
iabId: { default: undefined, type: Number},
|
|
26
24
|
},
|
|
27
25
|
|
|
@@ -53,10 +51,7 @@ export default defineComponent({
|
|
|
53
51
|
const matchCategories = this.categories.filter((c: Category) => c.id === this.iabId);
|
|
54
52
|
if (1 !== matchCategories.length) return;
|
|
55
53
|
this.title = matchCategories[0]['name'];
|
|
56
|
-
|
|
57
54
|
},
|
|
58
55
|
},
|
|
59
56
|
})
|
|
60
|
-
</script>
|
|
61
|
-
|
|
62
|
-
<style lang="scss"></style>
|
|
57
|
+
</script>
|