misskey icon indicating copy to clipboard operation
misskey copied to clipboard

enhance(client): @や#、httpsで始まる検索ワードでもすぐには飛ばないように

Open Khsmty opened this issue 1 year ago • 1 comments

ユニークな値へいきなりジャンプするのではなく、下のような info を表示するようにしました。

image

ユーザーへのメンションが含まれたノートも検索できるようになっています。

Resolve #10199 Resolve #10226

Khsmty avatar Mar 06 '23 07:03 Khsmty

Codecov Report

Merging #10232 (b825074) into develop (89393aa) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff            @@
##           develop   #10232   +/-   ##
========================================
  Coverage    70.75%   70.75%           
========================================
  Files          807      807           
  Lines        77290    77304   +14     
  Branches      5383     5383           
========================================
+ Hits         54685    54699   +14     
  Misses       22605    22605           
Impacted Files Coverage Δ
packages/frontend/src/components/MkInfo.vue 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Mar 06 '23 07:03 codecov[bot]

(このPRでやることではないですが、)いきなり文字列検索が走るのはサーバーに大きな負荷がかかるため、できれば検索ボタンを押して文字列検索にされるようにしてほしいです

tamaina avatar Mar 09 '23 15:03 tamaina

了解です、また実装して PR 立てておきます

Khsmty avatar Mar 09 '23 16:03 Khsmty

こちらで修正しました 🙏🏻 https://github.com/misskey-dev/misskey/commit/925cc06aea4aea0bed4624df82bc84c6ca4a98a0

syuilo avatar Mar 16 '23 02:03 syuilo