Skip to content
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

bs4InfoBox: Make the icon optional #333

Open
wants to merge 61 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
f971f3f
Use `span` instead of `p` tags in `menuSidebarItems` such that word w…
yogat3ch Sep 8, 2021
8279d52
Add auto-reload when maximized to hopefully fix resize issues on Mac …
yogat3ch Sep 13, 2021
1952f9e
Add `tip_icon` argument to `bs4Card`, add `tippy` to suggests
yogat3ch Sep 13, 2021
34aacee
Apply style to card, not card-body
yogat3ch Sep 17, 2021
8d4db64
Fix collapse on app start
yogat3ch Sep 27, 2021
c36ba63
remove `console.log`
yogat3ch Sep 28, 2021
2f59b6a
Comment out resize stuff that isn't working. Fix the sidebar collapse…
yogat3ch Sep 30, 2021
e65af57
The sidebar collapse/not collapsed on load seems to be a browser spec…
yogat3ch Sep 30, 2021
91a4b37
Fix progressBars
yogat3ch Dec 16, 2021
7e7e772
Merge remote-tracking branch 'RinteRface/master'
yogat3ch Dec 23, 2021
cbf2d87
Scale value between min & max so the bars appear the right size
yogat3ch Dec 30, 2021
e573fd9
Add `id` for easy CSS selection
yogat3ch Dec 30, 2021
70ac339
Calculation must subtract the min too, move calculation just to the C…
yogat3ch Dec 31, 2021
11deaad
## useful-items: Re-add `bs4Alert`
yogat3ch Mar 18, 2022
7505a1d
##useful-items: fix scaling of values based on max/min on bs4progress…
yogat3ch Mar 18, 2022
a965cc8
Merge branch 'bs4Alert'
yogat3ch Apr 19, 2022
f69149e
Merge branch 'progressBar_improvements'
yogat3ch Apr 19, 2022
3570db9
Add `tip_icon` to `bs4Card`
yogat3ch Apr 19, 2022
f5fe44a
Support multiple tag types for `sidebarMenuItem`
yogat3ch Apr 20, 2022
c5d4e5b
Merge branch 'tips_to_bs4Card'
yogat3ch Apr 20, 2022
5736a2e
Merge branch 'sidebarMenuItem_allow_multiple_tag_types'
yogat3ch Apr 20, 2022
62417f9
Merge branch 'RinteRface:master' into master
yogat3ch Apr 20, 2022
236b823
Add negation
yogat3ch Apr 20, 2022
0d9be78
Merge branch 'RinteRface:master' into sidebarMenuItem_allow_multiple_…
yogat3ch Apr 20, 2022
f84de3a
Merge branch 'sidebarMenuItem_allow_multiple_tag_types'
yogat3ch Apr 20, 2022
383c04d
Merge remote-tracking branch 'origin/master'
yogat3ch Jun 1, 2022
acd1c29
Add support for an HTML id to bs4ProgressBar & bs4MultiProgressBar
yogat3ch Jun 1, 2022
40073f1
`validateColors`: allows for `validStatusesPlus`, `grDevices::colors`…
yogat3ch Jun 1, 2022
d188c60
`col2css`: converts a `grDevices::color` to `rgba` css declaration
yogat3ch Jun 1, 2022
97f64c5
`bs4MultiProgressBar` & `bs4ProgressBar`: support all colors
yogat3ch Jun 1, 2022
5ffead4
Add namespace to `col2rgb`
yogat3ch Jun 1, 2022
813d1db
Fix typo
yogat3ch Jun 1, 2022
571997a
Documentation. Add `grDevices` to Imports
yogat3ch Jun 1, 2022
3a70a1f
`bs4ProgressBar` add ID param docs
yogat3ch Jun 1, 2022
7e630ea
Merge branch 'master' into progress_bar_color_support
yogat3ch Jun 1, 2022
147a14a
Merge pull request #2 from yogat3ch/progress_bar_color_support
yogat3ch Jun 1, 2022
d510c07
Add inline style with non status colors back in
yogat3ch Jun 1, 2022
822b852
Merge pull request #3 from yogat3ch/progress_bar_color_support
yogat3ch Jun 1, 2022
dd99786
Add Docs
yogat3ch Jun 2, 2022
020e4f1
bs4Alert box
yogat3ch Jun 2, 2022
af76a35
Merge pull request #4 from yogat3ch/progress_bar_color_support
yogat3ch Jun 2, 2022
c97335f
Add `values_cumulative` arg to `multiProgressBar` to support scaling …
yogat3ch Jun 2, 2022
3068f60
Fix grDevices doc link
yogat3ch Jun 2, 2022
6316174
Fix case where `values_cumulative = TRUE` and `vertical = TRUE`
yogat3ch Jun 3, 2022
1aeb8bf
`values_cumulative = TRUE`: value order appears top to bottom, this m…
yogat3ch Jun 3, 2022
0d736bc
when bar is vertical it sets position: absolute; forcing each segment…
yogat3ch Jun 3, 2022
6226687
Bump version on local
yogat3ch Jul 21, 2022
901015b
Revert version as internal dependency versions must match
yogat3ch Jul 21, 2022
45bd557
modified bs4Accordion to accept a new arg that turns off only having …
Sep 9, 2022
a82d466
Merge remote-tracking branch 'RinteRface/master'
yogat3ch Sep 12, 2022
a3f98e9
Merge remote-tracking branch 'Martin-McCoy/add_no_collapse_functional…
yogat3ch Sep 12, 2022
173cb2b
`bs4MultiProgressBar`: add `style` argument back in. Fix bs4Card test
yogat3ch Sep 12, 2022
4494684
Doc updates
yogat3ch Sep 12, 2022
abcb275
NavBar accepts more diverse set of tags
yogat3ch Oct 31, 2022
4755182
Merge remote-tracking branch 'RinteRface/master'
yogat3ch Oct 31, 2022
079e577
Merge branch 'navbar_tag_flexibility'
yogat3ch Oct 31, 2022
237ba12
Add UU Reimports
yogat3ch Nov 16, 2022
f00ab7e
Relax ui element class in navbar to include shiny.tag.list
yogat3ch Nov 16, 2022
06a08e7
Remove bottom margin from progress bars
yogat3ch Dec 7, 2022
338c804
Merge remote-tracking branch 'RinteRface/master'
yogat3ch Jan 11, 2023
69ebf4f
`bs4InfoBox`: make icon optional (so it can instead be added to the `…
yogat3ch Jan 11, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert version as internal dependency versions must match
yogat3ch committed Jul 21, 2022
commit 901015b71c2198235c121f6c79afc5d17a82a587
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: bs4Dash
Type: Package
Title: A 'Bootstrap 4' Version of 'shinydashboard'
Version: 2.1.0.9000
Version: 2.1.0
Authors@R: c(
person("David", "Granjon", email = "[email protected]", role = c("aut", "cre")),
person(family = "RinteRface", role = "cph"),