* Small UI refactor that makes the stats page resonsive (to some degree) * Add import to scss file * Whoops * Implement feedback from review * Extract flex value into variable * Update app/javascript/analytics/dashboard.js Co-authored-by: Suzanne Aitchison <suzanne@forem.com> Co-authored-by: Suzanne Aitchison <suzanne@forem.com>
13 lines
711 B
Text
13 lines
711 B
Text
<% title "Analytics" %>
|
|
|
|
<div class="dashboard-container analytics-container crayons-layout" id="user-dashboard">
|
|
<div class="crayons-card p-3 mt-5">
|
|
<h1 class="fs-4xl fw-medium">Analytics Dashboard for <%= @user_or_org.name %></h1>
|
|
<p>Welcome to the Analytics Dashboard, the home of in-depth user metrics so that authors can make data-driven decisions about the <%= SiteConfig.community_member_label %> ecosystem.</p>
|
|
<p>This dashboard highlights deep insights especially relevant to <%= SiteConfig.community_member_label %> relations, authors, and serious bloggers.</p>
|
|
</div>
|
|
|
|
<%= render "shared/stats" %>
|
|
</div>
|
|
|
|
<%= javascript_packs_with_chunks_tag "analyticsDashboard", defer: true %>
|