[NORMAL 25-07-2022] Developing Creative Tim Website Using Angular Framework#1
Open
karmatenzi wants to merge 7 commits intomasterfrom
Open
[NORMAL 25-07-2022] Developing Creative Tim Website Using Angular Framework#1karmatenzi wants to merge 7 commits intomasterfrom
karmatenzi wants to merge 7 commits intomasterfrom
Conversation
sangayt1997
reviewed
Jul 22, 2022
sangayt1997
reviewed
Jul 22, 2022
sangayt1997
reviewed
Jul 22, 2022
sangayt1997
reviewed
Jul 22, 2022
sangayt1997
reviewed
Jul 22, 2022
sangayt1997
reviewed
Jul 22, 2022
sangayt1997
reviewed
Jul 22, 2022
sangayt1997
reviewed
Jul 22, 2022
Collaborator
|
@karmatenzi , add the screenshot when you have finalise your code |
karmatenzi
commented
Jul 24, 2022
sangayt1997
reviewed
Jul 25, 2022
sangayt1997
reviewed
Jul 25, 2022
sangayt1997
reviewed
Jul 25, 2022
sangayt1997
reviewed
Jul 25, 2022
sangayt1997
reviewed
Jul 25, 2022
sangayt1997
reviewed
Jul 25, 2022
src/app/creative-team/dashboard/graphs/graph-icon/graph-icon.component.ts
Show resolved
Hide resolved
sangayt1997
reviewed
Jul 25, 2022
sangayt1997
reviewed
Jul 25, 2022
sangayt1997
reviewed
Jul 25, 2022
sangayt1997
reviewed
Jul 25, 2022
sangayt1997
reviewed
Jul 25, 2022
sangayt1997
reviewed
Jul 25, 2022
sangayt1997
reviewed
Jul 25, 2022
Collaborator
|
@karmatenzi
|
sangayt1997
reviewed
Jul 27, 2022
sangayt1997
reviewed
Jul 27, 2022
sangayt1997
reviewed
Jul 27, 2022
sangayt1997
reviewed
Jul 27, 2022
sangayt1997
reviewed
Jul 27, 2022
sangayt1997
reviewed
Jul 27, 2022
sangayt1997
reviewed
Jul 27, 2022
sangayt1997
reviewed
Jul 27, 2022
karmatenzi
commented
Jul 28, 2022
| <div fxLayout="row" fxLayoutGap="10px" fxLayoutAlign="start center"> | ||
| <button mat-icon-button> | ||
| <mat-icon | ||
| matTooltip="Edit Task" |
| <div fxLayout="row" fxLayoutAlign="space-evenly center" fxLayoutGap="18px"> | ||
| <mat-form-field fxFlex="50"> | ||
| <mat-label>First Name</mat-label> | ||
| <input matInput> |
| <td mat-cell *matCellDef="let element"> {{element.name}} </td> | ||
| </ng-container> | ||
|
|
||
| <!-- Weight Column --> |
sangayt1997
reviewed
Jul 28, 2022
src/app/creative-team/dashboard/graphs/graph-icon/graph-icon.component.html
Outdated
Show resolved
Hide resolved
sangayt1997
reviewed
Jul 28, 2022
sangayt1997
reviewed
Jul 28, 2022
| <td mat-cell *matCellDef="let element"> {{element.position}} </td> | ||
| </ng-container> | ||
|
|
||
| <!-- Name Column --> |
Collaborator
There was a problem hiding this comment.
using *ngFor to pass the data from the array could have reduce the line of code
sangayt1997
reviewed
Jul 28, 2022
| <div fxFlex="33"> | ||
| <mat-card fxLayout="column" fxLayoutAlign="center center" class="profile card--shadow"> | ||
| <mat-card-header class="profile__header"> | ||
| <div mat-card-avatar class="profile__image"></div> |
Collaborator
There was a problem hiding this comment.
rather used the image tag and pass the image src here and width and height, when you pass the in the div you are passing as background image not as avatar image
sangayt1997
reviewed
Jul 28, 2022
|
|
||
| &__image { | ||
| background-image: url('https://demos.creative-tim.com/material-dashboard-angular2/assets/img/faces/marc.jpg'); | ||
| background-size: cover; |
Collaborator
There was a problem hiding this comment.
please check the above comment for this styling
sangayt1997
reviewed
Jul 28, 2022
sangayt1997
reviewed
Jul 28, 2022
sangayt1997
reviewed
Jul 28, 2022
| <mat-divider></mat-divider> | ||
| <div class="sidebar__content card--color mt-20 font-size-18"> | ||
| <a mat-list-item routerLinkActive="list-item-active" routerLink="/" class="card--color"> | ||
| <mat-icon>dashboard</mat-icon> |
Collaborator
There was a problem hiding this comment.
you could have used the angular material List component with icons
sangayt1997
reviewed
Jul 28, 2022
sangayt1997
reviewed
Jul 28, 2022
sangayt1997
reviewed
Jul 28, 2022
sangayt1997
reviewed
Jul 28, 2022
sangayt1997
reviewed
Jul 28, 2022
sangayt1997
reviewed
Jul 28, 2022
sangayt1997
reviewed
Jul 28, 2022
sangayt1997
reviewed
Jul 28, 2022
sangayt1997
reviewed
Jul 28, 2022
| } | ||
| .button--design{ | ||
| border: none; | ||
| font-weight: 300; |
Collaborator
There was a problem hiding this comment.
this two will have the separate utilities
sangayt1997
reviewed
Jul 28, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



No description provided.