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

[AAE-4428] Add selected file counter to attach file widget #6881

Merged
merged 12 commits into from Apr 15, 2021

Conversation

TomikaArome
Copy link
Contributor

@TomikaArome TomikaArome commented Mar 30, 2021

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

What kind of change does this PR introduce? (check one with "x")

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation
  • Other... Please describe:

What is the current behaviour? (You can also link to an open issue here)

No way to tell exactly how many files are selected without counting them manually.

What is the new behaviour?

A counter in the toolbar to the right of the breadcrumb with the number of files selected is displayed.
image

Does this PR introduce a breaking change? (check one with "x")

  • Yes
  • No

If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...

Other information:

Copy link
Contributor

@eromano eromano left a comment

Choose a reason for hiding this comment

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

missing unit test

@codecov-io
Copy link

Codecov Report

Merging #6881 (d49c582) into develop (37b10ec) will increase coverage by 1.99%.
The diff coverage is n/a.

❗ Current head d49c582 differs from pull request most recent head 78353b0. Consider uploading reports for the commit 78353b0 to get more accurate results
Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #6881      +/-   ##
===========================================
+ Coverage    76.51%   78.51%   +1.99%     
===========================================
  Files          885      211     -674     
  Lines        20219     5799   -14420     
  Branches      4030     1197    -2833     
===========================================
- Hits         15471     4553   -10918     
+ Misses        3509      894    -2615     
+ Partials      1239      352     -887     
Impacted Files Coverage Δ
...ts/raphael/icons/raphael-icon-receive.component.ts
lib/core/pipes/pipe.module.ts
...gram/components/raphael/raphael-cross.component.ts
lib/core/form/services/process-content.service.ts
lib/core/services/cookie.service.ts
lib/core/form/components/widgets/index.ts
...src/lib/diagram/components/raphael/models/point.ts
...tions/components/notification-history.component.ts
lib/core/info-drawer/info-drawer.component.ts
lib/core/viewer/viewer.module.ts
... and 662 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 37b10ec...78353b0. Read the comment docs.

Copy link
Contributor

@eromano eromano left a comment

Choose a reason for hiding this comment

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

missing documentation of the new directive

@TomikaArome
Copy link
Contributor Author

missing documentation of the new directive

Documentation added. Do we need to wait for the build again? It was green before.

@eromano eromano merged commit 96c9498 into develop Apr 15, 2021
@eromano eromano deleted the dev-thunter-AAE-4428 branch April 15, 2021 12:57
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.

None yet

6 participants