@saooti/octopus-sdk 41.0.13-SNAPSHOT → 41.0.13

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.
Files changed (46) hide show
  1. package/package.json +3 -1
  2. package/plateform.conf +1 -1
  3. package/src/App.vue +3 -7
  4. package/src/api/classicApi.ts +1 -1
  5. package/src/components/composable/player/usePlayerLive.ts +2 -2
  6. package/src/components/composable/radio/usefetchRadioData.ts +29 -12
  7. package/src/components/display/categories/CategoryChooser.vue +4 -0
  8. package/src/components/display/comments/CommentList.vue +1 -1
  9. package/src/components/display/emission/EmissionPresentationItem.vue +14 -6
  10. package/src/components/display/filter/DateFilter.vue +15 -2
  11. package/src/components/display/live/RadioCurrently.vue +2 -5
  12. package/src/components/display/podcasts/PodcastPlayButton.vue +4 -1
  13. package/src/components/display/rubriques/RubriqueChooser.vue +24 -2
  14. package/src/components/display/rubriques/RubriqueList.vue +18 -0
  15. package/src/components/display/sharing/PlayerParameters.vue +0 -8
  16. package/src/components/display/sharing/SharePlayer.vue +0 -5
  17. package/src/components/display/sharing/SubscribeButtons.vue +4 -2
  18. package/src/components/form/ClassicInputText.vue +3 -0
  19. package/src/components/form/ClassicMultiselect.vue +35 -7
  20. package/src/components/misc/ClassicAccordion.vue +4 -4
  21. package/src/components/misc/ClassicSpinner.vue +1 -1
  22. package/src/components/misc/HomeDropdown.vue +3 -110
  23. package/src/components/misc/MobileMenu.vue +59 -64
  24. package/src/components/misc/TopBar.vue +4 -11
  25. package/src/components/misc/TopBarMainContent.vue +0 -2
  26. package/src/components/misc/UserButtonContent.vue +159 -0
  27. package/src/components/misc/player/elements/PlayerImage.vue +0 -1
  28. package/src/components/misc/player/elements/PlayerTitle.vue +3 -3
  29. package/src/components/misc/player/radio/RadioHistory.vue +3 -2
  30. package/src/components/misc/player/video/PlayerVideo.vue +2 -2
  31. package/src/components/pages/HomePage.vue +1 -1
  32. package/src/components/pages/PageLogout.vue +1 -6
  33. package/src/components/pages/PodcastPage.vue +0 -1
  34. package/src/components/pages/VideoPage.vue +5 -2
  35. package/src/locale/de.ts +6 -5
  36. package/src/locale/en.ts +6 -5
  37. package/src/locale/es.ts +6 -5
  38. package/src/locale/fr.ts +6 -5
  39. package/src/locale/it.ts +6 -5
  40. package/src/locale/sl.ts +6 -5
  41. package/src/stores/PlayerStore.ts +6 -1
  42. package/src/stores/class/conference/conference.ts +2 -0
  43. package/src/stores/class/general/player.ts +2 -2
  44. package/src/style/_variables.scss +6 -0
  45. package/src/style/general.scss +18 -1
  46. package/src/helper/radio/radioHelper.ts +0 -15
@@ -193,7 +193,7 @@ const hlsVideoUrl = computed(() => {
193
193
  if (!recordingLive.value || !podcastConference.value) {
194
194
  return "";
195
195
  }
196
- return `${apiStore.hlsUrl}live/video_dev.${podcastConference.value.conferenceId}/index.m3u8`;
196
+ return `${apiStore.hlsUrl}live/video_${podcastConference.value.hlsIdentifier}/index.m3u8`;
197
197
  });
198
198
  const isSecured = computed(() => {
199
199
  return "SECURED" === podcast.value?.organisation?.privacy;
@@ -255,7 +255,10 @@ async function getPodcastDetails(): Promise<void> {
255
255
  playerStore.playerPlay(
256
256
  {
257
257
  ...podcast.value,
258
- ...{ conferenceId: podcast.value.conferenceId },
258
+ ...{
259
+ conferenceId: podcast.value.conferenceId,
260
+ hlsIdentifier: podcastConference.value?.hlsIdentifier,
261
+ },
259
262
  },
260
263
  true,
261
264
  );
package/src/locale/de.ts CHANGED
@@ -57,6 +57,9 @@ export default {
57
57
  "Type string to filter by organisation": "Nach Organisation filtern",
58
58
  "Type string to filter by emission": "Nach Reihe filtern",
59
59
  "Type string to filter by podcast": "Nach Podcast filtern",
60
+ "Type string to filter by categories": "Nach Kategorien filtern",
61
+ "Type string to filter by rubrics": "Nach Rubriken filtern",
62
+ "Enter name of topic": "Geben Sie den Titel ein \"{topic}\"",
60
63
  "No organisation filter": "Keine Organisation",
61
64
  "No emission filter": "Keine Reihe",
62
65
  "No podcast filter": "Kein Podcast",
@@ -74,7 +77,6 @@ export default {
74
77
  Duration: "Dauer: {duration}",
75
78
  Animator: "Autor",
76
79
  "No category filter": "Keine Kategorie",
77
- "Type string to filter by categories": "Nach Kategorien filtern",
78
80
  Search: "Suche",
79
81
  Close: "Schließen",
80
82
  Embed: "Player",
@@ -131,7 +133,6 @@ export default {
131
133
  Advertising: "Werbung",
132
134
  "By topic": "Nach Thema",
133
135
  "By rubric": "Nach Rubrik",
134
- "Type string to filter by rubrics": "Nach Rubriken filtern",
135
136
  "No rubric filter": "Keine Rubrik",
136
137
  "From the :": "Vom:",
137
138
  "To the :": "Bis zum:",
@@ -146,8 +147,8 @@ export default {
146
147
  "Sort score": "Nach Relevanz",
147
148
  "Sort name": "Nach Titel",
148
149
  "Sort last": "Nach Datum",
149
- "Choose color": "Farbe wählen",
150
- "Choose theme": "Design wählen",
150
+ "Choose color": "Akzentfarbe",
151
+ "Choose theme": "Thema (Spielerhintergrund)",
151
152
  "Podcast no visible": "Podcast nicht sichtbar",
152
153
  "Display episodes": "Folgen anzeigen",
153
154
  "Podcast published in future": "Podcast geplant",
@@ -167,7 +168,6 @@ export default {
167
168
  "open left Menu": "Menü öffnen/schließen",
168
169
  Participant: "Sprecher",
169
170
  "Number of player podcasts": "Anzahl der Podcasts im Player",
170
- "Proceed reading": "Weiterhören",
171
171
  "Without topic": "Ohne Thema",
172
172
  "Without rubric": "Ohne Rubrik",
173
173
  "Consider podcasts no visible":
@@ -414,4 +414,5 @@ export default {
414
414
  "Code copied!":"Code kopiert!",
415
415
  "Copied!":"Kopiert!",
416
416
  "Color of the QR Code": "Farbe des QR-Codes",
417
+ "Silent stream":"Stiller Fluss",
417
418
  }
package/src/locale/en.ts CHANGED
@@ -58,6 +58,9 @@ export default {
58
58
  "Type string to filter by organisation": "Filter by organization",
59
59
  "Type string to filter by emission": "Filter by series",
60
60
  "Type string to filter by podcast": "Filter by podcast",
61
+ "Type string to filter by categories": "Filter categories by title",
62
+ "Type string to filter by rubrics": "Filter by rubrics",
63
+ "Enter name of topic": "Enter name of \"{topic}\"",
61
64
  "No organisation filter": "No organization filter",
62
65
  "No emission filter": "No series filter",
63
66
  "No podcast filter": "No podcast filter",
@@ -75,7 +78,6 @@ export default {
75
78
  Duration: "Duration : {duration}",
76
79
  Animator: "Host",
77
80
  "No category filter": "No category filter",
78
- "Type string to filter by categories": "Filter categories by title",
79
81
  Search: "Search",
80
82
  Close: "Close",
81
83
  Embed: "Player",
@@ -131,7 +133,6 @@ export default {
131
133
  Advertising: "Advertising",
132
134
  "By topic": "By topic",
133
135
  "By rubric": "By rubric",
134
- "Type string to filter by rubrics": "Filter by rubrics",
135
136
  "No rubric filter": "No rubric filter",
136
137
  "From the :": "From the :",
137
138
  "To the :": "To the :",
@@ -145,8 +146,8 @@ export default {
145
146
  "Sort score": "Sorted by relevancy score",
146
147
  "Sort name": "Sorted title",
147
148
  "Sort last": "Sorted last",
148
- "Choose color": "Choose color",
149
- "Choose theme": "Choose theme",
149
+ "Choose color": "Accent color",
150
+ "Choose theme": "Theme (player background)",
150
151
  "Podcast no visible": "Podcast not visible",
151
152
  "Display episodes": "Display episodes",
152
153
  "Podcast published in future": "Podcast published in the future",
@@ -166,7 +167,6 @@ export default {
166
167
  "open left Menu": "Open/Close Menu",
167
168
  Participant: "Speaker",
168
169
  "Number of player podcasts": "Number of podcasts in the player ",
169
- "Proceed reading": "Continue Listening",
170
170
  "Without topic": "Without a topic",
171
171
  "Without rubric": "Without a rubric",
172
172
  "Consider podcasts no visible":
@@ -417,4 +417,5 @@ export default {
417
417
  "Code copied!":"Code copied!",
418
418
  "Copied!":"Copied!",
419
419
  "Color of the QR Code": "Color of the QR Code",
420
+ "Silent stream":"Silent stream",
420
421
  };
package/src/locale/es.ts CHANGED
@@ -57,6 +57,9 @@ export default {
57
57
  "Type string to filter by organisation": "Filtrar por organización",
58
58
  "Type string to filter by emission": "Filtrar por programa",
59
59
  "Type string to filter by podcast": "Filtrar por pódcast",
60
+ "Type string to filter by categories": "Filtrar las categorías por título",
61
+ "Type string to filter by rubrics": "Filtrar por sección",
62
+ "Enter name of topic": "Introduzca el título de",
60
63
  "No organisation filter": "Sin filtro de organización",
61
64
  "No emission filter": "Sin filtro de programa",
62
65
  "No podcast filter": "Sin filtro de pódcast",
@@ -74,7 +77,6 @@ export default {
74
77
  Duration: "Duración: {duration}",
75
78
  Animator: "Presentador/a",
76
79
  "No category filter": "Sin filtro de categoría",
77
- "Type string to filter by categories": "Filtrar las categorías por título",
78
80
  Search: "Buscar",
79
81
  Close: "Cerrar",
80
82
  Embed: "Reproductor",
@@ -130,7 +132,6 @@ export default {
130
132
  Advertising: "Publicidad",
131
133
  "By topic": "Por tema",
132
134
  "By rubric": "Por sección",
133
- "Type string to filter by rubrics": "Filtrar por sección",
134
135
  "No rubric filter": "Sin filtro de sección",
135
136
  "From the :": "De:",
136
137
  "To the :": "A:",
@@ -145,8 +146,8 @@ export default {
145
146
  "Sort score": "Clasificación por pertinencia",
146
147
  "Sort name": "Clasificación por título",
147
148
  "Sort last": "Clasificación por fecha más reciente",
148
- "Choose color": "Elegir color",
149
- "Choose theme": "Elegir tema",
149
+ "Choose color": "Color de acento",
150
+ "Choose theme": "Tema (fondo del jugador)",
150
151
  "Podcast no visible": "Este pódcast no puede visualizarse",
151
152
  "Display episodes": "Mostrar episodios",
152
153
  "Podcast published in future": "Pódcast pendiente de publicación",
@@ -167,7 +168,6 @@ export default {
167
168
  "open left Menu": "Abrir/Cerrar menú",
168
169
  Participant: "Participante",
169
170
  "Number of player podcasts": "Número de pódcast en el reproductor",
170
- "Proceed reading": "Seguir escuchando",
171
171
  "Without topic": "Sin tema",
172
172
  "Without rubric": "Sin sección",
173
173
  "Consider podcasts no visible":
@@ -415,4 +415,5 @@ export default {
415
415
  "Code copied!":"¡Código copiado!",
416
416
  "Copied!":"¡Copiado!",
417
417
  "Color of the QR Code": "Color del código QR",
418
+ "Silent stream":"Flujo silencioso",
418
419
  }
package/src/locale/fr.ts CHANGED
@@ -58,6 +58,9 @@ export default {
58
58
  "Type string to filter by organisation": "Filtrer les producteurs par nom",
59
59
  "Type string to filter by emission": "Filtrer les émissions par titre",
60
60
  "Type string to filter by podcast": "Filtrer les épisodes par titre",
61
+ "Type string to filter by rubrics": "Filtrer les rubriques",
62
+ "Type string to filter by categories": "Filtrer les thématiques par intitulé",
63
+ "Enter name of topic": "Saisir l'intitulé de \"{topic}\"",
61
64
  "No organisation filter": "Tous les producteurs",
62
65
  "No emission filter": "Toutes les émissions",
63
66
  "No podcast filter": "Tous les épisodes",
@@ -74,7 +77,6 @@ export default {
74
77
  Duration: "Durée : {duration}",
75
78
  Animator: "Intervenant",
76
79
  "No category filter": "Toutes les thématiques",
77
- "Type string to filter by categories": "Filtrer les thématiques par intitulé",
78
80
  Search: "Rechercher",
79
81
  Close: "Fermer",
80
82
  Embed: "Player",
@@ -131,7 +133,6 @@ export default {
131
133
  Advertising: "Publicité",
132
134
  "By topic": "Selon rubriquage",
133
135
  "By rubric": "Par rubrique",
134
- "Type string to filter by rubrics": "Filtrer les rubriques",
135
136
  "No rubric filter": "Toutes les rubriques",
136
137
  "From the :": "Depuis le :",
137
138
  "To the :": "Jusqu'au :",
@@ -146,8 +147,8 @@ export default {
146
147
  "Sort score": "Pertinence",
147
148
  "Sort name": "Alphabétique",
148
149
  "Sort last": "Antéchronologique",
149
- "Choose color": "Couleur",
150
- "Choose theme": "Thème",
150
+ "Choose color": "Couleur d'accent",
151
+ "Choose theme": "Thème (fond du player)",
151
152
  "Podcast no visible": "Épisode non visible actuellement",
152
153
  "Display episodes": "Affichage des épisodes",
153
154
  "Podcast publish in future": "Épisode publié dans le futur",
@@ -168,7 +169,6 @@ export default {
168
169
  "open left Menu": "Ouvrir/Fermer le menu",
169
170
  Participant: "Intervenant",
170
171
  "Number of player podcasts": "Nombre d'épisodes dans le miniplayer",
171
- "Proceed reading": "Poursuivre la lecture",
172
172
  "Without topic": "Sans rubriquage",
173
173
  "Without rubric": "Non rubriqué",
174
174
  "Consider podcasts no visible":
@@ -424,4 +424,5 @@ export default {
424
424
  "Code copied!":"Code copié !",
425
425
  "Copied!":"Copié !",
426
426
  "Color of the QR Code": "Couleur du Qr Code",
427
+ "Silent stream":"Flux silencieux",
427
428
  };
package/src/locale/it.ts CHANGED
@@ -56,6 +56,9 @@ export default{
56
56
  'Type string to filter by organisation': 'Filtra per organizzazione',
57
57
  'Type string to filter by emission': 'Filtra per serie',
58
58
  'Type string to filter by podcast': 'Filtra per podcast',
59
+ 'Type string to filter by categories': 'Filtra la categoria tramite il titolo',
60
+ 'Type string to filter by rubrics': 'Filtra per rubriche',
61
+ 'Enter name of topic': 'Inserisci il titolo di {topic}',
59
62
  'No organisation filter': 'Nessun filtro per organizzazione',
60
63
  'No emission filter': 'Nessun filtro per serie',
61
64
  'No podcast filter': 'Nessun filtro per podcast',
@@ -71,7 +74,6 @@ export default{
71
74
  Duration: 'Durata: {duration}',
72
75
  Animator: 'Host',
73
76
  'No category filter': 'Nessun filtro per la categoria',
74
- 'Type string to filter by categories': 'Filtra la categoria tramite il titolo',
75
77
  Search: 'Ricerca',
76
78
  Close: 'Chiudi',
77
79
  Embed: 'Player',
@@ -127,7 +129,6 @@ export default{
127
129
  Advertising: 'Pubblicità',
128
130
  'By topic': 'Per tema',
129
131
  'By rubric': 'Per rubrica',
130
- 'Type string to filter by rubrics': 'Filtra per rubriche',
131
132
  'No rubric filter': 'No filtri rubrica',
132
133
  'From the :': 'Dal :',
133
134
  'To the :': "Al :",
@@ -141,8 +142,8 @@ export default{
141
142
  'Sort score': 'Suddiviso per grado di rilevanza',
142
143
  'Sort name': 'Suddividi titolo',
143
144
  'Sort last': 'Suddividi ultimo',
144
- 'Choose color': 'Seleziona colore',
145
- 'Choose theme': 'Seleziona tema',
145
+ 'Choose color': 'Colore accento',
146
+ 'Choose theme': 'Tema (sfondo del giocatore)',
146
147
  'Podcast no visible': 'Podcast non visibile',
147
148
  'Display episodes': 'Mostra episodi',
148
149
  'Podcast published in future': 'Podcast pubblicato in futuro',
@@ -163,7 +164,6 @@ export default{
163
164
  'open left Menu': 'Apri/Chiudi Menu',
164
165
  Participant: 'Speaker',
165
166
  'Number of player podcasts': "Numero di podcast nel lettore",
166
- 'Proceed reading': 'Continua ad ascoltare',
167
167
  'Without topic': 'Senza un tema',
168
168
  'Without rubric': 'Senza una rubrica',
169
169
  'Consider podcasts no visible':
@@ -411,4 +411,5 @@ export default{
411
411
  "Code copied!":"Codice copiato!",
412
412
  "Copied!":"Copiato!",
413
413
  "Color of the QR Code": "Colore del codice QR",
414
+ "Silent stream":"Flusso silenzioso",
414
415
  };
package/src/locale/sl.ts CHANGED
@@ -56,6 +56,9 @@ export default {
56
56
  "Type string to filter by organisation": "Išči po organizaciji",
57
57
  "Type string to filter by emission": "Išči po oddaji",
58
58
  "Type string to filter by podcast": "Išči po podkastu",
59
+ "Type string to filter by categories": "Razvrsti po kategorijah",
60
+ "Type string to filter by rubrics": "Razvrsti po rubrikah",
61
+ "Enter name of topic": "Vnesite naslov {topic}",
59
62
  "No organisation filter": "Brez filtra za organizacije",
60
63
  "No emission filter": "Brez filtra za oddaje",
61
64
  "No podcast filter": "Brez filtra za podkaste",
@@ -72,7 +75,6 @@ export default {
72
75
  Duration: "Trajanje: {duration}",
73
76
  Animator: "Napovedovalec",
74
77
  "No category filter": "Brez filtra za kategorijo",
75
- "Type string to filter by categories": "Razvrsti po kategorijah",
76
78
  Search: "Išči",
77
79
  Close: "Zapri",
78
80
  Embed: "Predvajalnik",
@@ -128,7 +130,6 @@ export default {
128
130
  Advertising: "Oglaševanje",
129
131
  "By topic": "Po temi",
130
132
  "By rubric": "Po rubriki",
131
- "Type string to filter by rubrics": "Razvrsti po rubrikah",
132
133
  "No rubric filter": "Brez filtra po rubriki",
133
134
  "From the :": "Od:",
134
135
  "To the :": "Do:",
@@ -142,8 +143,8 @@ export default {
142
143
  "Sort score": "Razvrščeno po relevantnosti",
143
144
  "Sort name": "Naslov",
144
145
  "Sort last": "Zadnje",
145
- "Choose color": "Izberi barvo",
146
- "Choose theme": "Izberi temo",
146
+ "Choose color": "Poudarjena barva",
147
+ "Choose theme": "Tema (ozadje igralca)",
147
148
  "Podcast no visible": "Podkast je skrit",
148
149
  "Display episodes": "Prikaži epizode",
149
150
  "Podcast published in future": "Podkast bo objavljen v prihodnje",
@@ -163,7 +164,6 @@ export default {
163
164
  "open left Menu": "Meni odpri/zapri",
164
165
  Participant: "Sodelujoči",
165
166
  "Number of player podcasts": "Število podkastov v predvajalniku",
166
- "Proceed reading": "Nadaljuj s poslušanjem",
167
167
  "Without topic": "Brez teme",
168
168
  "Without rubric": "Brez rubrike",
169
169
  "Consider podcasts no visible": "Občinstvu skriti podkasti",
@@ -406,4 +406,5 @@ export default {
406
406
  "Code copied!":"Koda kopirana!",
407
407
  "Copied!":"Kopirano!",
408
408
  "Color of the QR Code": "Barva kode QR",
409
+ "Silent stream":"Tihi tok",
409
410
  }
@@ -32,6 +32,7 @@ interface PlayerState {
32
32
  playerChaptering?: Chaptering;
33
33
  playerDelayStitching: number;
34
34
  playerHlsUrl?: string;
35
+ playerHlsIdentifier?:string;
35
36
  }
36
37
  export const usePlayerStore = defineStore("PlayerStore", {
37
38
  state: (): PlayerState => ({
@@ -49,6 +50,7 @@ export const usePlayerStore = defineStore("PlayerStore", {
49
50
  playerVideo: false,
50
51
  playerChaptering: undefined,
51
52
  playerDelayStitching: 0,
53
+ playerHlsIdentifier: undefined,
52
54
  }),
53
55
  getters: {
54
56
  playerChapteringPercent(): ChapteringPercent | undefined {
@@ -146,6 +148,7 @@ export const usePlayerStore = defineStore("PlayerStore", {
146
148
  this.playerPodcast = undefined;
147
149
  this.playerMedia = undefined;
148
150
  this.playerLive = undefined;
151
+ this.playerHlsIdentifier = undefined;
149
152
  this.playerRadio = undefined;
150
153
  this.playerElapsed = 0;
151
154
  this.playerVideo = false;
@@ -168,6 +171,7 @@ export const usePlayerStore = defineStore("PlayerStore", {
168
171
  this.playerPodcast = undefined;
169
172
  this.playerMedia = undefined;
170
173
  this.playerLive = undefined;
174
+ this.playerHlsIdentifier = undefined;
171
175
  this.playerRadio = undefined;
172
176
  this.playerVideo = isVideo;
173
177
  this.playerElapsed = 0;
@@ -177,6 +181,7 @@ export const usePlayerStore = defineStore("PlayerStore", {
177
181
  (!param.podcastId || param.processingStatus !== "READY")
178
182
  ) {
179
183
  this.playerLive = param;
184
+ this.playerHlsIdentifier = param.hlsIdentifier;
180
185
  this.playerCurrentChange = null;
181
186
  return;
182
187
  }
@@ -210,7 +215,7 @@ export const usePlayerStore = defineStore("PlayerStore", {
210
215
  playerUpdateSeekTime(seekTime: number) {
211
216
  this.playerSeekTime = seekTime;
212
217
  },
213
- playerMetadata(metadata: MediaRadio, history: Array<MediaRadio>) {
218
+ playerMetadata(metadata: MediaRadio|undefined, history: Array<MediaRadio>) {
214
219
  if (!this.playerRadio) {
215
220
  return;
216
221
  }
@@ -8,6 +8,7 @@ export interface Conference {
8
8
  deletionAttempts?: number;
9
9
  directCode?: string;
10
10
  externalRtmpUrl?: ExternalRtmpUrl;
11
+ hlsIdentifier?: string;
11
12
  hostname?: string;
12
13
  jingleDuration?: number;
13
14
  jingleFilePath?: string;
@@ -57,6 +58,7 @@ export function getEmptyConference(): Conference {
57
58
  export interface ConferencePublicInfo {
58
59
  status: string;
59
60
  videoProfile: string;
61
+ hlsIdentifier: string;
60
62
  }
61
63
 
62
64
  export interface ExternalRtmpUrl {
@@ -4,7 +4,7 @@ import { Podcast } from "./podcast";
4
4
  export interface Radio {
5
5
  canalId: number;
6
6
  url: string;
7
- metadata: MediaRadio;
7
+ metadata?: MediaRadio;
8
8
  history: Array<MediaRadio>;
9
9
  nextAdvertising: NextAdvertising;
10
10
  isInit: boolean;
@@ -30,7 +30,7 @@ export interface NextAdvertising {
30
30
 
31
31
  export interface MetadataRadio {
32
32
  channelId: number;
33
- currently: MediaRadio;
33
+ currently: MediaRadio|null;
34
34
  previously: Array<MediaRadio>;
35
35
  nextAdvertising: NextAdvertising;
36
36
  }
@@ -27,10 +27,16 @@
27
27
  --octopus-background-transparent: oklch(from var(--octopus-background) l c h / 40%);
28
28
  --octopus-tertiary-really-transparent: oklch(from var(--octopus-tertiary) l c h / 30%);
29
29
 
30
+ //Gradient
31
+ --octopus-gradient : linear-gradient(90deg,var(--octopus-primary) 0%, var(--octopus-tertiary) 100%);
32
+
30
33
  // Size
31
34
  --octopus-image-size: 12.5rem;
32
35
  --octopus-podcast-size: 13.5rem;
33
36
  --octopus-border-radius: 0.2rem;
34
37
  --octopus-line-clamp:2;
35
38
  --octopus-max-height-description: 7rem;
39
+
40
+ //Font-family
41
+ --octopus-font-family: Montserrat,sans-serif,"Helvetica Neue";
36
42
  }
@@ -1,5 +1,6 @@
1
1
  /** Document style */
2
2
 
3
+
3
4
  html{
4
5
  font-size: 20px;
5
6
  height: 100%;
@@ -9,7 +10,7 @@ html{
9
10
  body{
10
11
  margin: 0;
11
12
  color: var(--octopus-color-text);
12
- font-family: Montserrat,sans-serif,"Helvetica Neue";
13
+ font-family: var(--octopus-font-family);
13
14
  font-size: 0.8rem;
14
15
  overflow-x: hidden;
15
16
  background: var(--octopus-secondary-lighter);
@@ -42,6 +43,10 @@ main, #app{
42
43
  align-items: center;
43
44
  }
44
45
 
46
+ input {
47
+ font-family: var(--octopus-font-family);
48
+ }
49
+
45
50
  /** Link style */
46
51
  a{
47
52
  word-break: break-word;
@@ -114,6 +119,11 @@ main, #app{
114
119
  background: var(--octopus-complementary-color) !important;
115
120
  }
116
121
 
122
+ .bg-gradient{
123
+ background: var(--octopus-primary);
124
+ background:var(--octopus-gradient);
125
+ }
126
+
117
127
  .text-blue-octopus{
118
128
  color: var(--octopus-tertiary) !important
119
129
  }
@@ -170,6 +180,13 @@ main, #app{
170
180
  }
171
181
  }
172
182
 
183
+ .show-small-screen{
184
+ display: none !important;
185
+ @media (width <= 500px) {
186
+ display: flex !important;
187
+ }
188
+ }
189
+
173
190
  .show-phone{
174
191
  display: none;
175
192
 
@@ -1,15 +0,0 @@
1
- import { MediaRadio } from "@/stores/class/general/player";
2
-
3
- export default {
4
- displayTitle(metadata: MediaRadio): string {
5
- let title = "";
6
- if (metadata.title) {
7
- title += metadata.title;
8
- }
9
- if (metadata.artist) {
10
- title += " - " + metadata.artist;
11
- }
12
- return title;
13
- }
14
- };
15
-