mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
refactor(profile): moved view sections and their logic to separate components
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="profile-history-list">
|
<section class="profile-history-list">
|
||||||
<div class="list-header">
|
<div class="list-header">
|
||||||
<h3>OSTATNIA AKTYWNOŚĆ GRACZA</h3>
|
<h3>OSTATNIA AKTYWNOŚĆ GRACZA</h3>
|
||||||
|
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="profile-recent-stats">
|
<section class="profile-recent-stats">
|
||||||
<h3 class="stats-header">STATYSTYKI AKTYWNOŚCI (30 OSTATNICH DNI)</h3>
|
<h3 class="stats-header">STATYSTYKI AKTYWNOŚCI (30 OSTATNICH DNI)</h3>
|
||||||
|
|
||||||
<div class="month-stats-box">
|
<div class="month-stats-box">
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
<div>WYSTAWIONYCH ROZKŁADÓW</div>
|
<div>WYSTAWIONYCH ROZKŁADÓW</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="profile-summary">
|
<section class="profile-summary">
|
||||||
<div class="player-info">
|
<div class="player-info">
|
||||||
<div class="info-main">
|
<div class="info-main">
|
||||||
<img
|
<img
|
||||||
@@ -177,7 +177,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
|
|||||||
Reference in New Issue
Block a user