Adjusted inviet page

This commit is contained in:
CHIEFSOFT\ameye
2025-07-25 15:22:53 -04:00
parent 67cac5e3fb
commit d0ac48c831
4 changed files with 56 additions and 68 deletions
@@ -1,44 +1,10 @@
<!--<ion-toolbar class="top-tool" *ngIf="walletDescription !='' || active_job_count != 0">-->
<!-- <ion-buttons slot="secondary">-->
<!-- <ion-button-->
<!-- *ngIf="walletDescription !='' "-->
<!-- style="border-radius: 10px; font-weight: bolder;"-->
<!-- fill="solid"-->
<!-- color="primary"-->
<!-- (click)="myWallet()">-->
<!-- <ion-icon slot="end" name="wallet"></ion-icon>-->
<!-- {{walletDescription}}-->
<!-- </ion-button>-->
<!-- <ion-button-->
<!-- *ngIf="walletDescription =='' "-->
<!-- style="border-radius: 10px; font-weight: bolder;"-->
<!-- fill="solid"-->
<!-- color="primary"-->
<!-- (click)="myWallet()">-->
<!-- <ion-icon slot="end" name="wallet"></ion-icon>-->
<!-- Wallet-->
<!-- </ion-button>-->
<!-- </ion-buttons>-->
<!-- <ion-buttons slot="primary" *ngIf="active_job_count != 0">-->
<!-- <ion-button-->
<!-- style="border-radius: 15px;-->
<!-- font-weight: bolder"-->
<!-- fill="solid"-->
<!-- color="primary" (click)="myJobs(1)">-->
<!-- My Jobs-->
<!-- <ion-icon slot="end" name="list"></ion-icon>-->
<!-- </ion-button>-->
<!-- </ion-buttons>-->
<!-- &lt;!&ndash; <ion-title>{{walletDescription}}</ion-title>&ndash;&gt;-->
<!--</ion-toolbar>-->
<div class="top-tool" style="width: 100%; display: flex;" class="top-tool" *ngIf="walletDescription !='' || active_job_count != 0">
<div class="top-tool" style="width: 100%; display: flex; padding: 7px;" *ngIf="walletDescription !='' || active_job_count != 0">
<div style="text-align: left; width: 50%;">
<ion-button
*ngIf="walletDescription !='' "
style="border-radius: 10px; font-weight: bolder;"
style="border-radius: 10px; font-weight: bolder; font-size: 12px"
fill="solid"
shape="round"
size="small"
color="primary"
(click)="myWallet()">
@@ -47,9 +13,9 @@
</ion-button>
<ion-button
*ngIf="walletDescription =='' "
style="border-radius: 10px; font-weight: bolder;"
style="border-radius: 10px; font-weight: bolder; font-size: 12px"
fill="solid"
shape="round"
size="small"
color="primary"
(click)="myWallet()">
@@ -60,10 +26,9 @@
<div style="text-align: right; width: 50%;">
<ion-button
*ngIf="active_job_count != 0"
style="border-radius: 15px;
font-weight: bolder"
style="border-radius: 15px; font-weight: bolder; font-size: 12px"
fill="solid"
shape="round"
size="small"
color="primary" (click)="myJobs(1)">
My Jobs