File tree Expand file tree Collapse file tree
scanpipe/templates/scanpipe Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ v34.12.0 (unreleased)
77- Add filtering by label and pipeline in the ``flush-projects `` management command.
88 Also, a new ``--dry-run `` option is available to test the filters before applying
99 the deletion.
10+ https://github.com/aboutcode-org/scancode.io/pull/1690
1011
1112- Add support for using Package URL (purl) as project input.
1213 This implementation is based on ``purl2url.get_download_url ``.
@@ -17,7 +18,9 @@ v34.12.0 (unreleased)
1718 This generally means an issue on the MatchCode.io server side.
1819 https://github.com/aboutcode-org/scancode.io/issues/1665
1920
20- - Upgrade Ace JS library to latest version 1.42.0.
21+ - Upgrade Bulma CSS and Ace JS libraries to latest versions.
22+ Refine the CSS for the Resource viewer.
23+ https://github.com/aboutcode-org/scancode.io/pull/1692
2124
2225v34.11.0 (2025-05-02)
2326---------------------
Original file line number Diff line number Diff line change 4040 < button id ="toggle-fullscreen " class ="button is-dark "> < i class ="fa-solid fa-expand "> </ i > </ button >
4141 </ div >
4242 </ div >
43- < div id ="detected-data-buttons " class ="field has-addons mb-0 " style =" border-left: lightgrey 1px solid; border-right: lightgrey 1px solid; " >
43+ < div id ="detected-data-buttons " class ="field has-addons mb-0 ">
4444 {% for key, value in detected_values.items %}
45- < p class ="control mb-0 " style =" border-right: lightgrey 1px solid; " >
45+ < p class ="control mb-0 ">
4646 < button class ="button is-radiusless " data-type ="{{ key }} "{% if not value %} disabled{% endif %} >
4747 {{ key|title }}
4848 < span class ="tag is-info is-rounded ml-1 "> {{ value|length }}</ span >
Original file line number Diff line number Diff line change 77 < style >
88 # resource-viewer # editor {
99 min-height : 730px ;
10- border : lightgrey 1px solid;
10+ border : var ( --bulma-grey ) 1px solid;
1111 }
1212 # resource-viewer .tag {
1313 height : 1.5em ;
1818 height : auto;
1919 padding : 0 .25rem 0 .25rem ;
2020 }
21+ # resource-viewer # detected-data-buttons {
22+ background-color : var (--bulma-pre-background );
23+ border-left : var (--bulma-grey ) 1px solid;
24+ border-right : var (--bulma-grey ) 1px solid;
25+ }
26+ # resource-viewer # detected-data-buttons p .control {
27+ border-right : var (--bulma-grey ) 1px solid;
28+ }
2129 .ace_tooltip .ace_icon {display : none;}
2230 {# Full screen inspired by ace / demo/ scrollable-page.html # }
2331 body.full-screen # resource-viewer {
You can’t perform that action at this time.
0 commit comments