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