セメスターと評価方法のフィルターのUIを作りました #44
Merged
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.
セメスターを選択するフィルターを作りました。
他のフィルターも同時に上げると変更が大きくなりすぎるので、とりあえずセメスター選択
だけ追加しましたと評価方法フィルターのUIを作成しました。各ファイルについて
Semester.tsx 各セメスターのボタン(6つのボタン)を並べます
FilterUI.tsx 今後すべてのフィルター(フリーワード、種別フィルターなど)を列挙していきます
Sample/page.tsx 挙動の確認のためのページです
FilterCard フィルターとタイトルをセットにして表示するコンポーネントです
FlagButton クリックすると着色されるボタンです
Evaluation.tsx 評価方法でフィルターをかけるチェックボックスを8つ並べます。各評価方法について、除外と含めるチェックを同時に付けられないようになっています。
Checkbox.tsx デザインを統一するため用意しました。普通のチェックボックスです。
授業が持ちうるいくつかのプロパティを、いくつかtype.tsx に追加しました。