mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
feat: add service uptime and start style changes (#2831)
This commit is contained in:
@@ -2,12 +2,9 @@ import {
|
||||
ChangeDetectionStrategy,
|
||||
Component,
|
||||
EventEmitter,
|
||||
inject,
|
||||
Input,
|
||||
Output,
|
||||
} from '@angular/core'
|
||||
import { Router } from '@angular/router'
|
||||
import { THEME } from '@start9labs/shared'
|
||||
|
||||
@Component({
|
||||
selector: 'marketplace-search',
|
||||
@@ -21,8 +18,6 @@ export class SearchComponent {
|
||||
|
||||
@Output()
|
||||
readonly queryChange = new EventEmitter<string>()
|
||||
private readonly router = inject(Router)
|
||||
readonly theme$ = inject(THEME)
|
||||
|
||||
onModelChange(query: string) {
|
||||
this.query = query
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
tuiButton
|
||||
iconEnd="@tui.external-link"
|
||||
size="s"
|
||||
appearance="glass"
|
||||
appearance="secondary-grayscale"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
[href]="url"
|
||||
|
||||
Reference in New Issue
Block a user