Fixed a bug in the VS table that caused inaccurate information to be shown.

This commit is contained in:
Tomasi - Developing 2025-01-28 12:50:13 +01:00
parent 19182e7b36
commit 18ea1a1540
2 changed files with 12 additions and 1 deletions

View File

@ -6,6 +6,15 @@ This project is currently in the **Beta Phase**.
--- ---
### **[0.6.1]** - *2025-01-28*
#### ✨ Added
- *(N/A)*
#### 🛠️ Fixed
- **VS Table**: Resolved a bug that caused incorrect data display.
---
### **[0.6.0-beta]** - *2025-01-28* ### **[0.6.0-beta]** - *2025-01-28*
#### ✨ Added #### ✨ Added
- **Pagination**: Implemented and adjusted for all tables. - **Pagination**: Implemented and adjusted for all tables.
@ -14,6 +23,8 @@ This project is currently in the **Beta Phase**.
#### 🛠️ Fixed #### 🛠️ Fixed
- *(N/A)* - *(N/A)*
---
### **[0.5.1-beta]** - *2025-01-27* ### **[0.5.1-beta]** - *2025-01-27*
#### ✨ Added #### ✨ Added
- *(N/A)* - *(N/A)*

View File

@ -76,7 +76,7 @@
</div> </div>
<!-- Pagination Controls --> <!-- Pagination Controls -->
<div class="d-flex justify-content-between mt-3 flex-column flex-md-row"> <div class="d-flex justify-content-between mt-3 flex-column flex-md-row">
<pagination-controls class="custom-pagination" [id]="'marshalGuardTable'" [responsive]="true" [autoHide]=" true" <pagination-controls class="custom-pagination" [id]="'vsDuelTable'" [responsive]="true" [autoHide]=" true"
(pageChange)="pageChanged($event)"></pagination-controls> (pageChange)="pageChanged($event)"></pagination-controls>
<!-- Showing total results with improved styling --> <!-- Showing total results with improved styling -->