Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
hypebright committed May 19, 2024
1 parent 4908445 commit e618754
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions inst/examples/virtualList/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ app <- shinyApp(
header = paste("Header", i),
footer = paste("Footer", i),
right = paste("Right", i),
content = paste0("Content", i),
paste0("Content", i),
media = img(style = "border-radius: 8px",
src = "https://cdn.framework7.io/placeholder/fashion-88x88-1.jpg")
)
Expand Down Expand Up @@ -100,7 +100,7 @@ app <- shinyApp(
item = f7VirtualListItem(
title = "New Item Title",
right = "New Item Right",
content = "New Item Content",
"New Item Content",
media = img(src = "https://cdn.framework7.io/placeholder/fashion-88x88-3.jpg")
)
)
Expand All @@ -114,7 +114,7 @@ app <- shinyApp(
f7VirtualListItem(
title = paste("Title", i),
right = paste("Right", i),
content = i,
i,
media = img(src = "https://cdn.framework7.io/placeholder/fashion-88x88-3.jpg")
)
})
Expand All @@ -128,7 +128,7 @@ app <- shinyApp(
index = input$itemIndex,
item = f7VirtualListItem(
title = "New Item Title",
content = "New Item Content",
"New Item Content",
media = img(src = "https://cdn.framework7.io/placeholder/fashion-88x88-3.jpg")
)
)
Expand All @@ -141,7 +141,7 @@ app <- shinyApp(
index = input$itemIndex,
item = f7VirtualListItem(
title = "Replacement",
content = "Replacement Content",
"Replacement Content",
media = img(src = "https://cdn.framework7.io/placeholder/fashion-88x88-3.jpg")
)
)
Expand Down
10 changes: 5 additions & 5 deletions man/updateF7VirtualList.Rd

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

10 changes: 5 additions & 5 deletions man/virtuallist.Rd

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

Binary file modified tests/testthat/_snaps/f7VirtualList/virtualList-app-001_.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/testthat/_snaps/f7VirtualList/virtualList-app-002_.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/testthat/_snaps/f7VirtualList/virtualList-app-003_.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e618754

Please sign in to comment.