Skip to content

Commit

Permalink
Cosmetic UI improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
akopachov committed Sep 4, 2023
1 parent fd99111 commit faa9343
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
)](/LICENSE)
[![issues - flipper-zero_authenticator-companion](https://img.shields.io/github/issues/akopachov/flipper-zero_authenticator-companion)](https://github.com/akopachov/flipper-zero_authenticator-companion/issues)
![maintained - yes](https://img.shields.io/badge/maintained-yes-blue)
[![Known Vulnerabilities](https://snyk.io/test/github/akopachov/flipper-zero_authenticator-companion/badge.svg)]
![contributions - welcome](https://img.shields.io/badge/contributions-welcome-blue)
[![Discord server](https://img.shields.io/discord/937479784148115456)](https://discord.gg/flipper-xtreme)

Expand Down
2 changes: 1 addition & 1 deletion src/electron.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const serve = require('electron-serve');
const path = require('path');
const Store = require('electron-store');
const log = require('electron-log');
const { autoUpdater } = require("electron-updater");
const { autoUpdater } = require('electron-updater');

try {
require('electron-reloader')(module);
Expand Down
4 changes: 2 additions & 2 deletions src/routes/settings/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
</SlideToggle>
</div>
</div>
<div>
<div class="mb-5">
<h3 class="h3">Automation</h3>
<div class="block mb-4 mt-2">
<SlideToggle name="automation-usb-label" size="sm" bind:checked={deviceAppSettings.automation.usb}>
Expand Down Expand Up @@ -141,7 +141,7 @@
</label>
{/if}
</div>
<div class="m-4 flex justify-center">
<div class="flex justify-center">
<button type="submit" class="btn variant-filled-primary ml-auto w-20 -mr-20">Save</button>
<a href="/" type="reset" class="btn variant-ghost ml-auto">Cancel</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/update/[[id]]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
</svelte:fragment>
</AccordionItem>
</Accordion>
<div class="m-4 flex justify-center">
<div class="mt-4 flex justify-center">
<button type="submit" class="btn variant-filled-primary ml-auto w-20 -mr-20">Save</button>
<a href="/" type="reset" class="btn variant-ghost ml-auto">Cancel</a>
</div>
Expand Down

0 comments on commit faa9343

Please sign in to comment.