switch all FE to camelCase (#2576)

* switch all fe to camelCase

* switch to camelCase on backend

---------

Co-authored-by: Aiden McClelland <me@drbonez.dev>
This commit is contained in:
Matt Hill
2024-03-24 12:05:59 -06:00
committed by GitHub
parent b14646ebd9
commit c782bab296
173 changed files with 749 additions and 1901 deletions

View File

@@ -39,8 +39,7 @@
<h1 style="line-height: 1.3">{{ pkg.manifest.title }}</h1>
<h2 class="inline">
<span>
{{ local['state-info'].manifest.version | displayEmver
}}
{{ local.stateInfo.manifest.version | displayEmver }}
</span>
&nbsp;
<ion-icon name="arrow-forward"></ion-icon>
@@ -57,8 +56,8 @@
</ion-label>
<div slot="end" style="margin-left: 4px">
<round-progress
*ngIf="local['state-info'].state === 'updating' else notUpdating"
[current]="(local['state-info']['installing-info'].progress.overall | installingProgress) || 0"
*ngIf="local.stateInfo.state === 'updating' else notUpdating"
[current]="(local.stateInfo.installingInfo.progress.overall | installingProgress) || 0"
[max]="100"
[radius]="13"
[stroke]="3"
@@ -86,9 +85,7 @@
<div class="ion-padding" slot="content">
<div class="notes">
<h5>What's new</h5>
<p
[innerHTML]="pkg.manifest['release-notes'] | markdown"
></p>
<p [innerHTML]="pkg.manifest.releaseNotes| markdown"></p>
</div>
<ion-button
fill="clear"