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

feat: [AXIMST-605] add file name to upload preview modal #202

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

vladislavkeblysh
Copy link

@codecov-commenter
Copy link

Codecov Report

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

❗ No coverage uploaded for pull request base (ts-develop@d35de95). Click here to learn what that means.

Files Patch % Lines
src/textbooks/textbook-form/TextbookForm.jsx 50.00% 2 Missing ⚠️
src/generic/modal-dropzone/useModalDropzone.jsx 50.00% 1 Missing ⚠️

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

Additional details and impacted files
@@              Coverage Diff              @@
##             ts-develop     #202   +/-   ##
=============================================
  Coverage              ?   89.50%           
=============================================
  Files                 ?      651           
  Lines                 ?    10884           
  Branches              ?     2253           
=============================================
  Hits                  ?     9742           
  Misses                ?     1103           
  Partials              ?       39           

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

@vladislavkeblysh vladislavkeblysh marked this pull request as ready for review March 7, 2024 14:59
}

.modal-preview-text {
font-size: 14px;
Copy link
Collaborator

Choose a reason for hiding this comment

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

[nit] It's better to use flexible units of measurement

Suggested change
font-size: 14px;
font-size: .875rem;

@ihor-romaniuk
Copy link
Collaborator

@vladislavkeblysh Please increase your test coverage according to the Codecov Report

@monteri monteri merged commit c9ae994 into ts-develop Mar 11, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants