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

サーバー一覧を名前やurlで絞り込めるように #407

Conversation

poppingmoon
Copy link
Contributor

MisskeyServerListに検索窓を追加し、名前かurlに入力された文字列を含むサーバーのみを表示するようにしました

  • 先頭からマッチするものを先に表示し、そのあとに先頭以外のどこかに文字列を含むものを表示します
  • 何も入力されていないときは全て表示します
  • 表示順はそれぞれのブロックの中で参加人数の降順に固定されています

Fix #401

image

@codecov-commenter
Copy link

codecov-commenter commented Oct 16, 2023

Codecov Report

Merging #407 (6636eb1) into develop (890ffc8) will decrease coverage by 0.11%.
Report is 19 commits behind head on develop.
The diff coverage is 3.52%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@             Coverage Diff             @@
##           develop     #407      +/-   ##
===========================================
- Coverage    27.60%   27.49%   -0.11%     
===========================================
  Files          224      229       +5     
  Lines        11070    11153      +83     
===========================================
+ Hits          3056     3067      +11     
- Misses        8014     8086      +72     
Files Coverage Δ
lib/providers.dart 28.30% <100.00%> (-3.17%) ⬇️
lib/view/explore_page/explore_server.dart 12.50% <ø> (ø)
...ib/view/login_page/misskey_server_list_dialog.dart 12.50% <ø> (+10.88%) ⬆️
..._notifier/common/misskey_server_list_notifier.dart 0.00% <0.00%> (ø)
lib/view/common/misskey_server_list.dart 0.00% <0.00%> (ø)

... and 23 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@shiosyakeyakini-info shiosyakeyakini-info merged commit d27f945 into shiosyakeyakini-info:develop Oct 21, 2023
1 check passed
@shiosyakeyakini-info
Copy link
Owner

ありがとうございます!

@poppingmoon poppingmoon deleted the server-list-filter branch October 21, 2023 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

サーバー一覧でサーバーを検索できるようにする
3 participants