Skip to content

Commit

Permalink
✔ Angular 15 Final ~
Browse files Browse the repository at this point in the history
  • Loading branch information
bifeldy committed Jan 7, 2024
1 parent f78212c commit a80a2d3
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 14 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
cd ~/www/fansubid
git pull
npm install
sudo systemctl reload nginx
sudo pm2 restart fansubid
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# FansubID - Database Fansub Indonesia - NodeJS
#
# sudo ln -s /home/bifeldy/www/fansubid/nginx.conf /home/bifeldy/_configs/_nginx/fansubid
# ln -s /home/bifeldy/www/fansubid/src/assets /home/bifeldy/www/fansubid/dist/main-site/browser/assets
# ln -s /home/bifeldy/www/fansubid/projects/main-site/src/assets /home/bifeldy/www/fansubid/dist/main-site/browser/assets
#

server {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2 class="pt-3 border-bottom-dotted">
[accept]="'image/gif, image/jpeg, image/jpg, image/png'"></ngx-mat-file-input>
<mat-icon fontIcon="image" matSuffix></mat-icon>
</mat-form-field>
<mat-error class="px-3 w-100">
<mat-error class="px-3 pb-3 w-100">
<small>
<div *ngIf="imageLimitExceeded">Ukuran Upload Melebihi Batas {{ imageLimitExceeded | bytes }} !</div>
<div *ngIf="imageErrorText">{{ imageErrorText }}</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2 class="pt-3 border-bottom-dotted">
[accept]="'image/gif, image/jpeg, image/jpg, image/png'"></ngx-mat-file-input>
<mat-icon fontIcon="image" matSuffix></mat-icon>
</mat-form-field>
<mat-error class="px-3 w-100">
<mat-error class="px-3 pb-3 w-100">
<small>
<div *ngIf="imageLimitExceeded">Ukuran Upload Melebihi Batas {{ imageLimitExceeded | bytes }} !</div>
<div *ngIf="imageErrorText">{{ imageErrorText }}</div>
Expand Down Expand Up @@ -226,7 +226,7 @@ <h2 class="pt-3 border-bottom-dotted">
[accept]="fileTypeAttachmentAllowed" uploadx></ngx-mat-file-input>
<mat-icon fontIcon="attach_file" matSuffix></mat-icon>
</mat-form-field>
<mat-error class="px-4 w-100">
<mat-error class="px-4 pb-4 w-100">
<small>
<div *ngIf="attachmentLimitExceeded">Ukuran Upload Melebihi Batas {{ attachmentLimitExceeded | bytes }} !</div>
<div *ngIf="attachmentErrorText">{{ attachmentErrorText }}</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2 class="pt-3 border-bottom-dotted">
[accept]="'image/gif, image/jpeg, image/jpg, image/png'"></ngx-mat-file-input>
<mat-icon fontIcon="image" matSuffix></mat-icon>
</mat-form-field>
<mat-error class="px-3 w-100">
<mat-error class="px-3 pb-3 w-100">
<small>
<div *ngIf="imageLimitExceeded">Ukuran Upload Melebihi Batas {{ imageLimitExceeded | bytes }} !</div>
<div *ngIf="imageErrorText">{{ imageErrorText }}</div>
Expand Down Expand Up @@ -214,7 +214,7 @@ <h2 class="pt-3 border-bottom-dotted">
[accept]="fileTypeAttachmentAllowed" uploadx></ngx-mat-file-input>
<mat-icon fontIcon="attach_file" matSuffix></mat-icon>
</mat-form-field>
<mat-error class="px-4 w-100">
<mat-error class="px-4 pb-4 w-100">
<small>
<div *ngIf="attachmentLimitExceeded">Ukuran Upload Melebihi Batas {{ attachmentLimitExceeded | bytes }} !</div>
<div *ngIf="attachmentErrorText">{{ attachmentErrorText }}</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h2 class="pt-3 border-bottom-dotted">
[accept]="'image/gif, image/jpeg, image/jpg, image/png'"></ngx-mat-file-input>
<mat-icon fontIcon="image" matSuffix></mat-icon>
</mat-form-field>
<mat-error class="px-3 w-100">
<mat-error class="px-3 pb-3 w-100">
<small>
<div *ngIf="imageLimitExceeded">Ukuran Upload Melebihi Batas {{ imageLimitExceeded | bytes }} !</div>
<div *ngIf="imageErrorText">{{ imageErrorText }}</div>
Expand Down Expand Up @@ -94,7 +94,7 @@ <h2 class="pt-3 border-bottom-dotted">
[accept]="'image/gif, image/jpeg, image/jpg, image/png'"></ngx-mat-file-input>
<mat-icon fontIcon="image" matSuffix></mat-icon>
</mat-form-field>
<mat-error class="px-3 w-100">
<mat-error class="px-3 pb-3 w-100">
<small>
<div *ngIf="coverLimitExceeded">Ukuran Upload Melebihi Batas {{ coverLimitExceeded | bytes }} !</div>
<div *ngIf="coverErrorText">{{ coverErrorText }}</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2 class="pt-3 border-bottom-dotted">
[accept]="'image/gif, image/jpeg, image/jpg, image/png'"></ngx-mat-file-input>
<mat-icon fontIcon="image" matSuffix></mat-icon>
</mat-form-field>
<mat-error class="px-3 w-100">
<mat-error class="px-3 pb-3 w-100">
<small>
<div *ngIf="imageLimitExceeded">Ukuran Upload Melebihi Batas {{ imageLimitExceeded | bytes }} !</div>
<div *ngIf="imageErrorText">{{ imageErrorText }}</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h2 class="pt-3 border-bottom-dotted">
[accept]="'image/gif, image/jpeg, image/jpg, image/png'"></ngx-mat-file-input>
<mat-icon fontIcon="image" matSuffix></mat-icon>
</mat-form-field>
<mat-error class="px-3 w-100">
<mat-error class="px-3 pb-3 w-100">
<small>
<div *ngIf="imageLimitExceeded">Ukuran Upload Melebihi Batas {{ imageLimitExceeded | bytes }} !</div>
<div *ngIf="imageErrorText">{{ imageErrorText }}</div>
Expand Down Expand Up @@ -94,7 +94,7 @@ <h2 class="pt-3 border-bottom-dotted">
[accept]="'image/gif, image/jpeg, image/jpg, image/png'"></ngx-mat-file-input>
<mat-icon fontIcon="image" matSuffix></mat-icon>
</mat-form-field>
<mat-error class="px-3 w-100">
<mat-error class="px-3 pb-3 w-100">
<small>
<div *ngIf="coverLimitExceeded">Ukuran Upload Melebihi Batas {{ coverLimitExceeded | bytes }} !</div>
<div *ngIf="coverErrorText">{{ coverErrorText }}</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2 class="pt-3 border-bottom-dotted">
[accept]="'image/gif, image/jpeg, image/jpg, image/png'"></ngx-mat-file-input>
<mat-icon fontIcon="image" matSuffix></mat-icon>
</mat-form-field>
<mat-error class="px-3 w-100">
<mat-error class="px-3 pb-3 w-100">
<small>
<div *ngIf="imageLimitExceeded">Ukuran Upload Melebihi Batas {{ imageLimitExceeded | bytes }} !</div>
<div *ngIf="imageErrorText">{{ imageErrorText }}</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[accept]="'image/gif, image/jpeg, image/jpg, image/png'"></ngx-mat-file-input>
<mat-icon fontIcon="image" matSuffix></mat-icon>
</mat-form-field>
<mat-error class="px-3 w-100">
<mat-error class="px-3 pb-3 w-100">
<small>
<div *ngIf="imagePhotoLimitExceeded">Ukuran Upload Melebihi Batas {{ imagePhotoLimitExceeded | bytes }} !</div>
<div *ngIf="imagePhotoErrorText">{{ imagePhotoErrorText }}</div>
Expand Down Expand Up @@ -64,7 +64,7 @@ <h1 class="m-0 mt-auto">
[accept]="'image/gif, image/jpeg, image/jpg, image/png'"></ngx-mat-file-input>
<mat-icon fontIcon="image" matSuffix></mat-icon>
</mat-form-field>
<mat-error class="px-3 w-100">
<mat-error class="px-3 pb-3 w-100">
<small>
<div *ngIf="imageCoverLimitExceeded">Ukuran Upload Melebihi Batas {{ imageCoverLimitExceeded | bytes }} !</div>
<div *ngIf="imageCoverErrorText">{{ imageCoverErrorText }}</div>
Expand Down

0 comments on commit a80a2d3

Please sign in to comment.