Skip to content

Commit

Permalink
New Svelte GUI build
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh authored and github-actions[bot] committed May 10, 2024
1 parent 674b459 commit 54b675f
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 42 deletions.
12 changes: 9 additions & 3 deletions gui/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -604,9 +604,15 @@
>
</small>
<div class="float-right d-sm-inline-block">
<small class="badge badge-success" style="opacity: 0.1" title="{$_('footer.current_activity')}">&nbsp;&nbsp;</small>
<small class="badge badge-warning ml-1" style="opacity: 0.1" title="{$_('footer.warning_messages')}">&nbsp;&nbsp;</small>
<small class="badge badge-danger ml-1" style="opacity: 0.1" title="{$_('footer.error_messages')}">&nbsp;&nbsp;</small>
<small class="badge badge-success" style="opacity: 0.1" title="{$_('footer.current_activity')}"
>&nbsp;&nbsp;</small
>
<small class="badge badge-warning ml-1" style="opacity: 0.1" title="{$_('footer.warning_messages')}"
>&nbsp;&nbsp;</small
>
<small class="badge badge-danger ml-1" style="opacity: 0.1" title="{$_('footer.error_messages')}"
>&nbsp;&nbsp;</small
>
<span class="d-none d-sm-inline"
>&nbsp;&nbsp; {settings.name}
{settings.version} - <small>{settings.device}</small> -
Expand Down
78 changes: 39 additions & 39 deletions public/main.js

Large diffs are not rendered by default.

Binary file modified public/main.js.gz
Binary file not shown.

0 comments on commit 54b675f

Please sign in to comment.