Skip to content
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

MFMの検索エンジンをユーザー設定で変える #575

Merged
merged 8 commits into from
Dec 27, 2024

Conversation

kozakura913
Copy link
Collaborator

What

MFMの検索エンジンをユーザー設定>プライバシーで変えられるように

Why

resolve: #515

Additional info (optional)

初期値はインスタンス内検索に変更してある

Checklist

  • コントリビューションガイドを読みました( Read the contribution guide)
  • ローカル環境で動作しました(Test working in a local environment)
  • (必要なら)CHANGELOG_YOJO.mdの更新((If needed) Update CHANGELOG_YOJO.md)
  • (必要なら)テストの追加((If possible) Add tests)

@kozakura913 kozakura913 added this to the 1.3.0 milestone Dec 19, 2024
@kozakura913 kozakura913 self-assigned this Dec 19, 2024
Copy link

codecov bot commented Dec 19, 2024

Codecov Report

Attention: Patch coverage is 54.54545% with 10 lines in your changes missing coverage. Please review.

Project coverage is 19.87%. Comparing base (595cd94) to head (28851c8).
Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
packages/frontend/src/pages/settings/general.vue 0.00% 6 Missing ⚠️
packages/frontend/src/store.ts 0.00% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           develop     #575       +/-   ##
============================================
- Coverage    40.05%   19.87%   -20.19%     
============================================
  Files         1696      797      -899     
  Lines       235939   123188   -112751     
  Branches      3932     1041     -2891     
============================================
- Hits         94511    24483    -70028     
+ Misses      140763    98100    -42663     
+ Partials       665      605       -60     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@penginn-net
Copy link
Collaborator

・デフォルトGoogleでいいような気もするような
・ドロップダウンリストで何個か入れておいて手動でもできるとかがよさげ?(元デフォルトのGoogleに変えるときにわざわざ調べるが発生しそうだし)
・プライバシーよりも全般→動作な気がする
・設定多分バックアップされない

@kozakura913
Copy link
Collaborator Author

kozakura913 commented Dec 26, 2024

  • デフォルトGoogleでいいような気もするような
    • 従来動作だしデフォルトGoogleにした
  • ドロップダウンリストで何個か入れておいて手動でもできるとかがよさげ?
    • 変えるユーザーはクエリ把握してそうだし省略
  • プライバシーよりも全般→動作な気がする
    • 変えた
  • 設定多分バックアップされない
    • されてなかった。修正した

@kozakura913 kozakura913 merged commit 1658048 into yojo-art:develop Dec 27, 2024
21 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MFM検索窓機能で検索エンジンを選べるようにする
2 participants