Skip to content

Commit

Permalink
Merge pull request #539 from COS301-SE-2023/codecov
Browse files Browse the repository at this point in the history
Codecov -> toets
  • Loading branch information
jakeweatherhead authored Oct 16, 2023
2 parents 4d43334 + 6f0c7ea commit 62298b8
Show file tree
Hide file tree
Showing 20 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions frontend/src/app/camera/camera.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
<div class="footer" [ngClass]="{ 'notVisible': !captured }">
<div style="display:flex; margin:auto">
<p-checkbox class="checkbox" [(ngModel)]="isAsset" [binary]="true" label="Extract Text"
styleClass="p-button" [disabled]="isTable"></p-checkbox>
[disabled]="isTable"></p-checkbox>
<div style="width:20px"></div>
<p-checkbox class="checkbox" [(ngModel)]="isTable" [binary]="true" label="Extract Table"
styleClass="p-button" (click)="isAsset=isTable"></p-checkbox>
(click)="isAsset=isTable"></p-checkbox>
</div>
<input class="assetName" pInputText type="text" label="hi" title="Enter Asset Name" [(ngModel)]="assetName"
placeholder="Enter Asset Name" />
Expand Down
14 changes: 7 additions & 7 deletions frontend/src/app/landing-page/landing-page.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div class="header">
<div class="logoWrapper navItemWrapper" [style.backgroundImage]="'url(assets/Logos/WriteToPdf_Logo_white.png)'"
(click)="scrollToSection('aboutSection')">
(click)="scrollToSection('aboutSection')" title="About Us">
<!-- <img class="logo" src="assets/Logos/WriteToPdf_Logo_white.png" alt=""> -->
<!-- <div style="display:grid;margin:auto;">
<p-button label="Login"
Expand All @@ -15,16 +15,16 @@
(click)="navigateToSignup()"></p-button>
</div> -->
</div>
<div class="navItemWrapper" [style.backgroundImage]="'url(assets/MockData/folder.png)'"
(click)="scrollToSection('fileSection')">
<div class="navItemWrapper" [style.backgroundImage]="'url(assets/Icons/landingPageIcons/folder-tree.png)'"
(click)="scrollToSection('fileSection')" title="High Speed Document Management">
<!-- <p class="noSelect">High Speed File Management</p> -->
</div>
<div class="navItemWrapper" [style.backgroundImage]="'url(assets/MockData/editing.png)'"
(click)="scrollToSection('editSection')">
<div class="navItemWrapper" [style.backgroundImage]="'url(assets/Icons/landingPageIcons/editing.png)'"
(click)="scrollToSection('editSection')" title="Intuitive Document editing">
<!-- <p class="noSelect">Intuitive Document Editing</p> -->
</div>
<div class="navItemWrapper" [style.backgroundImage]="'url(assets/MockData/scan.png)'"
(click)="scrollToSection('ocrSection')">
<div class="navItemWrapper" [style.backgroundImage]="'url(assets/Icons/landingPageIcons/ocrIcon.png)'"
(click)="scrollToSection('ocrSection')" title="Accurate Handwritten Text Conversion">
<!-- <p class="noSelect">Accurate Handwritten text conversion</p> -->
</div>

Expand Down
7 changes: 4 additions & 3 deletions frontend/src/app/login/login.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
background-position: center;
/* Center the background image */

background-image: linear-gradient(rgba(100, 100, 100, 0.7), rgba(100, 100, 100, 0.7)), url(/assets/MockData/BGIW.jpg);
background-image: url(/assets/MockData/BGIW.jpg);
}

.loginWrapper {
Expand All @@ -50,7 +50,7 @@
max-height: 95svh;
overflow-y: auto;
margin: auto;
background-color: rgba($light-grey, 0.6);
background-color: rgba($light-grey, 0.9);

border-radius: 33px;

Expand Down Expand Up @@ -235,4 +235,5 @@ hr {

.forgotEmail {
width:100%;
}
}

4 changes: 2 additions & 2 deletions frontend/src/app/signup/signup.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
max-height: 95svh;
overflow-y: auto;
margin: auto;
background-color: rgba($light-grey, 0.6);
background-color: rgba($light-grey, 0.85);

border-radius: 33px;

Expand All @@ -37,7 +37,7 @@
background-size: cover;
background-position: center;
/* Center the background image */
background-image: linear-gradient(rgba(100, 100, 100, 0.7), rgba(100, 100, 100, 0.7)), url(/assets/MockData/BGIW.jpg);
background-image: url(/assets/MockData/BGIW.jpg);
}

.signupForm {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed frontend/src/assets/MockData/BGI.jpg
Binary file not shown.
Binary file removed frontend/src/assets/MockData/Grain.jpg
Binary file not shown.
Binary file removed frontend/src/assets/MockData/bg1.jpg
Binary file not shown.
Binary file removed frontend/src/assets/MockData/bg2.jpg
Binary file not shown.
Binary file removed frontend/src/assets/MockData/bg4.jpg
Binary file not shown.
Binary file removed frontend/src/assets/MockData/doodle.jpg
Binary file not shown.
Binary file removed frontend/src/assets/MockData/download.jpg
Binary file not shown.
Binary file removed frontend/src/assets/MockData/editing.png
Binary file not shown.
Binary file removed frontend/src/assets/MockData/fileMan.jpg
Binary file not shown.
Binary file removed frontend/src/assets/MockData/folder.png
Binary file not shown.
Binary file removed frontend/src/assets/MockData/handWritten.jpg
Binary file not shown.
Binary file removed frontend/src/assets/MockData/home.png
Binary file not shown.
Binary file removed frontend/src/assets/MockData/scan.png
Binary file not shown.

0 comments on commit 62298b8

Please sign in to comment.