CSC up similar cases pages

This commit is contained in:
Tykayn 2025-09-15 16:37:29 +02:00 committed by tykayn
parent 3bab306708
commit 97ab7a0920
6 changed files with 53 additions and 35 deletions

View file

@ -1,6 +1,6 @@
@use "sae-lib/src/styles/shadows.scss";
@use "sae-lib/src/styles/states.scss";
@use "sae-lib/src/styles/variables.scss";
@use "../../src/styles/shadows.scss";
@use "../../src/styles/states.scss";
@use "../../src/styles/variables.scss";
@use "sass:color";

View file

@ -26,25 +26,28 @@
filters:
{{ appState.filters }}
</pre>
<div class="chips-column">
<!-- @for( elem in appState.filters.engineType.selectedChoices; track elem.label ){-->
<!-- <button class="button chips is-rounded is-small">-->
@if (!hideChipsList) {
<div class="chips-column">
<!-- @for( elem in appState.filters.engineType.selectedChoices; track elem.label ){-->
<!-- <button class="button chips is-rounded is-small">-->
<!-- {{elem.label}}-->
<!-- <span class="post-button">-->
<!-- x-->
<!-- </span>-->
<!-- </button>-->
<!-- }-->
</div>
<!-- {{elem.label}}-->
<!-- <span class="post-button">-->
<!-- x-->
<!-- </span>-->
<!-- </button>-->
<!-- }-->
<button class="button chips is-rounded is-small">
filtre col 2
<span class="post-button">
x
</span>
</button>
</div>
}
<!-- <div class="chips-column">-->
<!-- </div>-->
<!-- <button class="button chips is-rounded is-small">-->
<!-- filtre col 2-->
<!-- <span class="post-button">-->
<!-- x-->
<!-- </span>-->
<!-- </button>-->
<!-- </div>-->
</div>
</div>

View file

@ -18,6 +18,7 @@ export class FiltersGroup {
@Input() store: any;
@Input() actionTypes: any;
@Input() disabled!: boolean;
@Input() hideChipsList: boolean = false;
constructor() {
console.log('constructor filters group', this.appState, this.store, this.actionTypes);