-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
UI changes on upgrade to bslib and Bootstrap 5 #619
Conversation
Unit Tests Summary 1 files 29 suites 23s ⏱️ Results for commit 1bce69e. ♻️ This comment has been updated with latest results. |
Code Coverage Summary
Diff against main
Results for commit: 1bce69e Minimum allowed coverage is ♻️ This comment has been updated with latest results |
tags$i( | ||
id = ns("add_filter_icon"), | ||
class = "fa fa-plus", | ||
title = "fold/expand transform panel", | ||
onclick = sprintf( | ||
"togglePanelItems(this, '%s', 'fa-plus', 'fa-minus');", | ||
ns("add_panel") | ||
"togglePanelItems(this, '%s', 'fa-plus', 'fa-minus'); | ||
if ($(this).hasClass('fa-minus')) { | ||
$('#%s .accordion-button.collapsed').click(); | ||
}", | ||
ns("add_panel"), | ||
ns("dataset_filter_accordian") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gogonzo I'm using the accordion open/close in cases where I can trigger using R. Here, it is not important for this icon to create shiny binding so simply clicking the accordion button seemed like an acceptable solution.
Closing the PR. This will be split into different PRs |
Draft PR, will be broken into smaller PRs soon