misskey/packages/frontend/src
Sayamame-beans d0b7c74fd1
検索からハッシュタグのページが開けるように、users/searchに`@`から始まる文字列が与えられた際の処理を修正 等 (#13858)
* enhance(frontend): 検索からハッシュタグのページを開けるように

* fix(frontend): 照会で入力が`#`のみの場合は`/tags/`に遷移しないように

* docs(changelog): update changelog

* enhance(frontend): ユーザー検索からもハッシュタグのページを開けるように

* docs(changelog): update changelog

* enhance(frontend): 検索範囲等が指定されている時は照会/ハッシュタグページを開かないように

* enhance(frontend): 検索内容に空白が含まれている場合は照会/ハッシュタグページを開かないように

* docs(changelog): update changelog

* Revert "enhance(frontend): 検索範囲等が指定されている時は照会/ハッシュタグページを開かないように"

This reverts commit f84eecea96.

* enhance(frontend): 検索から照会/ハッシュタグページを開くかどうか確認するように

* docs(changelog): update changelog

* chore: fix lint

* docs(changelog): update changelog insertion position

* enhance(frontend): 検索から`@user@host`の形式で照会出来るように

* fix(frontend): 照会で入力が`@`のみの場合に`/@`に遷移しないように

* fix(backend): `users/search`において`@`から始まるqueryに対する処理が正しくなかった問題を修正

* docs(changelog): update changelog

* chore(backend): fix lint error

* fix(backend): more improvements for users/search when query startswith `@`

* chore: unify common conditions

* docs(changelog): refine changelog

* chore(backend): fix lint error

* MkInputをpreventに対応させ、enterの意図せぬ伝搬を防ぐ

* chore(frontend/search.user): use .prevent to prevent the propagation of enter instead of setTimeout

---------

Co-authored-by: samunohito <46447427+samunohito@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Co-authored-by: taichanne30 <dev@taichan.site>
2024-07-30 19:18:43 +09:00
..
boot fix(frontend): emoji picker not opening on `/share` page (#14295) 2024-07-25 16:44:38 +09:00
components 検索からハッシュタグのページが開けるように、users/searchに`@`から始まる文字列が与えられた際の処理を修正 等 (#13858) 2024-07-30 19:18:43 +09:00
directives fix(frontend): フォーカスの挙動を修正 (#14158) 2024-07-12 16:25:44 +09:00
filters Fix type annotations (#14071) 2024-06-23 01:00:12 +09:00
pages 検索からハッシュタグのページが開けるように、users/searchに`@`から始まる文字列が与えられた際の処理を修正 等 (#13858) 2024-07-30 19:18:43 +09:00
router feat: このユーザーのノートを検索, クエリに基づく検索の初期値 & ノート検索のUI改善 (#14128) 2024-07-30 15:51:08 +09:00
scripts 検索からハッシュタグのページが開けるように、users/searchに`@`から始まる文字列が与えられた際の処理を修正 等 (#13858) 2024-07-30 19:18:43 +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 enhance(frontend): デッキのアンテナ・リスト選択画面からそれぞれを新規作成できるように (#14104) 2024-07-30 13:11:06 +09:00
unicode-emoji-indexes Fix(frontend): 日本語のUnicode絵文字追加辞書をインストールすると絵文字ピッカーでUnicode絵文字を検索できなくなるのを修正 (#13046) 2024-01-20 17:28:21 +09:00
widgets fix(frontend): フォーカスの挙動を修正 (#14158) 2024-07-12 16:25:44 +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): refactor popup api and make sure call dispose callback 2024-07-04 13:14:49 +09:00
cache.ts enhance(frontend): お気に入りチャンネルをキャッシュするように (#13881) 2024-05-27 17:19:09 +09:00
config.ts fix(frontend/pageMetadata): ページタイトルが更新されない問題 (#13289) 2024-02-16 16:17:09 +09:00
const.ts Feat: ユーザーのアイコン/バナーの変更可否をロールで設定可能に (#14078) 2024-07-14 09:31:05 +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 refactor(frontend): Remove unused directives (#14085) 2024-06-24 21:32:12 +09: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 enhance(frontend): ブラウザのコンテキストメニューを使用できるように (#14076) 2024-07-30 14:45:53 +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 enhance(frontend): ブラウザのコンテキストメニューを使用できるように (#14076) 2024-07-30 14:45:53 +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): フォーカスの挙動を修正 (#14158) 2024-07-12 16:25:44 +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