-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bugfix/cookies panels vignette #86
base: main
Are you sure you want to change the base?
Conversation
@@ -72,7 +72,7 @@ | |||
expect_gt( | |||
grep( | |||
paste0( | |||
"<a href=\"https://shiny.posit.co/\" target=\"_blank\" rel=\"noopener no", | |||
"<a href=\"https://shiny.posit.co/\" class=\"govuk-link\" target=\"_blank\" rel=\"noopener no", |
Check notice
Code scanning / lintr
Lines should not be more than 100 characters. This line is 103 characters. Note test
# Left navigation ========================================================= | ||
shinyGovstyle::gov_box( | ||
|
||
# fill = FALSE |
Check notice
Code scanning / lintr
Commented code should be removed. Note test
Brief overview of changes
Still a WIP... Latest notes to myself (this PR is not ready to review!):
Can use bslib::nav_select(), though bslib tab sets seem to work fine with shiny::updateTabsetPanel too, so that isn't the issue and is a nice thing for us meaning we can support bslib and not from the existing function in theory.
Clean up tasks to do before publishing / getting review
Why are these changes being made?
I tried to follow along with the existing vignette on the apps provider dashboard and couldn't successfully add cookies tracking into it.
Detailed description of changes
Coming soon
Additional information for reviewers
Coming soon
Issue ticket number/s and link
Resolves #53