Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Update with Angular material #200

Open
wants to merge 14 commits into
base: material
Choose a base branch
from
Open

WIP: Update with Angular material #200

wants to merge 14 commits into from

Conversation

TatianaSavand
Copy link
Collaborator

Add Wallet modal page

image

Name input is clicked

image

Name input invalid

image

Initial balance input is clicked

image

Archive slide is active

image

@TatianaSavand TatianaSavand self-assigned this Aug 28, 2023
@TatianaSavand
Copy link
Collaborator Author

Category modal page

image

@TatianaSavand
Copy link
Collaborator Author

Event modal page

image

EXTRA DETAILS

image

@TatianaSavand
Copy link
Collaborator Author

Tag modal page

image

EXTRA DETAILS

image

@TatianaSavand
Copy link
Collaborator Author

Invoice page

image

Items in invoice page

image

@TatianaSavand
Copy link
Collaborator Author

Bulk transaction page

image

@TatianaSavand
Copy link
Collaborator Author

###Add Transaction madal
image
image
image

Extra details

image

@TatianaSavand
Copy link
Collaborator Author

Overview page

hovered "My wallets"

image

@TatianaSavand
Copy link
Collaborator Author

Loading overview page.

image

@TatianaSavand
Copy link
Collaborator Author

Export page.

image

@AliBabayi
Copy link
Collaborator

AliBabayi commented Sep 1, 2023

Invoice page

image

Items in invoice page

image

Comment on lines 25 to 28
<button mat-stroked-button (click)="addTransaction()" class="btn btn-primary ms-auto">
<fa-icon [fixedWidth]="true" [icon]="faAdd"></fa-icon>
<span class="ms-1">Transaction</span>
</a>
</button>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove bootstrap classes

@@ -10,6 +10,7 @@ import { BsDropdownModule } from 'ngx-bootstrap/dropdown';
import { ModalModule } from 'ngx-bootstrap/modal';
import { DashRoutingModule } from './dash-routing.module';
import { DashComponent } from './dash.component';
import {MatButtonModule} from "@angular/material/button";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix formatting

<div class="card-header">Select Filters</div>
<div class="card-body">
<p>Filter what transactions you want to include for exporting.</p>
<mat-card class="card h-100 pb-3">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why you need card class in mat-card

Comment on lines +74 to 77
<button mat-flat-button (click)="submit(option)"
*ngFor="let option of options; let first = first"
[class.mt-2]="!first"
class="btn btn-primary w-100">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove bootstrap classes

<a class="btn btn-dark w-100" routerLink="../pages">Mange Public Pages</a>
</div>
</div>
<a mat-flat-button-button class="btn btn-dark w-100" routerLink="../pages">Mange Public Pages</a>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove bootstrap classes

Comment on lines +315 to +317
<mat-error *ngIf="form.error.quantity">
{{ form.error.quantity[0] }}
</mat-error>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might get in one line

Comment on lines +326 to +328
<mat-error *ngIf="form.error.price">
{{ form.error.price[0] }}
</mat-error>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might get in one line

Comment on lines +67 to +69
<mat-error *ngIf="form.error.wallet">
{{ form.error.wallet[0] }}
</mat-error>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might get in one line

Comment on lines +88 to +90
<mat-error *ngIf="form.error.category">
{{ form.error.category[0] }}
</mat-error>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might get in one line

Comment on lines +103 to +105
<mat-error *ngIf="form.error.amount">
{{ form.error.amount[0] }}
</mat-error>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might get in one line

@include mat.elevation(8, $opacity: 0.5);
}

.mat-card-custom {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's use .mat-elevation-z0

@AmirSavand AmirSavand changed the title Update with Angular material WIP: Update with Angular material Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants