mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
draft releases notes for 0311 (#1677)
This commit is contained in:
@@ -67,9 +67,6 @@ export class PatchDataService extends Observable<DataModel | null> {
|
||||
component: OSWelcomePage,
|
||||
presentingElement: await this.modalCtrl.getTop(),
|
||||
backdropDismiss: false,
|
||||
componentProps: {
|
||||
version: this.config.version,
|
||||
},
|
||||
})
|
||||
modal.onWillDismiss().then(() => {
|
||||
this.embassyApi
|
||||
|
||||
@@ -10,15 +10,33 @@
|
||||
</ion-header>
|
||||
|
||||
<ion-content class="ion-padding">
|
||||
<h4>This release:</h4>
|
||||
<p class="section-subheader">{{ version }}</p>
|
||||
<h2>This release</h2>
|
||||
<h4>0.3.1~1</h4>
|
||||
<p class="note-padding">
|
||||
See the
|
||||
View the complete
|
||||
<a
|
||||
href="https://github.com/Start9Labs/embassy-os/releases/tag/v0.3.1.1"
|
||||
target="_blank"
|
||||
noreferrer
|
||||
>release notes</a
|
||||
>
|
||||
for more details.
|
||||
</p>
|
||||
<h6>Highlights</h6>
|
||||
<ul class="spaced-list">
|
||||
<li>Multiple bug fixes.</li>
|
||||
</ul>
|
||||
|
||||
<br />
|
||||
<h2>Previous releases in this series</h2>
|
||||
<h4>0.3.1</h4>
|
||||
<p class="note-padding">
|
||||
View the complete
|
||||
<a
|
||||
href="https://github.com/Start9Labs/embassy-os/releases/tag/v0.3.1"
|
||||
target="_blank"
|
||||
noreferrer
|
||||
>extended release notes</a
|
||||
>release notes</a
|
||||
>
|
||||
for more details.
|
||||
</p>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
|
||||
.section-subheader {
|
||||
h2 {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
@@ -7,8 +7,6 @@ import { ModalController } from '@ionic/angular'
|
||||
styleUrls: ['./os-welcome.page.scss'],
|
||||
})
|
||||
export class OSWelcomePage {
|
||||
@Input() version!: string
|
||||
|
||||
constructor(private readonly modalCtrl: ModalController) {}
|
||||
|
||||
async dismiss() {
|
||||
|
||||
Reference in New Issue
Block a user