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"
|
class="country-downloads"
|
||||||
>
|
>
|
||||||
<label>
|
<label>
|
||||||
<span class="label__title">Downloads by country</span>
|
<span class="label__title">Downloads by region</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="country-values">
|
<div class="country-values">
|
||||||
<div
|
<div
|
||||||
@@ -184,7 +184,7 @@
|
|||||||
class="country-downloads"
|
class="country-downloads"
|
||||||
>
|
>
|
||||||
<label>
|
<label>
|
||||||
<span class="label__title">Page views by country</span>
|
<span class="label__title">Page views by region</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="country-values">
|
<div class="country-values">
|
||||||
<div
|
<div
|
||||||
|
|||||||
@@ -157,7 +157,7 @@
|
|||||||
|
|
||||||
<div class="primary-stat">
|
<div class="primary-stat">
|
||||||
<LibraryIcon class="primary-stat__icon" aria-hidden="true" />
|
<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">
|
<span class="primary-stat__counter">
|
||||||
{{ $formatNumber(projects.length || 0) }}
|
{{ $formatNumber(projects.length || 0) }}
|
||||||
</span>
|
</span>
|
||||||
@@ -283,7 +283,7 @@
|
|||||||
:updated-at="project.updated"
|
:updated-at="project.updated"
|
||||||
:description="project.description"
|
:description="project.description"
|
||||||
:downloads="project.downloads ? project.downloads.toString() : '0'"
|
: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"
|
:icon-url="project.icon_url"
|
||||||
:name="project.title"
|
:name="project.title"
|
||||||
:client-side="project.client_side"
|
:client-side="project.client_side"
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
:searchable="true"
|
:searchable="true"
|
||||||
:close-on-select="true"
|
:close-on-select="true"
|
||||||
:show-labels="false"
|
:show-labels="false"
|
||||||
|
:allow-empty="false"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<h3>Withdraw method</h3>
|
<h3>Withdraw method</h3>
|
||||||
|
|||||||
@@ -373,7 +373,6 @@
|
|||||||
</defs>
|
</defs>
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<div class="additional-label">Coming soon</div>
|
|
||||||
<h3>Data and Statistics</h3>
|
<h3>Data and Statistics</h3>
|
||||||
<p>Get detailed reports on page views, download counts, and revenue</p>
|
<p>Get detailed reports on page views, download counts, and revenue</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user