mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
adjust buttons on marketplace show page and bump marketplace lib
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@start9labs/marketplace",
|
||||
"version": "0.3.31",
|
||||
"version": "0.3.32",
|
||||
"peerDependencies": {
|
||||
"@angular/common": ">=13.2.0",
|
||||
"@angular/core": ">=13.2.0",
|
||||
|
||||
@@ -2,7 +2,13 @@
|
||||
<div class="box-container">
|
||||
<h2 class="additional-detail-title">New in {{ pkg.version }}</h2>
|
||||
<p [innerHTML]="pkg.releaseNotes | markdown"></p>
|
||||
<button tuiButton iconEnd="@tui.chevron-right" (click)="onPast()">
|
||||
<button
|
||||
tuiButton
|
||||
size="s"
|
||||
appearance="whiteblock"
|
||||
iconEnd="@tui.chevron-right"
|
||||
(click)="onPast()"
|
||||
>
|
||||
Past Release Notes
|
||||
</button>
|
||||
<h2 class="additional-detail-title" [style.margin-top.rem]="2">About</h2>
|
||||
@@ -11,6 +17,8 @@
|
||||
*ngIf="pkg.marketingSite as url"
|
||||
tuiButton
|
||||
iconEnd="@tui.external-link"
|
||||
size="s"
|
||||
appearance="glass"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
[href]="url"
|
||||
|
||||
Reference in New Issue
Block a user