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