Merge branch 'develop' into feat-mfm-crop
This commit is contained in:
commit
b22e0f495e
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "calckey",
|
"name": "calckey",
|
||||||
"version": "14.0.0-dev23",
|
"version": "14.0.0-dev26",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
><i class="ph-house ph-bold ph-lg"></i
|
><i class="ph-house ph-bold ph-lg"></i
|
||||||
></span>
|
></span>
|
||||||
<span v-if="visibility === 'followers'"
|
<span v-if="visibility === 'followers'"
|
||||||
><i class="ph-lock-simple-open ph-bold ph-lg"></i
|
><i class="ph-lock ph-bold ph-lg"></i
|
||||||
></span>
|
></span>
|
||||||
<span v-if="visibility === 'specified'"
|
<span v-if="visibility === 'specified'"
|
||||||
><i class="ph-envelope-simple-open ph-bold ph-lg"></i
|
><i class="ph-envelope-simple-open ph-bold ph-lg"></i
|
||||||
|
|
|
@ -158,7 +158,7 @@ const renote = async (viaKeyboard = false, ev?: MouseEvent) => {
|
||||||
} else {
|
} else {
|
||||||
buttonActions.push({
|
buttonActions.push({
|
||||||
text: `${i18n.ts.renote} (${i18n.ts._visibility.followers})`,
|
text: `${i18n.ts.renote} (${i18n.ts._visibility.followers})`,
|
||||||
icon: "ph-lock-simple-open ph-bold ph-lg",
|
icon: "ph-lock ph-bold ph-lg",
|
||||||
danger: false,
|
danger: false,
|
||||||
action: () => {
|
action: () => {
|
||||||
os.api("notes/create", {
|
os.api("notes/create", {
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
></i>
|
></i>
|
||||||
<i
|
<i
|
||||||
v-else-if="note.visibility === 'followers'"
|
v-else-if="note.visibility === 'followers'"
|
||||||
class="ph-lock-simple-open ph-bold ph-lg"
|
class="ph-lock ph-bold ph-lg"
|
||||||
v-tooltip="i18n.ts._visibility.followers"
|
v-tooltip="i18n.ts._visibility.followers"
|
||||||
></i>
|
></i>
|
||||||
<i
|
<i
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
@click="choose('followers')"
|
@click="choose('followers')"
|
||||||
>
|
>
|
||||||
<div :class="$style.icon">
|
<div :class="$style.icon">
|
||||||
<i class="ph-lock-simple-open ph-bold ph-lg"></i>
|
<i class="ph-lock ph-bold ph-lg"></i>
|
||||||
</div>
|
</div>
|
||||||
<div :class="$style.body">
|
<div :class="$style.body">
|
||||||
<span :class="$style.itemTitle">{{
|
<span :class="$style.itemTitle">{{
|
||||||
|
|
Loading…
Reference in New Issue