Skip to content

Commit

Permalink
Added comments and removed useless CSS files
Browse files Browse the repository at this point in the history
  • Loading branch information
macfleury-2000 committed Jun 25, 2021
1 parent d712e06 commit 4580d83
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 39 deletions.
19 changes: 0 additions & 19 deletions src/app/components/auth-callback/auth-callback.component.css

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion src/app/modules/home/main/main.component.css

This file was deleted.

9 changes: 0 additions & 9 deletions src/app/modules/home/main/main.component.css.map

This file was deleted.

15 changes: 14 additions & 1 deletion src/app/modules/user/user-projects/user-projects.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,19 @@ export class UserProjectsComponent implements OnInit {
*/
public projectsLoading = true;

/**
* Boolean to determine whether to show the projects in listview or gridview
*/
public showListView = false;

public showPaginationFooter = true;
/**
* Boolean to determine whether the pagination footer has to be showed
*/
public showPaginationFooter = true;

/**
* The pagination page the user is currently on
*/
public currentPage;

/**
Expand All @@ -73,6 +83,9 @@ export class UserProjectsComponent implements OnInit {
*/
public currentProject: Project = null;

/**
* Property to indicate whether the project is loading.
*/
private modalRef: BsModalRef;

constructor(private userService: UserService,
Expand Down

0 comments on commit 4580d83

Please sign in to comment.