jofaichow commited on
Commit
07d08e7
1 Parent(s): c8ff24e

placeholder for community

Browse files
Files changed (1) hide show
  1. app/app.R +10 -2
app/app.R CHANGED
@@ -130,6 +130,7 @@ ui <- shinydashboardPlus::dashboardPage(
130
  menuItem(text = "Payout Summary", tabName = "payout", icon = icon("credit-card")),
131
  menuItem(text = "Model Performance", tabName = "performance", icon = icon("line-chart")),
132
  menuItem(text = "Raw Data", tabName = "raw_data", icon = icon("download")),
 
133
  menuItem(text = "About", tabName = "about", icon = icon("question-circle"))
134
  ),
135
  minified = TRUE,
@@ -383,14 +384,21 @@ ui <- shinydashboardPlus::dashboardPage(
383
  ),
384
 
385
 
 
 
 
 
 
 
 
 
 
386
  # ========================================================================
387
  # About
388
  # ========================================================================
389
 
390
  tabItem(tabName = "about",
391
 
392
- # markdown("![image](https://media.giphy.com/media/cftSzNoCTfSyAWctcl/giphy.gif)")
393
-
394
  markdown("# **About this App**"),
395
  markdown('### Yet another Numerai community dashboard by <b><a href="https://linktr.ee/jofaichow" target="_blank">Jo-fai Chow</a></b>.'),
396
 
 
130
  menuItem(text = "Payout Summary", tabName = "payout", icon = icon("credit-card")),
131
  menuItem(text = "Model Performance", tabName = "performance", icon = icon("line-chart")),
132
  menuItem(text = "Raw Data", tabName = "raw_data", icon = icon("download")),
133
+ menuItem(text = "Community", tabName = "community", icon = icon("users")),
134
  menuItem(text = "About", tabName = "about", icon = icon("question-circle"))
135
  ),
136
  minified = TRUE,
 
384
  ),
385
 
386
 
387
+ # ========================================================================
388
+ # Community
389
+ # ========================================================================
390
+
391
+ tabItem(tabName = "community",
392
+ markdown("![image](https://media.giphy.com/media/cftSzNoCTfSyAWctcl/giphy.gif)")
393
+ ),
394
+
395
+
396
  # ========================================================================
397
  # About
398
  # ========================================================================
399
 
400
  tabItem(tabName = "about",
401
 
 
 
402
  markdown("# **About this App**"),
403
  markdown('### Yet another Numerai community dashboard by <b><a href="https://linktr.ee/jofaichow" target="_blank">Jo-fai Chow</a></b>.'),
404