Skip to content

Commit fa66b79

Browse files
authored
Usage Metrics Dashboard: Small updates to UI text (#137)
* Small changes to UI text * update manifest
1 parent a92695d commit fa66b79

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

extensions/usage-metrics-dashboard/app.R

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,13 @@ ui <- function(request) {
120120
sliderInput(
121121
"visit_merge_window",
122122
label = tagList(
123-
"Visit Merge Window (sec)",
123+
"Session Window (sec)",
124124
tooltip(
125125
bsicons::bs_icon("question-circle-fill", class = "ms-2"),
126-
"Filter out visits occurring within this many seconds of that user's last visit."
126+
paste0(
127+
"Visits within this number of seconds are counted only once, ",
128+
"representing a unique session where a user is interacting with an app."
129+
)
127130
)
128131
),
129132
min = 0,
@@ -458,7 +461,7 @@ server <- function(input, output, session) {
458461
session$reload()
459462
})
460463

461-
# Visit Merge Window controls: sync slider and text input ----
464+
# Session Window controls: sync slider and text input ----
462465

463466
observeEvent(input$visit_merge_window, {
464467
if (input$visit_merge_window != input$visit_merge_window_text) {
@@ -1029,7 +1032,7 @@ server <- function(input, output, session) {
10291032
div(
10301033
style = "white-space: nowrap;",
10311034
icon("arrow-up-right-from-square"),
1032-
"Open in Connect"
1035+
"Open"
10331036
)
10341037
)
10351038
})

extensions/usage-metrics-dashboard/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3056,7 +3056,7 @@
30563056
},
30573057
"files": {
30583058
"app.R": {
3059-
"checksum": "544181b20a34795af22ff51d3607938d"
3059+
"checksum": "b081afeb045c9d70aef99391cc909ce4"
30603060
},
30613061
"get_usage.R": {
30623062
"checksum": "ac5b526efed72f1c34786620ca2ddacd"

0 commit comments

Comments
 (0)