mirror of
https://github.com/TomasiDeveloping/PlayerManagement.git
synced 2026-04-16 09:12:20 +00:00
Fixed a bug in the VS table that caused inaccurate information to be shown.
This commit is contained in:
parent
19182e7b36
commit
18ea1a1540
11
README.md
11
README.md
@ -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*
|
||||
#### ✨ Added
|
||||
- **Pagination**: Implemented and adjusted for all tables.
|
||||
@ -14,6 +23,8 @@ This project is currently in the **Beta Phase**.
|
||||
#### 🛠️ Fixed
|
||||
- *(N/A)*
|
||||
|
||||
---
|
||||
|
||||
### **[0.5.1-beta]** - *2025-01-27*
|
||||
#### ✨ Added
|
||||
- *(N/A)*
|
||||
|
||||
@ -76,7 +76,7 @@
|
||||
</div>
|
||||
<!-- Pagination Controls -->
|
||||
<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>
|
||||
|
||||
<!-- Showing total results with improved styling -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user