You've already forked AstralRinth
forked from didirus/AstralRinth
More site fixes (#1530)
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
class="country-downloads"
|
||||
>
|
||||
<label>
|
||||
<span class="label__title">Downloads by country</span>
|
||||
<span class="label__title">Downloads by region</span>
|
||||
</label>
|
||||
<div class="country-values">
|
||||
<div
|
||||
@@ -184,7 +184,7 @@
|
||||
class="country-downloads"
|
||||
>
|
||||
<label>
|
||||
<span class="label__title">Page views by country</span>
|
||||
<span class="label__title">Page views by region</span>
|
||||
</label>
|
||||
<div class="country-values">
|
||||
<div
|
||||
|
||||
@@ -157,7 +157,7 @@
|
||||
|
||||
<div class="primary-stat">
|
||||
<LibraryIcon class="primary-stat__icon" aria-hidden="true" />
|
||||
<div class="primary-stat__text">
|
||||
<div v-if="projects" class="primary-stat__text">
|
||||
<span class="primary-stat__counter">
|
||||
{{ $formatNumber(projects.length || 0) }}
|
||||
</span>
|
||||
@@ -283,7 +283,7 @@
|
||||
:updated-at="project.updated"
|
||||
:description="project.description"
|
||||
:downloads="project.downloads ? project.downloads.toString() : '0'"
|
||||
:follows="project.follows ? project.follows.toString() : '0'"
|
||||
:follows="project.followers ? project.followers.toString() : '0'"
|
||||
:icon-url="project.icon_url"
|
||||
:name="project.title"
|
||||
:client-side="project.client_side"
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
:searchable="true"
|
||||
:close-on-select="true"
|
||||
:show-labels="false"
|
||||
:allow-empty="false"
|
||||
/>
|
||||
|
||||
<h3>Withdraw method</h3>
|
||||
|
||||
@@ -373,7 +373,6 @@
|
||||
</defs>
|
||||
</svg>
|
||||
</div>
|
||||
<div class="additional-label">Coming soon</div>
|
||||
<h3>Data and Statistics</h3>
|
||||
<p>Get detailed reports on page views, download counts, and revenue</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user