Merge branch 'develop' into feat-mfm-crop

This commit is contained in:
ikiko 2023-05-28 17:33:23 +00:00
commit b22e0f495e
5 changed files with 5 additions and 5 deletions

View File

@ -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",

View File

@ -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

View File

@ -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", {

View File

@ -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

View File

@ -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">{{