-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
Closes #1017 Adds a helper function for easy title in teal. ### What titles are created in these scenarios now? Title - "teal title" Image - from the remote link ```r nest_logo <- "https://raw.githubusercontent.com/insightsengineering/hex-stickers/main/PNG/nest.png" teal::init( title = build_app_title(title = "teal title", nest_logo) ) ``` --- Title - "teal title" Image - from the local path, provided the path is hosted in the static paths of shiny, by default it is `www/` ```r nest_logo <- "nest.png" teal::init( title = build_app_title(title = "teal title", nest_logo) ) ``` --- Title - "teal title" Image - NEST logo from GitHub ```r teal::init( title = "teal title" ) ``` --- Title - "Teal app" Image - NEST logo from GitHub ```r teal::init() ``` --- After this is merged, we can update the examples in `teal.gallery` with the title in the dev branch. What do you think about the defaults @lcd2yyz and @donyunardi --------- Signed-off-by: Vedha Viyash <[email protected]> Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Aleksander Chlebowski <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ analysing | |
cloneable | ||
customizable | ||
dropdown | ||
favicon | ||
funder | ||
omics | ||
pharmaverse | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.