@saooti/octopus-sdk 30.0.22 → 30.0.26

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 (58) hide show
  1. package/README.md +5 -1
  2. package/package.json +1 -1
  3. package/src/assets/bootstrap-diff.scss +25 -38
  4. package/src/assets/form.scss +6 -3
  5. package/src/assets/general.scss +14 -3
  6. package/src/assets/share.scss +0 -9
  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 +1 -3
  10. package/src/components/display/categories/CategoryList.vue +5 -16
  11. package/src/components/display/comments/AddCommentModal.vue +1 -1
  12. package/src/components/display/comments/CommentInput.vue +3 -3
  13. package/src/components/display/comments/CommentItem.vue +3 -3
  14. package/src/components/display/comments/CommentList.vue +1 -1
  15. package/src/components/display/comments/CommentSection.vue +1 -1
  16. package/src/components/display/edit/EditBox.vue +0 -2
  17. package/src/components/display/edit/EditCommentBox.vue +5 -5
  18. package/src/components/display/emission/EmissionChooser.vue +1 -3
  19. package/src/components/display/emission/EmissionInlineList.vue +3 -3
  20. package/src/components/display/emission/EmissionItem.vue +1 -2
  21. package/src/components/display/emission/EmissionList.vue +1 -1
  22. package/src/components/display/filter/AdvancedSearch.vue +2 -2
  23. package/src/components/display/filter/CategoryFilter.vue +0 -2
  24. package/src/components/display/filter/MonetizableFilter.vue +2 -4
  25. package/src/components/display/filter/ProductorSearch.vue +3 -3
  26. package/src/components/display/filter/RubriqueChoice.vue +1 -3
  27. package/src/components/display/filter/RubriqueFilter.vue +1 -3
  28. package/src/components/display/live/CountDown.vue +1 -3
  29. package/src/components/display/live/LiveHorizontalList.vue +2 -4
  30. package/src/components/display/organisation/OrganisationChooser.vue +1 -3
  31. package/src/components/display/playlist/PlaylistItem.vue +2 -4
  32. package/src/components/display/playlist/PlaylistList.vue +2 -4
  33. package/src/components/display/playlist/PodcastList.vue +1 -1
  34. package/src/components/display/podcasts/ParticipantDescription.vue +1 -3
  35. package/src/components/display/podcasts/PodcastFilterList.vue +1 -3
  36. package/src/components/display/podcasts/PodcastInlineList.vue +4 -7
  37. package/src/components/display/podcasts/PodcastList.vue +2 -4
  38. package/src/components/display/podcasts/PodcastModuleBox.vue +1 -3
  39. package/src/components/display/podcasts/TagList.vue +5 -2
  40. package/src/components/display/rubriques/RubriqueChooser.vue +1 -3
  41. package/src/components/display/rubriques/RubriqueList.vue +3 -3
  42. package/src/components/display/sharing/QrCode.vue +1 -3
  43. package/src/components/display/sharing/ShareDistribution.vue +2 -7
  44. package/src/components/display/sharing/SharePlayer.vue +5 -2
  45. package/src/components/display/sharing/SubscribeButtons.vue +3 -5
  46. package/src/components/display/studio/RecordingItemButton.vue +1 -3
  47. package/src/components/form/ClassicSearch.vue +21 -19
  48. package/src/components/misc/TopBar.vue +1 -1
  49. package/src/components/misc/modal/ClipboardModal.vue +1 -1
  50. package/src/components/misc/modal/MessageModal.vue +3 -5
  51. package/src/components/misc/modal/NewsletterModal.vue +1 -1
  52. package/src/components/misc/modal/QrCodeModal.vue +2 -4
  53. package/src/components/misc/modal/ShareModalPlayer.vue +1 -1
  54. package/src/components/pages/Playlists.vue +1 -1
  55. package/src/components/pages/Rubrique.vue +1 -3
  56. package/src/locale/en.ts +1 -0
  57. package/src/locale/fr.ts +1 -0
  58. package/src/sass/_variables.scss +10 -7
package/README.md CHANGED
@@ -519,4 +519,8 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
519
519
  * 30.0.19 Mise à jour Api
520
520
  * 30.0.20 Petit refacto commentaires
521
521
  * 30.0.21 #10701 & #10698
522
- * 30.0.22 Accessibilité
522
+ * 30.0.22 Accessibilité
523
+ * 30.0.23 Css + Accessibilité
524
+ * 30.0.24 Css + Accessibilité
525
+ * 30.0.25 Css + Accessibilité
526
+ * 30.0.26 Css + Accessibilité
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "30.0.22",
3
+ "version": "30.0.26",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -10,7 +10,7 @@
10
10
  .btn{
11
11
  font-size:.7rem;
12
12
  border-radius: 50px;
13
- background: $octopus-light-secondary-color;
13
+ background: $octopus-secondary-color;
14
14
  transition: background .2s, border .2s, box-shadow .2s, color .2s;
15
15
  text-decoration: none !important;
16
16
  white-space: nowrap;
@@ -30,12 +30,12 @@
30
30
  // Button Primary
31
31
  &.btn-primary {
32
32
  background: $octopus-third-color;
33
- background: -moz-linear-gradient(-45deg, $octopus-third-color 0%, $octopus-primary-color 100%);
34
- background: -webkit-gradient(left top, right bottom, color-stop(0%, $octopus-third-color), color-stop(100%, $octopus-primary-color));
35
- background: -webkit-linear-gradient(-45deg, $octopus-third-color 0%, $octopus-primary-color 100%);
36
- background: -o-linear-gradient(-45deg, $octopus-third-color 0%, $octopus-primary-color 100%);
37
- background: -ms-linear-gradient(-45deg, $octopus-third-color 0%, $octopus-primary-color 100%);
38
- background: linear-gradient(135deg, $octopus-third-color 0%, $octopus-primary-color 100%);
33
+ background: -moz-linear-gradient(-45deg, $octopus-third-color 0%, $octopus-primary-linear-background 100%);
34
+ background: -webkit-gradient(left top, right bottom, color-stop(0%, $octopus-third-color), color-stop(100%, $octopus-primary-linear-background));
35
+ background: -webkit-linear-gradient(-45deg, $octopus-third-color 0%, $octopus-primary-linear-background 100%);
36
+ background: -o-linear-gradient(-45deg, $octopus-third-color 0%, $octopus-primary-linear-background 100%);
37
+ background: -ms-linear-gradient(-45deg, $octopus-third-color 0%, $octopus-primary-linear-background 100%);
38
+ background: linear-gradient(135deg, $octopus-third-color 0%, $octopus-primary-linear-background 100%);
39
39
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d91f', endColorstr='#50b685', GradientType=1 );
40
40
  border-radius: 50px;
41
41
  height: auto;
@@ -44,19 +44,19 @@
44
44
  &:focus,
45
45
  &:hover {
46
46
  background:$octopus-third-color;
47
- background: -moz-linear-gradient(-45deg, $octopus-third-color 0%, $octopus-primary-color 100%);
48
- background: -webkit-gradient(left top, right bottom, color-stop(0%, $octopus-third-color), color-stop(100%, $octopus-primary-color));
49
- background: -webkit-linear-gradient(-45deg, $octopus-third-color 0%, $octopus-primary-color 100%);
50
- background: -o-linear-gradient(-45deg, $octopus-third-color 0%, $octopus-primary-color 100%);
51
- background: -ms-linear-gradient(-45deg, $octopus-third-color 0%, $octopus-primary-color 100%);
52
- background: linear-gradient(135deg, $octopus-third-color 0%, $octopus-primary-color 100%);
53
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d91f', endColorstr='#4fcf91', GradientType=1 );
54
- border: 0;
47
+ background: -moz-linear-gradient(-45deg, darken($octopus-third-color,7%) 0%, darken($octopus-primary-linear-background, 7%) 100%);
48
+ background: -webkit-gradient(left top, right bottom, color-stop(0%, darken($octopus-third-color,7%)), color-stop(100%, darken($octopus-primary-linear-background, 7%)));
49
+ background: -webkit-linear-gradient(-45deg, darken($octopus-third-color,7%) 0%, darken($octopus-primary-linear-background, 7%) 100%);
50
+ background: -o-linear-gradient(-45deg, darken($octopus-third-color,7%) 0%, darken($octopus-primary-linear-background, 7%) 100%);
51
+ background: -ms-linear-gradient(-45deg, darken($octopus-third-color,7%) 0%, darken($octopus-primary-linear-background, 7%) 100%);
52
+ background: linear-gradient(135deg, darken($octopus-third-color,7%) 0%, darken($octopus-primary-linear-background, 7%) 100%);
53
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d91f', endColorstr='#4fcf91', GradientType=1 );
54
+ border: 0;
55
55
  }
56
56
  &:active,
57
57
  &.active {
58
- background: darken($octopus-primary-color, 4%);
59
- border-color: darken($octopus-primary-color, 7%);
58
+ background: darken($octopus-primary-linear-background, 4%);
59
+ border-color: darken($octopus-primary-linear-background, 7%);
60
60
  }
61
61
  }
62
62
  //Button disable halo after click
@@ -78,19 +78,16 @@
78
78
  display: flex;
79
79
  align-items: center;
80
80
  justify-content: center;
81
- background: $octopus-primary-color;
82
- border: 2px solid $octopus-primary-color;
81
+ background: $octopus-primary-dark;
82
+ border: 2px solid $octopus-primary-dark;
83
83
  color: white;
84
84
  font-weight: bold;
85
- margin: 2rem;
86
- width: fit-content;
87
- align-self: center;
88
85
  &:focus,
89
86
  &:hover,
90
87
  &:active,
91
88
  &.active {
92
89
  background: transparent;
93
- color: $octopus-primary-color;
90
+ color: $octopus-primary-dark;
94
91
  }
95
92
  @media (max-width: 500px){
96
93
  margin: 0.3rem;
@@ -98,7 +95,7 @@
98
95
  }
99
96
 
100
97
  &.btn-more{
101
- background: $octopus-primary-color;
98
+ background: $octopus-primary-dark;
102
99
  color: $octopus-background;
103
100
  width: 2rem;
104
101
  height: 2rem;
@@ -121,8 +118,7 @@
121
118
  height: 5rem;
122
119
  }
123
120
 
124
- &.admin-button,
125
- &.btn-arrow {
121
+ &.admin-button{
126
122
  padding: 0.3rem;
127
123
  height: 1.8rem;
128
124
  width: 1.8rem;
@@ -130,13 +126,7 @@
130
126
  display: inline-flex;
131
127
  align-items: center;
132
128
  justify-content: center;
133
- }
134
- &.btn-arrow {
135
- margin: 0.2rem;
136
- background: $octopus-secondary-color;
137
- &:hover {
138
- background: $octopus-secondary-color;
139
- }
129
+ color : $octopus-primary-dark;
140
130
  }
141
131
 
142
132
  }
@@ -149,6 +139,7 @@
149
139
  display: inline-flex;
150
140
  align-items: center;
151
141
  justify-content: center;
142
+ color : $octopus-primary-dark;
152
143
  }
153
144
 
154
145
  .btn-rss {
@@ -187,13 +178,9 @@
187
178
  }
188
179
  }
189
180
 
190
- .custom-control-label {
191
- //border: 1px solid #ddd;
192
- border-radius: 5px;
193
- }
194
181
  .dropdown-toggle-no-caret::after{
195
182
  display: none;
196
- }
183
+ }
197
184
  .dropdown-menu {
198
185
  padding: 0.5rem;
199
186
  }
@@ -1,6 +1,9 @@
1
1
  .octopus-app{
2
2
  .input-no-outline{
3
- outline-width: 0 !important;
3
+ outline-width: 0 !important;
4
+ }
5
+ :-moz-focusring {
6
+ outline: 0px solid black;
4
7
  }
5
8
  .width-auto{
6
9
  width: auto !important;
@@ -64,8 +67,8 @@
64
67
  border-bottom: 0.1rem solid transparent;
65
68
  }
66
69
  .active{
67
- border-bottom-color: $octopus-primary-color;
68
- color: $octopus-primary-color;
70
+ border-bottom-color: $octopus-primary-dark;
71
+ color: $octopus-primary-dark;
69
72
  }
70
73
  }
71
74
  }
@@ -8,7 +8,7 @@ body{
8
8
  font-family: Montserrat,sans-serif,Helvetica Neue;
9
9
  font-size: 0.8rem;
10
10
  overflow-x: hidden;
11
- background: #fafafa;
11
+ background: #ebebeb;
12
12
  min-height: 100%;
13
13
  overscroll-behavior-y: contain;
14
14
  }
@@ -73,6 +73,12 @@ body{
73
73
  .secondary-bg{
74
74
  background: $octopus-background;
75
75
  }
76
+ .light-primary-bg{
77
+ background-color: $primaryColorTransparent !important;
78
+ }
79
+ .really-light-primary-bg{
80
+ background-color: $primaryColorReallyTransparent !important;
81
+ }
76
82
  .width-fit-content{
77
83
  width: fit-content !important;
78
84
  }
@@ -93,7 +99,7 @@ body{
93
99
  }
94
100
 
95
101
  .module-box{
96
- background-color: $octopus-secondary-background;
102
+ background-color: white;
97
103
  padding: 1.3rem;
98
104
  margin: 0.5rem 0.5rem 0 0.5rem;
99
105
  border-radius: 1rem;
@@ -125,7 +131,7 @@ body{
125
131
  color: black !important;
126
132
  }
127
133
  a.link-hover.router-link-exact-active.router-link-active, a.link-hover:hover {
128
- color: $octopus-primary-color !important;
134
+ color: $octopus-primary-dark !important;
129
135
  }
130
136
  .descriptionText{
131
137
  white-space: pre-wrap;
@@ -158,6 +164,11 @@ body{
158
164
  display: none !important;
159
165
  }
160
166
  }
167
+ .hide-small-screen{
168
+ @media (max-width: 450px) {
169
+ display: none !important;
170
+ }
171
+ }
161
172
  .show-phone{
162
173
  display: none;
163
174
  @media (max-width: 960px) {
@@ -19,14 +19,6 @@
19
19
  background: #f3f3f3;
20
20
  }
21
21
  }
22
- .category-rubrique-item-plus {
23
- display: flex;
24
- height: 1.8rem;
25
- width: 1.8rem;
26
- align-items: center;
27
- justify-content: center;
28
- font-size: 0.5rem;
29
- }
30
22
  .icon-caution {
31
23
  margin-right: 5px;
32
24
  margin-bottom: 2px;
@@ -172,7 +164,6 @@
172
164
  margin-right: 0.5rem;
173
165
  }
174
166
 
175
-
176
167
  .saooti-stitcher-logo,
177
168
  .saooti-google-podcasts,
178
169
  .saooti-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>
@@ -255,6 +255,4 @@ export default defineComponent({
255
255
  },
256
256
  },
257
257
  })
258
- </script>
259
-
260
- <style lang="scss"></style>
258
+ </script>
@@ -145,6 +145,4 @@ export default defineComponent({
145
145
  }
146
146
  }
147
147
  })
148
- </script>
149
-
150
- <style lang="scss"></style>
148
+ </script>
@@ -8,7 +8,7 @@
8
8
  v-for="category in categories"
9
9
  :id="'category' + category.id"
10
10
  :key="category.id"
11
- class="category-item text-dark secondary-bg"
11
+ class="category-item text-dark bg-white"
12
12
  @click="checkIfFilter(category)"
13
13
  >
14
14
  {{ category.name }}
@@ -19,7 +19,7 @@
19
19
  class="dropdown btn-group"
20
20
  >
21
21
  <button
22
- class="btn dropdown-toggle category-rubrique-item-plus dropdown-toggle-no-caret saooti-plus"
22
+ class="btn dropdown-toggle admin-button dropdown-toggle-no-caret saooti-plus"
23
23
  data-bs-toggle="dropdown"
24
24
  aria-expanded="false"
25
25
  :title="$t('See more')"
@@ -163,6 +163,7 @@ export default defineComponent({
163
163
  })
164
164
  </script>
165
165
  <style lang="scss">
166
+ @import '../../../sass/_variables.scss';
166
167
  .category-list-container {
167
168
  display: inline-flex;
168
169
  justify-content: flex-start;
@@ -184,20 +185,8 @@ export default defineComponent({
184
185
  justify-content: center;
185
186
  white-space: nowrap;
186
187
  flex-shrink: 0;
187
- .router-link-active {
188
- background: #ddd !important;
188
+ .router-link-active,&:hover {
189
+ background: $octopus-secondary-color !important;
189
190
  }
190
- &:hover {
191
- background: #ddd !important;
192
- }
193
- }
194
-
195
- .category-list .category-item-plus {
196
- display: flex;
197
- height: 1.5rem;
198
- width: 1.5rem;
199
- align-items: center;
200
- justify-content: center;
201
- font-size: 0.5rem;
202
191
  }
203
192
  </style>
@@ -47,7 +47,7 @@
47
47
  </button>
48
48
  <button
49
49
  v-if="!sending"
50
- class="btn btn-primary m-1"
50
+ class="btn btn-link m-1"
51
51
  :disabled="name.length <= 2"
52
52
  @click="validateName"
53
53
  >
@@ -25,7 +25,7 @@
25
25
  {{ $t('Cancel') }}
26
26
  </button>
27
27
  <button
28
- class="btn btn-primary"
28
+ class="btn btn-link"
29
29
  :disabled="temporaryName.length < 2"
30
30
  @click="validEdit"
31
31
  >
@@ -52,7 +52,7 @@
52
52
  {{ $t('Cancel') }}
53
53
  </button>
54
54
  <button
55
- class="btn btn-primary"
55
+ class="btn btn-link"
56
56
  :disabled="0 === newComment.trim().length"
57
57
  @mousedown="requestToSend"
58
58
  >
@@ -295,7 +295,7 @@ export default defineComponent({
295
295
  @import '../../../sass/_variables.scss';
296
296
  .comment-input-container {
297
297
  textarea::placeholder {
298
- color: $octopus-primary-color;
298
+ color: $octopus-primary-dark;
299
299
  }
300
300
  textarea:focus::placeholder {
301
301
  color: black;
@@ -27,7 +27,7 @@
27
27
  {{ $t('Cancel') }}
28
28
  </button>
29
29
  <button
30
- class="btn btn-primary m-1"
30
+ class="btn btn-link m-1"
31
31
  :disabled="0 === temporaryContent.length || temporaryName.length < 2"
32
32
  @click="validEdit"
33
33
  >
@@ -38,7 +38,7 @@
38
38
  <div class="d-flex align-items-center mt-1">
39
39
  <button
40
40
  v-if="null === comment.commentIdReferer && 'Valid'=== comment.status"
41
- class="btn primary-color py-1 px-3 me-2"
41
+ class="btn py-1 px-3 me-2"
42
42
  :data-selenium="'answer-button-comment-' + seleniumFormat(comment.name)"
43
43
  @click="answerComment"
44
44
  >
@@ -49,7 +49,7 @@
49
49
  (!isFlat && comment.relatedComments) ||
50
50
  (isFlat && comment.commentIdReferer)
51
51
  "
52
- class="d-flex align-items-center small-text primary-color c-hand"
52
+ class="d-flex align-items-center small-text primary-darker c-hand"
53
53
  @click="collapseVisible=!collapseVisible"
54
54
  >
55
55
  <div v-if="comment.relatedComments">
@@ -25,7 +25,7 @@
25
25
  </transition-group>
26
26
  <button
27
27
  v-show="!allFetched && (!loading || 0!==first)"
28
- class="btn btn-primary mt-2"
28
+ class="btn btn-link mt-2"
29
29
  :class="comId ? 'align-self-start' : 'align-self-center'"
30
30
  :disabled="loading"
31
31
  :title="$t('See more comments')"
@@ -18,7 +18,7 @@
18
18
  <button
19
19
  v-if="!isLive"
20
20
  :title="$t('Refresh')"
21
- class="btn admin-button primary-color saooti-refresh-stud"
21
+ class="btn admin-button saooti-refresh-stud"
22
22
  @click="reloadComments"
23
23
  />
24
24
  </div>
@@ -14,5 +14,3 @@ export default defineComponent({
14
14
  }
15
15
  })
16
16
  </script>
17
-
18
- <style lang="scss"></style>
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div class="d-flex">
3
3
  <button
4
- class="btn admin-button primary-color me-1"
4
+ class="btn admin-button me-1"
5
5
  title="edit"
6
6
  @click="editComment"
7
7
  >
@@ -12,7 +12,7 @@
12
12
  </button>
13
13
  <button
14
14
  v-if="'Pending' === comment.status || 'Invalid' === comment.status"
15
- class="btn admin-button primary-color me-1"
15
+ class="btn admin-button me-1"
16
16
  title="valid"
17
17
  @click="commentModal('Valid')"
18
18
  >
@@ -23,7 +23,7 @@
23
23
  </button>
24
24
  <button
25
25
  v-if="'Pending' === comment.status || 'Valid' === comment.status"
26
- class="btn admin-button primary-color me-1"
26
+ class="btn admin-button me-1"
27
27
  title="invalid"
28
28
  @click="commentModal('Invalid')"
29
29
  >
@@ -34,7 +34,7 @@
34
34
  </button>
35
35
  <button
36
36
  v-if="organisation"
37
- class="btn admin-button primary-color me-1"
37
+ class="btn admin-button me-1"
38
38
  :title="$t('See more')"
39
39
  @click="seeMore = true"
40
40
  >
@@ -44,7 +44,7 @@
44
44
  />
45
45
  </button>
46
46
  <button
47
- class="btn admin-button primary-color me-1"
47
+ class="btn admin-button me-1"
48
48
  title="delete"
49
49
  @click="commentModal('Delete')"
50
50
  >
@@ -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()"
@@ -57,7 +57,7 @@
57
57
  <router-link
58
58
  v-if="!overflowScroll"
59
59
  :to="href"
60
- class="btn btn-link"
60
+ class="btn btn-link align-self-center width-fit-content m-4"
61
61
  >
62
62
  {{
63
63
  buttonText
@@ -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' : 'btn-more'"
44
+ :class="buttonPlus ? 'btn-link align-self-center width-fit-content m-4' : 'btn-more'"
45
45
  :disabled="loading"
46
46
  :title="$t('See more')"
47
47
  @click="fetchContent(false)"
@@ -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>
@@ -7,7 +7,7 @@
7
7
  <select
8
8
  ref="select"
9
9
  v-model="monetization"
10
- class="ms-2 mb-0 c-hand"
10
+ class="ms-2 mb-0 pe-4 c-hand"
11
11
  @change="onChange"
12
12
  >
13
13
  <option
@@ -48,6 +48,4 @@ export default defineComponent({
48
48
  },
49
49
  },
50
50
  })
51
- </script>
52
-
53
- <style lang="scss"></style>
51
+ </script>
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div class="d-flex align-items-center">
2
+ <div class="d-flex align-items-center my-3">
3
3
  <div
4
4
  v-if="!isPodcastmaker && !filterOrga"
5
5
  class="filter-organisation-chooser"
@@ -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 mt-3' : 'btn-more'"
19
+ :class="buttonPlus ? 'btn-link align-self-center width-fit-content m-4 mt-3' : 'btn-more'"
20
20
  :disabled="inFetching"
21
21
  :title="$t('See more')"
22
22
  @click="displayMore"
@@ -114,6 +114,4 @@ export default defineComponent({
114
114
  },
115
115
  },
116
116
  })
117
- </script>
118
-
119
- <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':'btn-more'"
22
+ :class="buttonPlus ? 'btn-link align-self-center width-fit-content m-4':'btn-more'"
23
23
  :disabled="inFetching"
24
24
  :title="$t('See more')"
25
25
  @click="displayMore"
@@ -143,6 +143,4 @@ export default defineComponent({
143
143
  },
144
144
  },
145
145
  })
146
- </script>
147
-
148
- <style lang="scss"></style>
146
+ </script>
@@ -40,7 +40,7 @@
40
40
  <button
41
41
  v-show="size < podcasts.length && loaded"
42
42
  class="btn"
43
- :class="buttonPlus ? 'btn-link':'btn-more'"
43
+ :class="buttonPlus ? 'btn-link align-self-center width-fit-content m-4':'btn-more'"
44
44
  :title="$t('See more')"
45
45
  @click="displayMore"
46
46
  >
@@ -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>
@@ -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()"
@@ -62,8 +62,7 @@
62
62
  />
63
63
  </transition-group>
64
64
  <router-link
65
- class="btn btn-link"
66
- :class="buttonPlus ? 'btn-link' : ''"
65
+ class="btn btn-link align-self-center width-fit-content m-4"
67
66
  :to="refTo"
68
67
  >
69
68
  {{ buttonText }}
@@ -279,6 +278,4 @@ export default defineComponent({
279
278
  },
280
279
  },
281
280
  })
282
- </script>
283
-
284
- <style lang="scss"></style>
281
+ </script>
@@ -23,7 +23,7 @@
23
23
  <button
24
24
  v-show="!allFetched && loaded"
25
25
  class="btn"
26
- :class="buttonPlus ? 'btn-link' : 'btn-more'"
26
+ :class="buttonPlus ? 'btn-link align-self-center width-fit-content m-4' : 'btn-more'"
27
27
  :disabled="inFetching"
28
28
  :title="$t('See more')"
29
29
  @click="displayMore"
@@ -204,6 +204,4 @@ export default defineComponent({
204
204
  },
205
205
  },
206
206
  })
207
- </script>
208
-
209
- <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,11 @@
1
1
  <template>
2
2
  <div
3
- v-if="undefined !== tagList"
4
- class="tag-list-component d-flex flex-wrap"
3
+ v-if="undefined !== tagList && 0!==tagList.length"
4
+ class="tag-list-component d-flex align-items-center flex-wrap"
5
5
  >
6
+ <div class="fw-bold">
7
+ {{ $t('Podcast tags') + ": " }}
8
+ </div>
6
9
  <div
7
10
  v-for="(tag, index) in tagList"
8
11
  :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>
@@ -20,7 +20,7 @@
20
20
  v-for="rubrique in rubriqueDisplay"
21
21
  :id="'rubrique' + rubrique.rubriqueId"
22
22
  :key="rubrique.rubriqueId"
23
- class="rubrique-item"
23
+ class="rubrique-item bg-white"
24
24
  @click="addFilter(rubrique)"
25
25
  >
26
26
  {{ rubrique.name }}
@@ -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')"
@@ -205,7 +205,7 @@ export default defineComponent({
205
205
  white-space: nowrap;
206
206
  flex-shrink: 0;
207
207
  &:hover {
208
- background: #ddd !important;
208
+ background: #eee !important;
209
209
  }
210
210
  }
211
211
  </style>
@@ -77,6 +77,4 @@ export default defineComponent({
77
77
  },
78
78
  }
79
79
  })
80
- </script>
81
-
82
- <style lang="scss"></style>
80
+ </script>
@@ -3,11 +3,11 @@
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')"
10
- class="btn btn-primary"
10
+ class="btn btn-link"
11
11
  :title="$t('Copy')"
12
12
  @click="onCopyCode(rss, afterCopy)"
13
13
  >
@@ -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,10 +366,11 @@ 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: $octopus-primary-dark;
370
370
  padding: 0.5rem;
371
371
  transition: all 0.5s ease;
372
- color: #41403e;
372
+ color: white;
373
+ font-weight: bold;
373
374
  letter-spacing: 1px;
374
375
  outline: none;
375
376
  box-shadow: 10px 10px 34px -15px hsla(0, 0%, 0%, 0.4);
@@ -377,6 +378,8 @@ export default defineComponent({
377
378
  border: solid 2px #41403e;
378
379
  &:hover {
379
380
  box-shadow: 2px 8px 4px -6px hsla(0, 0%, 0%, 0.3);
381
+ background: transparent;
382
+ color: $octopus-primary-dark;
380
383
  }
381
384
  }
382
385
  .max-iframe {
@@ -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>
@@ -101,7 +101,7 @@
101
101
  </div>
102
102
  <div class="d-flex flex-column">
103
103
  <div class="hosted-by">
104
- <span>{{ $t('Hosted by') }}</span><span class="ms-1 me-1 primary-color">Saooti</span>
104
+ <span>{{ $t('Hosted by') }}</span><span class="ms-1 me-1 primary-darker">Saooti</span>
105
105
  </div>
106
106
  <div class="d-flex justify-content-end flex-nowrap">
107
107
  <HomeDropdown :is-education="isEducation" />
@@ -21,7 +21,7 @@
21
21
  <input
22
22
  type="button"
23
23
  :value="$t('Copy')"
24
- class="btn btn-primary"
24
+ class="btn btn-link"
25
25
  :title="$t('Copy')"
26
26
  @click="onCopyCode(link, afterCopy)"
27
27
  >
@@ -39,13 +39,13 @@
39
39
  </button>
40
40
  <button
41
41
  v-if="thirdText"
42
- class="btn btn-primary m-1"
42
+ class="btn btn-link m-1"
43
43
  @click="onThirdAction"
44
44
  >
45
45
  {{ thirdText }}
46
46
  </button>
47
47
  <button
48
- class="btn btn-primary m-1"
48
+ class="btn btn-link m-1"
49
49
  @click="onValid"
50
50
  >
51
51
  {{ validatetext }}
@@ -86,6 +86,4 @@ export default defineComponent({
86
86
  },
87
87
  },
88
88
  })
89
- </script>
90
-
91
- <style lang="scss"></style>
89
+ </script>
@@ -71,7 +71,7 @@
71
71
  </div>
72
72
  <div class="modal-footer">
73
73
  <button
74
- class="btn btn-primary m-1"
74
+ class="btn btn-link m-1"
75
75
  @click="closePopup"
76
76
  >
77
77
  {{ $t('Close') }}
@@ -22,7 +22,7 @@
22
22
  </div>
23
23
  <div class="modal-footer">
24
24
  <button
25
- class="btn btn-primary m-1"
25
+ class="btn btn-link m-1"
26
26
  @click="closePopup"
27
27
  >
28
28
  {{ $t('Close') }}
@@ -84,6 +84,4 @@ export default defineComponent({
84
84
  },
85
85
  }
86
86
  })
87
- </script>
88
-
89
- <style lang="scss"></style>
87
+ </script>
@@ -75,7 +75,7 @@
75
75
  </div>
76
76
  <div class="modal-footer">
77
77
  <button
78
- class="btn btn-primary m-1"
78
+ class="btn btn-link m-1"
79
79
  @click="closePopup"
80
80
  >
81
81
  {{ $t('Close') }}
@@ -4,7 +4,7 @@
4
4
  <router-link
5
5
  v-if="editRight && !isPodcastmaker"
6
6
  to="/main/priv/edit/playlist"
7
- class="d-flex justify-content-center"
7
+ class="d-flex justify-content-center my-3"
8
8
  >
9
9
  <button class="btn btn-primary">
10
10
  {{ $t('Create playlist') }}
@@ -49,6 +49,4 @@ export default defineComponent({
49
49
  },
50
50
  },
51
51
  })
52
- </script>
53
-
54
- <style lang="scss"></style>
52
+ </script>
package/src/locale/en.ts CHANGED
@@ -296,4 +296,5 @@ export default{
296
296
  "Download started": 'Download started',
297
297
  'From RSS': "From an RSS feed",
298
298
  "User menu":"User menu",
299
+ 'Podcast tags': 'Podcast tags',
299
300
  };
package/src/locale/fr.ts CHANGED
@@ -296,4 +296,5 @@ export default{
296
296
  "Download started": 'Téléchargement lancé',
297
297
  'From RSS': "Issu d'un flux RSS",
298
298
  "User menu":"Menu utilisateur",
299
+ 'Podcast tags': "Mot-clé de l'épisode",
299
300
  };
@@ -5,7 +5,7 @@ $body-bg: #f8fafc;
5
5
  $font-family-sans-serif: 'Roboto', sans-serif;
6
6
  $font-size-base: 0.9rem;
7
7
  $line-height-base: 1.6;
8
- $primary: #40a372;
8
+ $primary: #32815C;
9
9
 
10
10
  // Colors
11
11
  $blue: #3490dc;
@@ -20,13 +20,16 @@ $teal: #4dc0b5;
20
20
  $cyan: #6cb2eb;
21
21
 
22
22
  //Octopus style
23
- $octopus-background: #f3f3f3;
24
- $octopus-secondary-background: #fafafa;
23
+ $octopus-background: #fafafa;
25
24
  $octopus-primary-color: #40a372;
26
25
  $octopus-secondary-color : #ddd;
27
- $octopus-light-secondary-color: #eee;
28
- $octopus-third-color: rgba(214,217,31,1);
29
- $octopus-primary-dark : #48a879;
30
- $primaryColorReallyTransparent : #a2f3c993;
26
+ $octopus-primary-linear-background: #7fd8ab;
27
+ $octopus-third-color: #fdff7b;
28
+ $octopus-primary-dark : #32815C;
29
+ $primaryColorReallyTransparent : #05050593;
30
+
31
+ $primaryColorTransparent : #40a37193;
32
+ $primaryColorMoreTransparent : #40a37154;
33
+ $primaryColorReallyTransparent : #cef7e250;
31
34
 
32
35