Skip to content

Commit

Permalink
Task #231208 - [FE] - Page flickering,Examiner data should update sch…
Browse files Browse the repository at this point in the history
…emawise for vc checker,changed signup page left side image (#19)

* Task #231100 -  Changed the search api payload, refactored logic  for the 'All Issued Certificate' CSV, and added an image to the homepage banner

* Updated certificate list json

* Task #231086  - [FE] - Dev testing bugs

* made m in marksheet capital

* made m in marksheet capital

* Task #231179 - Issuance homepage, signIn page UI

* ui changes

* Delete src/assets/i18n/global/en-global.json

* added en global file

* Task #231208 -  [FE] - Page flickering,Examiner data should update schemawise for vc checker

* added image on signup page
  • Loading branch information
sonaliTekdi authored Nov 29, 2024
1 parent 497d041 commit 33f2540
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
11 changes: 1 addition & 10 deletions src/app/forms/forms.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,7 @@
style="height: auto; min-height: 90vh;">
<!-- Logo and Title on top -->
<div class="text-left">
<!-- <img
src="assets/images/logoWhite.svg"
alt="Logo"
class="img-fluid mb-65"
/> -->
<h3 class="side-title fw-400">{{ 'CV_PLATFORM' | translate }}</h3>
</div>
<!-- Image at the bottom -->
<div class="text-center">
<img src="assets/images/graph-img.png" alt="Image" class="img-fluid" />
<img src="assets/images/signup-logo.png" alt="Logo" class="mb-65" />
</div>
</div>

Expand Down
6 changes: 5 additions & 1 deletion src/app/tables/tables.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,11 @@ export class TablesComponent implements OnInit {
this.model = [];
// console.log("Received Academic Year in Another Component:", this.selectedAcademicYear);

if (this.tableSchema && this.fullUrl !== "/Examiner/list/Examiner") {
if (
this.tableSchema &&
this.fullUrl !== "/Examiner/list/Examiner" &&
this.fullUrl !== "/Inspector/list/Inspector"
) {
this.postData();
}
}, 1000);
Expand Down
Binary file added src/assets/images/signup-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33f2540

Please sign in to comment.