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

設定画面モーダル作成 #5

Merged
merged 9 commits into from
Mar 11, 2024
Merged

Conversation

azuma502
Copy link
Collaborator

@azuma502 azuma502 commented Mar 7, 2024

概要:設定画面モーダルを作成しました

CLIENT_IDとCLIENT_SECRET

実装した内容:設定画面モーダルを作成しました

UI

動作確認

参考

その他

@azuma502 azuma502 self-assigned this Mar 7, 2024
Copy link
Collaborator

@KobayashiYoh KobayashiYoh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

コメントしました。
SettingsPageの変更が差分に含まれていないので修正お願いします🙏

Comment on lines +20 to +29
static const TextStyle h3BasicBlack = TextStyle(
fontSize: 12,
color: AppColors.black,
fontWeight: FontWeight.w500,
);
static const TextStyle h1ThinBlack = TextStyle(
fontSize: 17,
color: AppColors.black,
fontWeight: FontWeight.w100,
);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

スタイルの定義がデザイナーさんっぽくていいですね👍

Comment on lines +20 to +23
class AppBottomModalSheet extends StatelessWidget {
final String title;
final Widget content;
final bool showBottomDivider;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FeedPageでの使い回しを意識できていていいですね👍

Comment on lines 52 to 58
child: Container(
padding:
const EdgeInsets.symmetric(horizontal: 16, vertical: 18),
child: SingleChildScrollView(
child: content,
),
),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

修正は任意ですが、画面下の文字が切れているのが気になりました。
恐らく、余白設定の方法が原因だと思われます。

スクリーンショット 2024-03-08 11 05 04

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

プルリクに添付された画像だけだと気づけなかったのですが、画面上部の余白も切れているので今後修正お願いします。
これ以上長引いてもアレなので、今回はマージします。

Comment on lines +1 to +2
class Texts {
static const String privacyPolicyText = '''
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link

@yukik8 yukik8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

コンポーネント化もしっかりできていて綺麗なコードだと思います!!LGTMです🙆

@KobayashiYoh
Copy link
Collaborator

LGTMです

@KobayashiYoh KobayashiYoh merged commit e3a4d23 into main Mar 11, 2024
1 check passed
@KobayashiYoh KobayashiYoh linked an issue Mar 24, 2024 that may be closed by this pull request
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.

利用規約・プライバシーポリシー
4 participants