Skip to content

Commit

Permalink
Feature/frontend chores (NUM-Forschungsdatenplattform#575)
Browse files Browse the repository at this point in the history
* give the logo some padding

* remove attachment feature because it's not working like expected
  • Loading branch information
dirk-rossbach authored Jun 10, 2024
1 parent a856036 commit e54a3d7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions src/app/layout/components/side-menu/side-menu.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ fa-icon {
display: flex;
justify-content: center;
align-items: center;
img {
padding: 10px 10px 10px 0;
}
}
.num-mat-list-item.highlighted {
color: #eb586a;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,14 @@ <h3 class="accordion" fxLayoutGap="8px">
</mat-form-field>
</section>

<section role="presentation" class="num-margin-b-10">
<!-- <section role="presentation" class="num-margin-b-10">
<num-attachments-table
[attachments]="attachments"
[isInPreview]="isInPreview"
[project]="project"
[showSelectColumn]="showAttachmentsSelect"
></num-attachments-table>
</section>
</section> -->

<section role="presentation" class="num-margin-b-10">
<p class="mat-display-4 num-margin-b-10">{{ 'FORM.FINANCED' | translate }}</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ng-container>
</ng-container>

<ng-container *ngIf="dataRow?.type === definitionType.Table">
<!-- <ng-container *ngIf="dataRow?.type === definitionType.Table">
<ng-container *ngIf="dataRow?.description?.length > 0; else emptyIterable">
<num-attachments-table
[attachments]="dataRow?.description"
Expand All @@ -23,7 +23,7 @@
[showSelectColumn]="dataRow.extraOptions?.showAttachmentSelects"
></num-attachments-table>
</ng-container>
</ng-container>
</ng-container> -->

<ng-container *ngIf="dataRow?.type === definitionType.Date">{{
dataRow.description | date: 'dd.MM.yyyy' || '-'
Expand Down

0 comments on commit e54a3d7

Please sign in to comment.