Skip to content

Commit

Permalink
chore: remove extra images
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaZhem committed Aug 29, 2024
1 parent d4abe9a commit 841552a
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 163 deletions.
13 changes: 0 additions & 13 deletions apps/taiga-lumbermill/public/clean.svg

This file was deleted.

13 changes: 0 additions & 13 deletions apps/taiga-lumbermill/public/filter.svg

This file was deleted.

27 changes: 0 additions & 27 deletions apps/taiga-lumbermill/public/table/file.svg

This file was deleted.

29 changes: 0 additions & 29 deletions apps/taiga-lumbermill/public/table/lock.svg

This file was deleted.

38 changes: 0 additions & 38 deletions apps/taiga-lumbermill/public/table/person.svg

This file was deleted.

26 changes: 0 additions & 26 deletions apps/taiga-lumbermill/public/table/question.svg

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@
<span tuiNavigationLogo>
<span tuiFade>{{ title }} dashboard</span>
</span>
<tui-tabs
[activeItemIndex]="0"
[style.margin-left]="'auto'"
>
<tui-tabs [style.margin-left]="'auto'">
@for (link of links; track $index) {
<button
routerLinkActive
tuiTab
[routerLink]="link.to"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {
ActivationEnd,
Router,
RouterLink,
RouterLinkActive,
RouterOutlet,
} from '@angular/router';
import {TuiIcon, TuiSurface, TuiTitle} from '@taiga-ui/core';
Expand All @@ -19,6 +20,7 @@ import {filter, map, startWith} from 'rxjs';
AsyncPipe,
CommonModule,
RouterLink,
RouterLinkActive,
RouterOutlet,
TuiCardLarge,
TuiFade,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,9 @@ <h3 tuiTitle>
[routerLink]="'animal/' + $index"
>
<tui-avatar
class="avatar"
[size]="'m'"
[src]="animal.src"
[style.border-radius]="'9rem'"
[style.height]="'9rem'"
[style.width]="'9rem'"
/>
<header tuiHeader>
<h2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,9 @@ tui-ring-chart {
--tui-chart-categorical-03: #4bc0c8;
--tui-chart-categorical-04: #9795cd;
}

.avatar {
border-radius: 4.5rem;
height: 9rem;
width: 9rem;
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@
size="m"
tuiButton
>
<img
alt=""
src="./filter.svg"
/>
<tui-icon icon="@tui.filter" />
</button>
</tui-badged-content>
<button
Expand Down Expand Up @@ -204,7 +201,7 @@
{{ item.file.subtitle }}
</span>
<tui-icon
icon="./table/question.svg"
icon="@tui.circle-help"
[style.cursor]="'pointer'"
/>
</span>
Expand Down Expand Up @@ -243,7 +240,7 @@
>
<div [tuiCell]="size">
<tui-avatar
src="./table/person.svg"
src="@tui.user"
[style.background]="item.cell.name | tuiAutoColor"
/>
<span tuiTitle>
Expand All @@ -270,7 +267,7 @@
<tui-items-with-more [style.gap.rem]="0.25">
<ng-container *ngFor="let chip of item.labels">
<tui-badge *tuiItem>
<tui-icon icon="./table/lock.svg" />
<tui-icon icon="@tui.lock" />
{{ chip }}
</tui-badge>
</ng-container>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const INITIAL_DATA = [
subtitle: 'Greenplum Table',
},
file: {
icon: './table/file.svg',
icon: '@tui.file',
title: 'Stability hamcejdc #195',
chip: 'label',
subtitle: 'k6-tenant-manager ・ master',
Expand Down Expand Up @@ -94,7 +94,7 @@ export const INITIAL_DATA = [
subtitle: 'Greenplum Table',
},
file: {
icon: './table/file.svg',
icon: '@tui.file',
title: 'Stability hamcejdc #195',
chip: 'label',
subtitle: 'k6-tenant-manager ・ master',
Expand Down Expand Up @@ -127,7 +127,7 @@ export const INITIAL_DATA = [
subtitle: 'Greenplum Table',
},
file: {
icon: './table/file.svg',
icon: '@tui.file',
title: 'Stability hamcejdc #195212',
chip: 'label',
subtitle: 'k6-tenant-manager ・ master',
Expand Down

0 comments on commit 841552a

Please sign in to comment.