Skip to content

Commit

Permalink
forgot action sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg committed Apr 29, 2024
1 parent 43f33a1 commit 4c54a80
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 11 deletions.
5 changes: 2 additions & 3 deletions R/update-app.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#'
#' @export
updateF7App <- function(options, session = shiny::getDefaultReactiveDomain()) {

# if color in options, convert color to hex
if (!is.null(options$color)) {
if (options$color %in% getF7Colors()) {
Expand All @@ -33,8 +32,8 @@ updateF7App <- function(options, session = shiny::getDefaultReactiveDomain()) {
#' refer to the Framework7 documentation at \url{https://framework7.io/docs/}.
#' Currently, \code{updateF7Entity} supports \link{f7Gauge},
#' \link{f7Swiper}, \link{f7Searchbar},
#' \link{f7PhotoBrowser}, \link{f7Popup} and
#' \link{f7ListView}.
#' \link{f7PhotoBrowser}, \link{f7Popup},
#' \link{f7ListView} and \link{f7ActionSheet}.
#'
#' @param id Element id.
#' @param options Configuration list. Tightly depends on the entity.
Expand Down
1 change: 0 additions & 1 deletion man/updateF7App.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

190 changes: 183 additions & 7 deletions man/updateF7Entity.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4c54a80

Please sign in to comment.