Skip to content

Commit

Permalink
Merge pull request #104 from Jumoo/info/v8-warning
Browse files Browse the repository at this point in the history
adds info about v8 'migrations'
  • Loading branch information
KevinJump authored Apr 12, 2023
2 parents ef6039b + 5b029cc commit 48ff76e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions uSync.Migrations/wwwroot/uSyncMigrations/Lang/en-us.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<![CDATA[<p>you can migrate your own way</p>]]>
</key>

<key alias="v8warn"><![CDATA[<strong>You don't need to Migrate uSync v8 files to uSync v9/10+ - simply copy or rename the uSync/v8 folder to uSync/v9</strong>]]></key>

<key alias="customize">
<![CDATA[You can customize this list with your own `ISyncMigrationProfile` or remove and add simple configs with a '/usync/profiles.json' file.]]>
</key>
Expand Down
9 changes: 9 additions & 0 deletions uSync.Migrations/wwwroot/uSyncMigrations/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
</umb-box-content>
</umb-box>

<umb-box>
<umb-box-content class="umb-box flex items-center color-blue">
<div class="mr2">
<umb-icon icon="icon-alert"></umb-icon>
</div>
<div><localize key="usyncmigrate_v8warn"></localize></div>
</umb-box-content>
</umb-box>

<umb-load-indicator ng-if="vm.loading"></umb-load-indicator>

<div ng-if="!vm.loading">
Expand Down

0 comments on commit 48ff76e

Please sign in to comment.