-
Notifications
You must be signed in to change notification settings - Fork 10
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
Session 一覧・詳細の実装 #208
Merged
Merged
Session 一覧・詳細の実装 #208
Conversation
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
* feat: セッション関係のモデルを追加 * add: session_detail_pageの途中経過をPushしました。 * add: Headerの追加・TODOを追加しました。 * add: 背景色を追記しました * add: 必要な引数の記載・TODOの整理を行いました。 * fix: warningを修正しました * add: 遷移を仮に実装しました * add: Spacesを追加しました * add: SectionHeaderの修正・SocialShareを使用しました * add: タイムテーブルのUIを調整しました * add: 表示する内容の変更・TODOを追加しました。画面遷移を追記しました * add: 仮で必要なModelを作成しました(後で削除予定) * add: UIの調整・引数の設定などを行いました * fix:背景色を変更しました。 * fix: Session詳細Widgetの上部と同様の実装なので 共通化しました * fix: time_table.dartをfeature/session_detailに移動しました。 * fix: DeskTop -> Desktop * fix: 横幅計算は上流のCustomScrollView部分で行っているためwidthを削除しました。 * fix: Chip Widgetを使用して実装を修正しました。 * fix:OutlinedButtonを利用した修正を行いました。 * fix: elseを削除しても問題なさそうだったので修正しまいた。 * fix: time_tableにborderをつけました * add: Headerを共通なものに差し替えて、不必要な変数などを削除しました。 * fix: 共通の部分をsession_detail.dartに記載位置の変更をしました。 * add: スポンサーの画像を入れた場合の画像の大きさや位置などを調整しました。 * fix: TODOの文言を修正しました。 --------- Co-authored-by: ashdik <ashdik.saxophone@gmail.com> Co-authored-by: iseruuuuu <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>
* style: sessionDetailBodyの構成を修正 * add: session router * refactor: rename directory * add: id field SessionModel * fix: 値渡し を修正 * add: 遷移の実装 * add: sectionheaderの実装 * fix: デザインの修正 * fix: 仮データの修正 * add: flutter_markdown packages * fix: path * fix: Body上下paddingズレ * remove: unused variable
Session のディレクトリ構造をシンプルに修正
Session のデータ構造を修正して、本番データを使用
…eadline/medium-bold
…-layout MarkdownBody のスタイルを調整
Visit the preview URL for this PR (updated for commit 061ad6d): https://flutterkaigi-2023-preview--pr208-feature-session-04oqhhuj.web.app (expires Tue, 17 Oct 2023 09:59:28 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: ec86c184da0140e1a174c92c6d39f7a77720a028 |
# Conflicts: # lib/features/header/ui/header_widget.dart
@FlutterKaigi/conference-website-2023 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Issue
https://github.com/FlutterKaigi/TasksBoard/issues/166
Overview (Required)
Session 一覧・詳細の実装しました。
main へのマージは 10/9 を予定しているため、それまでは Draft にしておきます。
Screenshot
output.mov