Skip to content

Commit

Permalink
Moved Coords tab
Browse files Browse the repository at this point in the history
  • Loading branch information
fontikar committed Jul 1, 2024
1 parent ecd84ad commit f477f7c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 19 deletions.

This file was deleted.

12 changes: 6 additions & 6 deletions R/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,12 @@ ui <- function(){
tabPanel("Species records",
DT::DTOutput("table")
),
tabPanel("Coords",

h5("Latitude:"), verbatimTextOutput("lat"),
h5("Longitude:"), verbatimTextOutput("long"),
h5("Accuracy (m):"), verbatimTextOutput("accuracy")
),
tabPanel("FAQs",
h2("Frequently Asked Questions"),

Expand Down Expand Up @@ -273,12 +279,6 @@ ui <- function(){
h4("17. Why is the app called 'An Infinity of Lists'?"),
p("The app's name is a reference to the book ", tags$a(href = "https://en.wikipedia.org/wiki/The_Infinity_of_Lists", 'The Infinity of Lists'), " by Italian author Umberto Eco."),
),
tabPanel("Coords",

h5("Latitude:"), verbatimTextOutput("lat"),
h5("Longitude:"), verbatimTextOutput("long"),
h5("Accuracy (m):"), verbatimTextOutput("accuracy")
),
)
)
),
Expand Down
2 changes: 1 addition & 1 deletion rsconnect/shinyapps.io/fontikar/infinitylists.dcf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ account: fontikar
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 11400862
bundleId: 8329642
bundleId: 8809148
url: https://unsw.shinyapps.io/infinitylists/
version: 1

0 comments on commit f477f7c

Please sign in to comment.