Skip to content

Conversation

@kpetrov24exoft
Copy link
Contributor

No description provided.

return this.currentAddonsState().filter((card) => card.externalServiceName.includes(searchValue));
});

protected readonly tabOptions: SelectOption[] = [
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move it to constants file. Also better to use enum instead of 1 and 0. It's not clear what these number means.

},
];

protected readonly categoryOptions: SelectOption[] = [
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move it to constants file. Also better to use enum.

@use "assets/styles/variables" as var;

:host {
@include mix.flex-column;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use prime flex instead of this mix

export class AddonsComponent {
#store = inject(Store);
protected readonly defaultTabValue = 0;
protected readonly isMobile = toSignal(inject(IS_XSMALL));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this and make it with primeflex.

@kpetrov24exoft kpetrov24exoft merged commit ce4151b into main Jun 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants