-
-
Notifications
You must be signed in to change notification settings - Fork 41
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 #1350
Conversation
7fed8b1
to
45d0f1e
Compare
Thank you so much Vehda for starting the draft PR! I like the general look of the UI, looks more modern that our previous style. A couple of comments from my initial review:
|
Thank you @kumamiao for going through the POC and providing your comments:
Yes, this is possible, there is a CSS variable (
👍🏽 I'll check ways to reduce the space taken by the sidebar elements. In general, the bslib defaults have more padding/margin. We can add custom defaults to our sidebar to overcome these defaults. A good aim would be to stay closer to the space the older version has. Here is a side by side screenshot of current state of the PR and older version just for reference.
It is easy to remove these sidebar buttons because they are a "feature" (unwanted feature 😛). However, removing the icons will still keep this blank space at the top. It will be slightly challenging (not impossible) to move the sidebar hide/collapse icon to another location because it comes straight out of
I don't understand the statement "whether they have applied or removed the transformer". The transformers are always applied. |
# Conflicts: # R/module_nested_tabs.R # R/module_teal.R # R/module_transform_data.R
# Conflicts: # R/module_nested_tabs.R
Closing the PR. This will be split into different PRs |
Draft PR, will be broken into smaller PRs soon