Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
New top page layout (#190)
Browse files Browse the repository at this point in the history
Co-authored-by: yte0 <[email protected]>
  • Loading branch information
arnfinn and yte0 authored Oct 21, 2020
1 parent 07112bb commit bdb1eb6
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 14 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: qmongr
Title: Lightweight Quality Assessment of Norwegian Hospitals
Version: 0.17.2
Version: 0.18.0
Authors@R: c(
person(given = "Yohannes",
family = "Tesfay",
Expand Down
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# qmongr 0.18.0

## New top page layout ([#190](https://github.com/mong/qmongr/pull/190))

- Included header with SKDE logo and short description.
- Changed the layout of "Velg behandlingsenhet.
- Removed some empty "fagområde" (will be reintroduced later)

## Minor

- Fixed scrolling and resize page error

# qmongr 0.17.2

Changed traffic light colors ([#189](https://github.com/mong/qmongr/pull/189)). Stronger red and green. Better suited for colors in graphs. This version of qmongjs: https://github.com/mong/qmongjs/commit/8a2de2df0
Expand Down
2 changes: 1 addition & 1 deletion R/app_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ add_external_resources <- function() {
rel = "stylesheet", type = "text/css", href = "www/fontawesome/css/v4-shims.min.css"
),
shiny::tags$link(
rel = "stylesheet", type = "text/css", href = "www/static/css/main.272284ef.chunk.css"
rel = "stylesheet", type = "text/css", href = "www/static/css/main.dc70652c.chunk.css"
),
shiny::tags$script(src = "www/iframeResizer.contentWindow.min.js")
)
Expand Down
4 changes: 2 additions & 2 deletions R/quality_overview.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ quality_overview_server <- function(id) {
"var indicator_nat =", jsonlite::toJSON(national_data), ";",
"var tu_names =", jsonlite::toJSON(tu_names), ";",
"</script>",
shiny::tags$script(src = "www/static/js/2.c6fd3aa4.chunk.js"),
shiny::tags$script(src = "www/static/js/main.84a73d77.chunk.js"),
shiny::tags$script(src = "www/static/js/2.6f4bb256.chunk.js"),
shiny::tags$script(src = "www/static/js/main.ba5d11a4.chunk.js"),
shiny::tags$script(src = "www/static/js/runtime-main.7678d803.js")
)
})
Expand Down
2 changes: 0 additions & 2 deletions inst/app/www/static/css/main.272284ef.chunk.css

This file was deleted.

1 change: 0 additions & 1 deletion inst/app/www/static/css/main.272284ef.chunk.css.map

This file was deleted.

Loading

0 comments on commit bdb1eb6

Please sign in to comment.