Compare commits

...
2 Commits
Author SHA1 Message Date
smanylov beefe86ffd change notification badge size 2026-05-20 11:17:36 +07:00
smanylov 3a7c609588 remove pagination-info-files 2026-05-20 11:09:15 +07:00
9 changed files with 5 additions and 29 deletions
@@ -1016,9 +1016,6 @@ export default function TanstakFilesTable({ fileType, showFileLink }: { fileType
{pagination.pageIndex + 1} {t('out-of')} {totalPages || 1} {pagination.pageIndex + 1} {t('out-of')} {totalPages || 1}
</strong> </strong>
</span> </span>
<span className="pagination-info-files">
| {t('shown')} {tableData.length} {t('out-of')} {totalItems} {pluralizeFiles(totalItems)}
</span>
</div> </div>
<div className="pagination-controls"> <div className="pagination-controls">
+4 -4
View File
@@ -270,16 +270,16 @@
position: absolute; position: absolute;
right: -5px; right: -5px;
bottom: -5px; bottom: -5px;
width: 20px; /* width: 22px;
height: 20px; height: 22px; */
border-radius: 50%; border-radius: 15px;
background: v.$red; background: v.$red;
color: v.$white; color: v.$white;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
font-size: 12px; font-size: 12px;
padding-top: 1px; padding: 2px 5px;
} }
} }
@@ -429,9 +429,6 @@ export default function PaymentTabTransactionHistory() {
{table.getState().pagination.pageIndex + 1} {t('out-of')} {table.getPageCount() ? table.getPageCount() : 1} {table.getState().pagination.pageIndex + 1} {t('out-of')} {table.getPageCount() ? table.getPageCount() : 1}
</strong> </strong>
</span> </span>
<span className="pagination-info-files">
| {t('shown')} {table.getRowModel().rows.length} {t('out-of')} {filteredData.length}
</span>
</div> </div>
<div className="pagination-controls"> <div className="pagination-controls">
@@ -397,14 +397,11 @@ export default function InvitationsTable() {
{/* Пагинация */} {/* Пагинация */}
<div className="tanstak-table-pagination"> <div className="tanstak-table-pagination">
<div className="pagination-info"> <div className="pagination-info">
{/* <span className="pagination-info-pages"> {/* <span className="pagination-info-pages">
{t('page')}{' '} {t('page')}{' '}
<strong> <strong>
{table.getState().pagination.pageIndex + 1} {t('out-of')} {table.getPageCount() ? table.getPageCount() : 1} {table.getState().pagination.pageIndex + 1} {t('out-of')} {table.getPageCount() ? table.getPageCount() : 1}
</strong> </strong>
</span>
<span className="pagination-info-files">
| {t('shown')} {table.getRowModel().rows.length} {t('out-of')} {filteredData.length} {pluralizeFiles(filteredData.length || 0)}
</span> */} </span> */}
</div> </div>
@@ -425,9 +425,6 @@ export default function PaymentsHistory() {
<strong> <strong>
{table.getState().pagination.pageIndex + 1} {t('out-of')} {table.getPageCount() ? table.getPageCount() : 1} {table.getState().pagination.pageIndex + 1} {t('out-of')} {table.getPageCount() ? table.getPageCount() : 1}
</strong> </strong>
</span>
<span className="pagination-info-files">
| {t('shown')} {table.getRowModel().rows.length} {t('out-of')} {filteredData.length} {pluralizeFiles(filteredData.length || 0)}
</span> */} </span> */}
</div> </div>
@@ -384,9 +384,6 @@ export function TrackingHistoryView() {
{pagination.pageIndex + 1} {t('out-of')} {totalPages || 1} {pagination.pageIndex + 1} {t('out-of')} {totalPages || 1}
</strong> </strong>
</span> </span>
<span className="pagination-info-files">
| {t('shown')} {tableData.length} {t('out-of')} {totalItems}
</span>
</div> </div>
<div className="pagination-controls"> <div className="pagination-controls">
@@ -272,9 +272,6 @@ export function ViolationsMyClaimsTable() {
{pagination.pageIndex + 1} {t('out-of')} {totalPages || 1} {pagination.pageIndex + 1} {t('out-of')} {totalPages || 1}
</strong> </strong>
</span> </span>
<span className="pagination-info-files">
| {t('shown')} {tableData.length} {t('out-of')} {totalItems}
</span>
</div> </div>
<div className="pagination-controls"> <div className="pagination-controls">
@@ -272,9 +272,6 @@ export function ViolationsMyComplaintsTable() {
{pagination.pageIndex + 1} {t('out-of')} {totalPages || 1} {pagination.pageIndex + 1} {t('out-of')} {totalPages || 1}
</strong> </strong>
</span> </span>
<span className="pagination-info-files">
| {t('shown')} {tableData.length} {t('out-of')} {totalItems}
</span>
</div> </div>
<div className="pagination-controls"> <div className="pagination-controls">
@@ -473,9 +473,6 @@ export default function ViolationsTable() {
{table.getState().pagination.pageIndex + 1} {t('out-of')} {violationData?.totalPages || 1} {table.getState().pagination.pageIndex + 1} {t('out-of')} {violationData?.totalPages || 1}
</strong> </strong>
</span> </span>
<span className="pagination-info-files">
| {t('shown')} {violationData?.content?.length || 0} {t('out-of')} {violationData?.totalElements || 0}
</span>
</div> </div>
<div className="pagination-controls"> <div className="pagination-controls">