Sharkey/packages/frontend/src
かっこかり 3ffbf6296f
feat: 個別のお知らせにリンクで飛べるように (#13885)
* feat(announcement): 個別のお知らせにリンクで飛べるように (MisskeyIO#639)

(cherry picked from commit f6bf7f992a78e54d86a4701dbd1e4fda7ef4eb27)

* fix

Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>

* fix

Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>

* 一覧ページではお知らせpanel全体を押せるように

* お知らせバーは個別ページに飛ばすように

* Update Changelog

* spdx

* attempt to fox test

* remove unnecessary thong

* `announcement` → `announcements/show`

* リンクを押せる場所をタイトルと日付部分のみに変更

---------

Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
2024-05-27 17:15:11 +09:00
..
boot fix(frontend): woodenPanelの配色を修正 (#13561) 2024-03-20 13:10:09 +09:00
components feat(frontend): 長いテキストをペーストした際にテキストファイルとして添付するかどうかを選択できるように (#13862) 2024-05-23 13:15:22 +09:00
directives fix: MkUserPopupが表示されてる状態でv-user-previewがついた要素がdetachされるとMkUserPopupが消えない問題 (#13349) 2024-02-21 20:15:04 +09:00
filters chore: add missing SPDX ID and workflow check (#13570) 2024-03-13 22:37:18 +09:00
pages feat: 個別のお知らせにリンクで飛べるように (#13885) 2024-05-27 17:15:11 +09:00
router feat: 個別のお知らせにリンクで飛べるように (#13885) 2024-05-27 17:15:11 +09:00
scripts enhance(frontend): 通常のノートでも、お気に入りに登録したチャンネルにリノートできるように (#13855) 2024-05-21 17:23:20 +09:00
themes enhance(frontend): シンタックスハイライトにテーマを適用できるように (#13175) 2024-02-06 15:03:07 +09:00
types fix/enhance(frontend): 映像・音声周りの改修 (#13206) 2024-03-30 16:02:03 +09:00
ui feat: 個別のお知らせにリンクで飛べるように (#13885) 2024-05-27 17:15:11 +09:00
unicode-emoji-indexes Fix(frontend): 日本語のUnicode絵文字追加辞書をインストールすると絵文字ピッカーでUnicode絵文字を検索できなくなるのを修正 (#13046) 2024-01-20 17:28:21 +09:00
widgets fix(backend): add detailed schema to fetch-rss endpoint (#13764) 2024-04-29 15:36:01 +09:00
workers (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
_boot_.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
_dev_boot_.ts update deps (#13624) 2024-05-04 20:56:14 +09:00
account.ts refactor(frontend): os.ts周りのリファクタリング (#13186) 2024-02-28 18:26:38 +09:00
cache.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
config.ts fix(frontend/pageMetadata): ページタイトルが更新されない問題 (#13289) 2024-02-16 16:17:09 +09:00
const.ts メンションの最大数をロールごとに設定可能にする (#13343) 2024-02-29 20:48:02 +09:00
custom-emojis.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
debug.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
emojilist.json enhance: Unicode 15.0で新たに追加された絵文字をリアクションに使えるように (#12683) 2023-12-18 14:51:29 +09:00
events.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
i18n.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
index.html fix(frontend): shikiの言語・テーマの定義ファイルをCDN(esm.sh)から取るようにする (#13598) 2024-03-20 10:30:45 +09:00
index.mdx build(#10336): Storybook & Chromatic & msw (#10365) 2023-04-04 09:38:34 +09:00
instance.ts fix type error 2024-05-01 13:52:59 +09:00
local-storage.ts enhance: metaをSSR HTMLに埋め込む (#13436) 2024-02-23 10:47:17 +09:00
navbar.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
nirax.ts fix(frontend): router遷移時にmatchAllに入った場合一度location.hrefを経由するように (#13509) 2024-03-05 17:27:33 +09:00
os.ts refactor(frontend): os.ts周りのリファクタリング (#13186) 2024-02-28 18:26:38 +09:00
pizzax.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
plugin.ts プラグインの簡易的なログを表示する機能 (#13564) 2024-03-13 22:38:26 +09:00
store.ts fix(frontend): 連合なしの状態の読み書きができない問題 (#13777) 2024-05-01 15:29:38 +09:00
stream.ts feat: send heartbeat right after visibility changed to 'visible' (#13581) 2024-03-17 18:47:29 +09:00
style.scss fix(frontend): woodenPanelの配色を修正 (#13561) 2024-03-20 13:10:09 +09:00
theme-store.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
type.ts chore: add missing SPDX ID and workflow check (#13570) 2024-03-13 22:37:18 +09:00