mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
fix spacing and font size (#2199)
* fix spacing and font size * fix spacing reverted by linting * fix styles and event propagation on updates tab * fix login theme * remove global font setting * remove taiga theming for now * move website button and bump shared and marketplace libs --------- Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
This commit is contained in:
@@ -58,7 +58,8 @@ export class UpdatesPage {
|
||||
private readonly alertCtrl: AlertController,
|
||||
) {}
|
||||
|
||||
viewInMarketplace(pkg: PackageDataEntry) {
|
||||
viewInMarketplace(event: Event, pkg: PackageDataEntry) {
|
||||
event.stopPropagation()
|
||||
const url = pkg.installed?.['marketplace-url']
|
||||
const queryParams = url ? { url } : {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user