Skip to content

Commit

Permalink
enhance: ハッシュタグのノート一覧ページから、そのハッシュタグで投稿するボタンを追加、お知らせの画像URLを空にできない問題を修正 (
Browse files Browse the repository at this point in the history
…misskey-dev#10878)

* fix: お知らせの画像URLを空にできない問題を修正 (misskey-dev#10657)

* ハッシュタグのノート一覧ページからノートできるように(misskey-dev#10854)

* fix: 色々直した

* location.reloadを使わないように

* CHANGELOGを編集

* tweak

* Update tag.vue

---------

Co-authored-by: syuilo <[email protected]>
  • Loading branch information
2 people authored and sasagar committed Jun 5, 2023
1 parent 866f2bf commit 1560220
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,17 @@
- AiScriptを0.13.3に更新
- Deck UIを使用している場合、`/`以外にアクセスした際にZen UIで表示するように
- メインカラムを設置していない場合の問題を解決
- ハッシュタグのノート一覧ページから、そのハッシュタグで投稿するボタンを追加
- アカウント初期設定ウィザードに戻るボタンを追加
- アカウントの初期設定ウィザードにあとでボタンを追加
- Fix: URLプレビューで情報が取得できなかった際の挙動を修正
- Fix: Safari、Firefoxでの新規登録時、パスワードマネージャーにメールアドレスが登録されていた挙動を修正
- fix:ロールタイムラインが無効でも投稿が流れてしまう問題の修正
- fix:ロールタイムラインにて全ての投稿が流れてしまう問題の修正

### Server
- Fix: お知らせの画像URLを空にできない問題を修正

## 13.12.2

## NOTE
Expand Down
1 change: 1 addition & 0 deletions locales/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,7 @@ export interface Locale {
"noBotProtectionWarning": string;
"configure": string;
"postToGallery": string;
"postToHashtag": string;
"gallery": string;
"recentPosts": string;
"popularPosts": string;
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/tag.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<MkStickyContainer>
<template #header><MkPageHeader :actions="headerActions" :tabs="headerTabs"/></template>
<MkSpacer :contentMax="800">
<MkNotes class="" :pagination="pagination"/>
<MkNotes ref="notes" class="" :pagination="pagination"/>
</MkSpacer>
<template v-if="$i" #footer>
<div :class="$style.footer">
Expand Down

0 comments on commit 1560220

Please sign in to comment.