@saooti/octopus-sdk 30.0.19 → 30.0.23

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 (63) hide show
  1. package/README.md +5 -1
  2. package/package.json +2 -2
  3. package/src/assets/bootstrap-diff.scss +30 -84
  4. package/src/assets/form.scss +6 -3
  5. package/src/assets/general.scss +14 -3
  6. package/src/assets/share.scss +17 -43
  7. package/src/components/display/aggregator/RssSection.vue +1 -3
  8. package/src/components/display/categories/CategoryChooser.vue +1 -3
  9. package/src/components/display/categories/CategoryFilter.vue +5 -4
  10. package/src/components/display/categories/CategoryList.vue +4 -15
  11. package/src/components/display/comments/AddCommentModal.vue +35 -50
  12. package/src/components/display/comments/CommentBasicView.vue +96 -0
  13. package/src/components/display/comments/CommentInput.vue +22 -28
  14. package/src/components/display/comments/CommentItem.vue +56 -148
  15. package/src/components/display/comments/CommentList.vue +56 -112
  16. package/src/components/display/comments/CommentParentInfo.vue +17 -57
  17. package/src/components/display/comments/CommentPlayer.vue +2 -7
  18. package/src/components/display/comments/CommentSection.vue +9 -24
  19. package/src/components/display/edit/EditBox.vue +0 -2
  20. package/src/components/display/edit/EditCommentBox.vue +123 -23
  21. package/src/components/display/emission/EmissionChooser.vue +1 -3
  22. package/src/components/display/emission/EmissionInlineList.vue +2 -2
  23. package/src/components/display/emission/EmissionItem.vue +1 -2
  24. package/src/components/display/emission/EmissionList.vue +5 -2
  25. package/src/components/display/filter/AdvancedSearch.vue +2 -2
  26. package/src/components/display/filter/CategoryFilter.vue +0 -2
  27. package/src/components/display/filter/MonetizableFilter.vue +1 -3
  28. package/src/components/display/filter/ProductorSearch.vue +2 -2
  29. package/src/components/display/filter/RubriqueChoice.vue +1 -3
  30. package/src/components/display/filter/RubriqueFilter.vue +1 -3
  31. package/src/components/display/live/CountDown.vue +1 -3
  32. package/src/components/display/live/LiveHorizontalList.vue +6 -5
  33. package/src/components/display/organisation/OrganisationChooser.vue +1 -3
  34. package/src/components/display/playlist/PlaylistItem.vue +2 -4
  35. package/src/components/display/playlist/PlaylistList.vue +6 -5
  36. package/src/components/display/playlist/PodcastList.vue +5 -2
  37. package/src/components/display/podcasts/ParticipantDescription.vue +1 -3
  38. package/src/components/display/podcasts/PodcastFilterList.vue +1 -3
  39. package/src/components/display/podcasts/PodcastImage.vue +1 -1
  40. package/src/components/display/podcasts/PodcastInlineList.vue +5 -7
  41. package/src/components/display/podcasts/PodcastList.vue +6 -5
  42. package/src/components/display/podcasts/PodcastModuleBox.vue +1 -3
  43. package/src/components/display/podcasts/TagList.vue +2 -1
  44. package/src/components/display/rubriques/RubriqueChooser.vue +1 -3
  45. package/src/components/display/rubriques/RubriqueList.vue +1 -1
  46. package/src/components/display/sharing/QrCode.vue +1 -3
  47. package/src/components/display/sharing/ShareDistribution.vue +1 -6
  48. package/src/components/display/sharing/SharePlayer.vue +1 -1
  49. package/src/components/display/sharing/SubscribeButtons.vue +3 -5
  50. package/src/components/display/studio/RecordingItemButton.vue +1 -3
  51. package/src/components/form/ClassicSearch.vue +21 -19
  52. package/src/components/misc/HomeDropdown.vue +74 -115
  53. package/src/components/misc/PlayerButtons.vue +1 -4
  54. package/src/components/misc/TopBar.vue +2 -2
  55. package/src/components/misc/modal/MessageModal.vue +2 -4
  56. package/src/components/misc/modal/QrCodeModal.vue +1 -3
  57. package/src/components/pages/Emission.vue +2 -6
  58. package/src/components/pages/Rubrique.vue +1 -3
  59. package/src/locale/en.ts +2 -0
  60. package/src/locale/fr.ts +2 -0
  61. package/src/sass/_variables.scss +10 -7
  62. package/src/store/AppStore.ts +0 -3
  63. package/src/store/typeAppStore.ts +0 -1
@@ -206,6 +206,4 @@ export default defineComponent({
206
206
  },
207
207
  },
208
208
  })
209
- </script>
210
-
211
- <style lang="scss"></style>
209
+ </script>
@@ -6,7 +6,7 @@
6
6
  >
7
7
  <div class="hide-phone">
8
8
  <button
9
- class="btn btn-arrow"
9
+ class="btn admin-button m-1"
10
10
  :class="{ disabled: !previousAvailable }"
11
11
  :title="$t('Display previous')"
12
12
  @click="displayPrevious()"
@@ -14,7 +14,7 @@
14
14
  <div class="saooti-arrow-left2" />
15
15
  </button>
16
16
  <button
17
- class="btn btn-arrow"
17
+ class="btn admin-button m-1"
18
18
  :class="{ disabled: !nextAvailable }"
19
19
  :title="$t('Display next')"
20
20
  @click="displayNext()"
@@ -133,5 +133,4 @@ export default defineComponent({
133
133
  },
134
134
  },
135
135
  })
136
- </script>
137
- <style lang="scss"></style>
136
+ </script>
@@ -41,7 +41,7 @@
41
41
  <button
42
42
  v-show="!allFetched"
43
43
  class="btn"
44
- :class="buttonPlus ? 'btn-link-plus' : 'btn-more'"
44
+ :class="buttonPlus ? 'btn-link' : 'btn-more'"
45
45
  :disabled="loading"
46
46
  :title="$t('See more')"
47
47
  @click="fetchContent(false)"
@@ -49,7 +49,10 @@
49
49
  <template v-if="buttonPlus">
50
50
  {{ $t('See more') }}
51
51
  </template>
52
- <div class="saooti-plus" />
52
+ <div
53
+ :class="buttonPlus?'ms-1':''"
54
+ class="saooti-plus"
55
+ />
53
56
  </button>
54
57
  </template>
55
58
  </div>
@@ -15,7 +15,7 @@
15
15
  class="advanced-search-container"
16
16
  >
17
17
  <div class="d-flex flex-column">
18
- <div class="primary-color mb-2">
18
+ <div class="primary-darker mb-2">
19
19
  {{ $t('Filter') }}
20
20
  </div>
21
21
  <MonetizableFilter
@@ -111,7 +111,7 @@
111
111
  </div>
112
112
  </div>
113
113
  <div class="d-flex flex-column">
114
- <div class="primary-color mb-2">
114
+ <div class="primary-darker mb-2">
115
115
  {{ $t('Sort') }}
116
116
  </div>
117
117
  <ClassicRadio
@@ -112,5 +112,3 @@ export default defineComponent({
112
112
  },
113
113
  })
114
114
  </script>
115
-
116
- <style lang="scss"></style>
@@ -48,6 +48,4 @@ export default defineComponent({
48
48
  },
49
49
  },
50
50
  })
51
- </script>
52
-
53
- <style lang="scss"></style>
51
+ </script>
@@ -146,7 +146,7 @@ export default defineComponent({
146
146
 
147
147
  .filter-speech-bubble {
148
148
  position: absolute;
149
- background: $octopus-primary-color;
149
+ background: $octopus-primary-dark;
150
150
  border-radius: 0.4em;
151
151
  width: 10rem;
152
152
  right: 4rem;
@@ -165,7 +165,7 @@ export default defineComponent({
165
165
  width: 0;
166
166
  height: 0;
167
167
  border: 18px solid transparent;
168
- border-left-color: $octopus-primary-color;
168
+ border-left-color: $octopus-primary-dark;
169
169
  border-right: 0;
170
170
  border-bottom: 0;
171
171
  margin-top: -9px;
@@ -97,6 +97,4 @@ export default defineComponent({
97
97
  },
98
98
  },
99
99
  })
100
- </script>
101
-
102
- <style lang="scss"></style>
100
+ </script>
@@ -235,6 +235,4 @@ export default defineComponent({
235
235
  }
236
236
  },
237
237
  })
238
- </script>
239
-
240
- <style lang="scss"></style>
238
+ </script>
@@ -67,6 +67,4 @@ export default defineComponent({
67
67
  },
68
68
  },
69
69
  })
70
- </script>
71
-
72
- <style lang="scss"></style>
70
+ </script>
@@ -16,7 +16,7 @@
16
16
  <button
17
17
  v-show="!allFetched"
18
18
  class="btn"
19
- :class="buttonPlus ? 'btn-link-plus mt-3' : 'btn-more'"
19
+ :class="buttonPlus ? 'btn-link mt-3' : 'btn-more'"
20
20
  :disabled="inFetching"
21
21
  :title="$t('See more')"
22
22
  @click="displayMore"
@@ -24,7 +24,10 @@
24
24
  <template v-if="buttonPlus">
25
25
  {{ $t('See more') }}
26
26
  </template>
27
- <div class="saooti-plus" />
27
+ <div
28
+ :class="buttonPlus?'ms-1':''"
29
+ class="saooti-plus"
30
+ />
28
31
  </button>
29
32
  </div>
30
33
  </template>
@@ -111,6 +114,4 @@ export default defineComponent({
111
114
  },
112
115
  },
113
116
  })
114
- </script>
115
-
116
- <style lang="scss"></style>
117
+ </script>
@@ -272,6 +272,4 @@ export default defineComponent({
272
272
  },
273
273
  },
274
274
  })
275
- </script>
276
-
277
- <style lang="scss"></style>
275
+ </script>
@@ -59,7 +59,7 @@
59
59
  }"
60
60
  class="text-dark"
61
61
  >
62
- <div class="emission-producer primary-color">
62
+ <div class="emission-producer primary-darker">
63
63
  © {{ playlist.organisation.name }}
64
64
  </div>
65
65
  </router-link>
@@ -137,6 +137,4 @@ export default defineComponent({
137
137
  },
138
138
  methods: {},
139
139
  })
140
- </script>
141
-
142
- <style lang="scss"></style>
140
+ </script>
@@ -19,7 +19,7 @@
19
19
  <button
20
20
  v-show="!allFetched && loaded"
21
21
  class="btn"
22
- :class="buttonPlus ? 'btn-link-plus':'btn-more'"
22
+ :class="buttonPlus ? 'btn-link':'btn-more'"
23
23
  :disabled="inFetching"
24
24
  :title="$t('See more')"
25
25
  @click="displayMore"
@@ -27,7 +27,10 @@
27
27
  <template v-if="buttonPlus">
28
28
  {{ $t('See more') }}
29
29
  </template>
30
- <div class="saooti-plus" />
30
+ <div
31
+ :class="buttonPlus?'ms-1':''"
32
+ class="saooti-plus"
33
+ />
31
34
  </button>
32
35
  </div>
33
36
  </template>
@@ -140,6 +143,4 @@ export default defineComponent({
140
143
  },
141
144
  },
142
145
  })
143
- </script>
144
-
145
- <style lang="scss"></style>
146
+ </script>
@@ -40,14 +40,17 @@
40
40
  <button
41
41
  v-show="size < podcasts.length && loaded"
42
42
  class="btn"
43
- :class="buttonPlus ? 'btn-link-plus':'btn-more'"
43
+ :class="buttonPlus ? 'btn-link':'btn-more'"
44
44
  :title="$t('See more')"
45
45
  @click="displayMore"
46
46
  >
47
47
  <template v-if="buttonPlus">
48
48
  {{ $t('See more') }}
49
49
  </template>
50
- <div class="saooti-plus" />
50
+ <div
51
+ :class="buttonPlus?'ms-1':''"
52
+ class="saooti-plus"
53
+ />
51
54
  </button>
52
55
  </div>
53
56
  </template>
@@ -90,6 +90,4 @@ export default defineComponent({
90
90
  },
91
91
  },
92
92
  })
93
- </script>
94
-
95
- <style lang="scss"></style>
93
+ </script>
@@ -96,6 +96,4 @@ export default defineComponent({
96
96
  },
97
97
  },
98
98
  })
99
- </script>
100
-
101
- <style lang="scss"></style>
99
+ </script>
@@ -13,7 +13,7 @@
13
13
  v-if="fetchConference"
14
14
  class="live-image-status"
15
15
  :class="
16
- fetchConference && 'null' !== fetchConference
16
+ fetchConference && 'null' !== fetchConference && fetchConference.status
17
17
  ? fetchConference.status.toLowerCase() + '-bg'
18
18
  : ''
19
19
  "
@@ -26,7 +26,7 @@
26
26
  class="hide-phone"
27
27
  >
28
28
  <button
29
- class="btn btn-arrow"
29
+ class="btn admin-button m-1"
30
30
  :class="{ disabled: !previousAvailable }"
31
31
  :title="$t('Display previous')"
32
32
  @click="displayPrevious()"
@@ -34,7 +34,7 @@
34
34
  <div class="saooti-arrow-left2" />
35
35
  </button>
36
36
  <button
37
- class="btn btn-arrow"
37
+ class="btn admin-button m-1"
38
38
  :class="{ disabled: !nextAvailable }"
39
39
  :title="$t('Display next')"
40
40
  @click="displayNext()"
@@ -63,13 +63,13 @@
63
63
  </transition-group>
64
64
  <router-link
65
65
  class="btn btn-link"
66
- :class="buttonPlus ? 'btn-link-plus' : ''"
66
+ :class="buttonPlus ? 'btn-link' : ''"
67
67
  :to="refTo"
68
68
  >
69
69
  {{ buttonText }}
70
70
  <div
71
71
  v-if="buttonPlus"
72
- class="saooti-plus"
72
+ class="ms-1 saooti-plus"
73
73
  />
74
74
  </router-link>
75
75
  </div>
@@ -279,6 +279,4 @@ export default defineComponent({
279
279
  },
280
280
  },
281
281
  })
282
- </script>
283
-
284
- <style lang="scss"></style>
282
+ </script>
@@ -23,7 +23,7 @@
23
23
  <button
24
24
  v-show="!allFetched && loaded"
25
25
  class="btn"
26
- :class="buttonPlus ? 'btn-link-plus' : 'btn-more'"
26
+ :class="buttonPlus ? 'btn-link' : 'btn-more'"
27
27
  :disabled="inFetching"
28
28
  :title="$t('See more')"
29
29
  @click="displayMore"
@@ -31,7 +31,10 @@
31
31
  <template v-if="buttonPlus">
32
32
  {{ $t('See more') }}
33
33
  </template>
34
- <div class="saooti-plus" />
34
+ <div
35
+ :class="buttonPlus?'ms-1':''"
36
+ class="saooti-plus"
37
+ />
35
38
  </button>
36
39
  </div>
37
40
  </template>
@@ -201,6 +204,4 @@ export default defineComponent({
201
204
  },
202
205
  },
203
206
  })
204
- </script>
205
-
206
- <style lang="scss"></style>
207
+ </script>
@@ -281,6 +281,4 @@ export default defineComponent({
281
281
  },
282
282
  },
283
283
  })
284
- </script>
285
-
286
- <style lang="scss"></style>
284
+ </script>
@@ -1,8 +1,9 @@
1
1
  <template>
2
2
  <div
3
3
  v-if="undefined !== tagList"
4
- class="tag-list-component d-flex flex-wrap"
4
+ class="tag-list-component d-flex align-items-center flex-wrap"
5
5
  >
6
+ <div class="fw-bold">{{ $t('Podcast tags') + ": "}}</div>
6
7
  <div
7
8
  v-for="(tag, index) in tagList"
8
9
  :key="tag"
@@ -243,6 +243,4 @@ export default defineComponent({
243
243
  },
244
244
  },
245
245
  })
246
- </script>
247
-
248
- <style lang="scss"></style>
246
+ </script>
@@ -31,7 +31,7 @@
31
31
  class="dropdown btn-group"
32
32
  >
33
33
  <button
34
- class="btn dropdown-toggle category-rubrique-item-plus dropdown-toggle-no-caret saooti-plus"
34
+ class="btn dropdown-toggle admin-button dropdown-toggle-no-caret saooti-plus"
35
35
  data-bs-toggle="dropdown"
36
36
  aria-expanded="false"
37
37
  :title="$t('See more')"
@@ -77,6 +77,4 @@ export default defineComponent({
77
77
  },
78
78
  }
79
79
  })
80
- </script>
81
-
82
- <style lang="scss"></style>
80
+ </script>
@@ -3,7 +3,7 @@
3
3
  <h3>{{ $t('Distribute') }}</h3>
4
4
  <p class="sharing-distribution-container">
5
5
  {{ $t('Rss feed:') }}
6
- <span class="primary-color text-break">{{ rss }}</span>
6
+ <span class="primary-darker hide-small-screen text-break">{{ rss }}</span>
7
7
  <input
8
8
  type="button"
9
9
  :value="$t('Copy')"
@@ -192,10 +192,5 @@ export default defineComponent({
192
192
  flex-wrap: wrap;
193
193
  margin: 0.2rem 0.5rem;
194
194
  }
195
- @media (max-width: 450px) {
196
- .primary-color {
197
- display: none;
198
- }
199
- }
200
195
  }
201
196
  </style>
@@ -366,7 +366,7 @@ export default defineComponent({
366
366
  @import '../../../sass/_variables.scss';
367
367
  .sticker {
368
368
  align-self: center;
369
- background: rgba($octopus-primary-color, 0.3);
369
+ background: $primaryColorMoreTransparent;
370
370
  padding: 0.5rem;
371
371
  transition: all 0.5s ease;
372
372
  color: #41403e;
@@ -1,10 +1,8 @@
1
1
  <template>
2
2
  <div class="module-box flex-grow-0">
3
- <div class="d-flex align-items-center mb-3">
4
- <h3 class="mb-0">
5
- {{ $t('Subscribe emission') }}
6
- </h3>
7
- </div>
3
+ <h3 class="mb-3">
4
+ {{ $t('Subscribe emission') }}
5
+ </h3>
8
6
  <div class="d-flex flex-wrap">
9
7
  <a
10
8
  v-if="amazon"
@@ -5,6 +5,4 @@
5
5
  <script lang="ts">
6
6
  import { defineComponent } from 'vue'
7
7
  export default defineComponent({})
8
- </script>
9
-
10
- <style lang="scss"></style>
8
+ </script>
@@ -60,23 +60,25 @@ export default defineComponent({
60
60
  }
61
61
  });
62
62
  </script>
63
- <style lang="scss" scoped>
64
- .champs-searchPage input {
65
- border: 2px solid #dee2e6;
66
- border-radius: 10px;
67
- margin: 0 !important;
68
- }
69
- .saooti-search-bounty,
70
- .saooti-cross {
71
- font-size: 1rem;
72
- }
73
- .search-icon-container {
74
- position: absolute;
75
- top: 0;
76
- bottom: 0;
77
- right: 0;
78
- display: flex;
79
- align-items: center;
80
- margin: 1rem;
81
- }
63
+ <style lang="scss">
64
+ .champs-searchPage{
65
+ input {
66
+ border: 2px solid #dee2e6;
67
+ border-radius: 10px;
68
+ margin: 0 !important;
69
+ }
70
+ .saooti-search-bounty,
71
+ .saooti-cross {
72
+ font-size: 1rem;
73
+ }
74
+ .search-icon-container {
75
+ position: absolute;
76
+ top: 0;
77
+ bottom: 0;
78
+ right: 0;
79
+ display: flex;
80
+ align-items: center;
81
+ margin: 1rem;
82
+ }
83
+ }
82
84
  </style>