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

Improve tags #771

Merged
merged 2 commits into from
Jul 3, 2018
Merged

Improve tags #771

merged 2 commits into from
Jul 3, 2018

Conversation

swaterkamp
Copy link
Member

  • Put MultiSelect into scrollable box
  • Don't allow to sort tags by # of resources

The TagDialog can display many resources better, although actually using
the MultiSelect does not work nicely.
I think, it makes sense to use it with small numbers of resources only
anyway. That means when the number of resources is too high to use the
DropDown efficiently, at the same time it does not make sense anymore to
change settings with it.
Also move SORT_FIELDS to where it is still used.
@codecov
Copy link

codecov bot commented Jul 3, 2018

Codecov Report

Merging #771 into master will decrease coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #771      +/-   ##
=========================================
- Coverage    6.05%   6.04%   -0.01%     
=========================================
  Files         777     777              
  Lines       25827   25847      +20     
  Branches     5814    5808       -6     
=========================================
  Hits         1563    1563              
- Misses      21797   21817      +20     
  Partials     2467    2467
Impacted Files Coverage Δ
gsa/src/web/pages/tags/table.js 0% <0%> (ø) ⬆️
gsa/src/web/pages/tags/dialog.js 0% <0%> (ø) ⬆️
gsa/src/web/pages/tags/listpage.js 0% <0%> (ø) ⬆️

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 e1f670f...c494fef. Read the comment docs.

@bjoernricks bjoernricks merged commit 08cc5c8 into greenbone:master Jul 3, 2018
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.

2 participants