-
Notifications
You must be signed in to change notification settings - Fork 71
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
ユーザー一覧の非Vue化をする #7426
Merged
Merged
ユーザー一覧の非Vue化をする #7426
Changes from 22 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
aa0045f
ユーザー一覧を非vue化する
yocchan-git 61528c7
Slimコードを元のコードに合わせる
yocchan-git b8bdb15
フォローのドロップダウンが下に潜らないようにした
machida 247798c
検索結果のページネーションでエラーにならないようにする
yocchan-git 94d35cb
どのページにいても検索できるようにする
yocchan-git 7757713
変数や定数名の修正をする
yocchan-git db8f8d8
不要なgenerationファイルを削除する
yocchan-git 40fdba3
フロント側でボタンの内容を出力するよう修正
yocchan-git 05a09a4
不要なJSONデータを削除する
yocchan-git 5bcc49c
following.jsのフォーマットを修正する
yocchan-git dcc7402
不要なロジックを削除して置き換える
yocchan-git f132d09
no_contentを使うように修正する
yocchan-git f278ef3
検索機能のロジックを修正する
yocchan-git 1163674
共通して使うメソッドを共通化する
yocchan-git 0bf5d39
テストコードを追加する
yocchan-git d7893ae
SlimLintの修正をする
yocchan-git 892701c
不要な定数を削除する
yocchan-git 5fd4e1a
検索の処理をクラスに抽出する
yocchan-git 32e07cc
インスタンス変数を参照可能にする
yocchan-git 5d240d3
モデルテストを追加する
yocchan-git 871bce7
引数の順番を修正する
yocchan-git 4886626
コンストラクターでエラーが起こらないのと命名の修正
yocchan-git 467a3b3
テスト名を英語に修正する
yocchan-git 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 was deleted.
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.
相談部屋のコード
talks
の部分は検索関連で処理をSearchUser
クラスに共通化しましたのでロジックを修正しています。
動作とテストが通ることなどは確認しましたので、コードも見ていただければと思います!