feeds-fun 1.21.2 → 1.21.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "feeds-fun",
3
- "version": "1.21.2",
3
+ "version": "1.21.4",
4
4
  "author": "Aliaksei Yaletski (Tiendil) <a.eletsky@gmail.com> (https://tiendil.org/)",
5
5
  "description": "Frontend for the Feeds Fun — web-based news reader",
6
6
  "keywords": [
@@ -3,8 +3,8 @@
3
3
  class="ffun-config-flag"
4
4
  @click="emit('update:flag', !flag)">
5
5
  <span v-if="!flagDefined">&nbsp;</span>
6
- <span v-else-if="flag">{{ offText }}</span>
7
- <span v-else>{{ onText }}</span>
6
+ <span v-else-if="flag">{{ onText }}</span>
7
+ <span v-else>{{ offText }}</span>
8
8
  </button>
9
9
  </template>
10
10
 
@@ -21,8 +21,8 @@
21
21
  style="min-width: 2.5rem"
22
22
  :flag="setting.value"
23
23
  @update:flag="updateFlag($event)"
24
- on-text="no"
25
- off-text="yes" />
24
+ on-text="yes"
25
+ off-text="no" />
26
26
 
27
27
  <template v-else-if="!editing">
28
28
  <button
@@ -30,8 +30,8 @@
30
30
  <config-flag
31
31
  style="min-width: 2.5rem"
32
32
  v-model:flag="globalSettings.showRead"
33
- on-text="no"
34
- off-text="yes" />
33
+ on-text="yes"
34
+ off-text="no" />
35
35
 
36
36
  <button
37
37
  class="ffun-form-button py-0 ml-1"
@@ -35,8 +35,8 @@
35
35
  <config-flag
36
36
  style="min-width: 2.5rem"
37
37
  v-model:flag="globalSettings.showRead"
38
- on-text="no"
39
- off-text="yes" />
38
+ on-text="yes"
39
+ off-text="no" />
40
40
 
41
41
  <button
42
42
  class="ffun-form-button py-0 ml-1"