-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: このユーザーのノートを検索, クエリに基づく検索の初期値 & ノート検索のUI改善 #14128
Merged
syuilo
merged 28 commits into
misskey-dev:develop
from
tai-cha:feat/serach-this-users-note
Jul 30, 2024
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
2ff5ed6
refactor(frontend): noteSearchAvailableをaccountsに移動
tai-cha 678c139
feat: searchページでのクエリの受取りとtypeによる表示タブの変更
tai-cha aa37858
user検索でsearchの親から受け取った値を基に入力値を初期化
tai-cha 9ccf32a
feat(frontend): ノート検索で親(search)からの情報を基にユーザー情報を取得
tai-cha b4f2184
feat(frontend): ユーザーのノートを検索するページに遷移するボタン
tai-cha 76145e4
feat(frontend): ノート検索にホスト名指定のオプション追加
tai-cha 25b2d4c
style: ただ照会部分を囲っただけ(可読性確保のために)
tai-cha 77bdca1
refactor: remove unneed import
tai-cha 72c4658
Update CHANGELOG
tai-cha 83cc950
Fix: ノート検索の初期値が常にホスト指定になってしまう
tai-cha 0e9d275
notesSearchAvailableをaccountに持たせるのをやめる
tai-cha e1b2a55
SDPX-Licence-Identifier
tai-cha bc5fb65
Fix: Vitest fails due to instance.policies being undefined
tai-cha 9e0bda5
Add Storybook for search
tai-cha f2859e2
Fix(storybook): ノート検索が利用できないと出てしまう問題
tai-cha 94c1a5c
storybookでユーザー選択ができないのを修正
tai-cha 9442282
Merge branch 'develop' into feat/serach-this-users-note
tai-cha 4a32a68
Merge branch 'develop' of https://github.com/misskey-dev/misskey into…
tai-cha 3aa7252
feat: ノート検索で自分を選択可能に
tai-cha be69c3a
Merge branch 'develop' into feat/serach-this-users-note
tai-cha 568e34a
feat(background): api/metaで検索可能なノートのスコープを参照できるように
tai-cha 759920c
globalのノートが検索不可能な場合、検索オプションを表示しないように
tai-cha 5886d06
Merge branch 'develop' of https://github.com/misskey-dev/misskey into…
tai-cha f681983
Update CHANGELOG.md
tai-cha 578b784
config.meilisearch.scopeがstring[]を取ることがあるので修正
tai-cha 1a17579
meilisearchを利用かつscopeがlocalの場合、リモートユーザーのメニューで「このユーザーのノートを検索」を出さないように
tai-cha 4e769e5
hostが空文字の時の挙動を修正
tai-cha 7ef3bc9
ローカルのみしかノートがインデックスされていない場合、リモートユーザーも選択できなくした
tai-cha File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これ書いたら実環境ではうまく動くけどStorybookで空のMkRadioが表示されるようになっちゃった
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Storybookの挙動わからない、tasukete