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

添付ファイルの表示を横幅を制限したCard()に変更 #595

Conversation

Npepperlinux
Copy link
Contributor

Fix #594

添付ファイルのプレビューをCard()で囲み、SizedBox()で横幅を制限するようにしました。

修正前 修正後
Screenshot from 2024-04-20 20-09-43 Screenshot from 2024-04-20 20-08-32

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 84.21053% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 36.62%. Comparing base (017c89e) to head (a738666).

Files Patch % Lines
lib/view/note_create_page/create_file_view.dart 84.21% 3 Missing ⚠️

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

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #595      +/-   ##
===========================================
+ Coverage    36.60%   36.62%   +0.02%     
===========================================
  Files          257      257              
  Lines        13587    13593       +6     
===========================================
+ Hits          4974     4979       +5     
- Misses        8613     8614       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Npepperlinux Npepperlinux force-pushed the ui/file_preview_card branch from a738666 to 2bfd49d Compare April 20, 2024 14:43
@shiosyakeyakini-info shiosyakeyakini-info changed the base branch from develop to feature/miria_v2 June 22, 2024 04:44
@shiosyakeyakini-info shiosyakeyakini-info merged commit fd617f8 into shiosyakeyakini-info:feature/miria_v2 Jun 22, 2024
@Npepperlinux Npepperlinux deleted the ui/file_preview_card branch June 22, 2024 05:43
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