Skip to content

Commit

Permalink
Settings rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Oct 28, 2022
1 parent 5dbf894 commit ecb4ac6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion interface/layout/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const optionalAnalytics = async () => {
const payload = JSON.stringify(await optionalAnalyticsPayload())

try {
fetch("https://analytics.levminer.com/api/v1/authme/analytics/post", {
fetch("https://api.levminer.com/api/v1/authme/analytics/post", {
method: "POST",
headers: {
Accept: "application/json",
Expand Down
18 changes: 7 additions & 11 deletions interface/windows/settings/settings.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -138,29 +138,25 @@
<div class="mx-auto flex flex-col items-center justify-center rounded-2xl p-10">
<div class="transparent-800 mb-5 flex w-full flex-row items-center justify-between rounded-xl p-5 text-left">
<div>
<h2>Licenses</h2>
<h3>Authme is an open source software. You can view the licenses.</h3>
<h2>Feedback</h2>
<h3>Thank you for providing feedback! Please report issues or feature requests on GitHub or by Email (authme@levminer.com).</h3>
</div>
<div class="ml-20 flex gap-3">
<button
class="button"
on:click={() => {
open("https://authme.levminer.com/licenses")
open("https://github.com/levminer/authme/issues")
}}
>
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<circle cx="12" cy="12" r="9" />
<path d="M14.5 9a3.5 4 0 1 0 0 6" />
</svg>
View licenses
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4" /><path d="M9 18c-4.51 2-5-2-7-2" /></svg>
GitHub
</button>
</div>
</div>
<div class="transparent-800 mb-5 flex w-full flex-row items-center justify-between rounded-xl p-5 text-left">
<div>
<h2>Logs</h2>
<h3>You can view the logs for debugging. You can view all the logs in the settings folder.</h3>
<h3>You can view the logs for debugging..</h3>
</div>
<div class="ml-20 flex gap-3">
<button class="button" on:click={showLogs}>
Expand All @@ -175,7 +171,7 @@
<div class="transparent-800 mb-5 flex w-full flex-row items-center justify-between rounded-xl p-5 text-left">
<div>
<h2>About Authme</h2>
<h3>Information about your Authme build.</h3>
<h3>Information about your Authme build and your computer.</h3>
</div>
<div class="ml-20 flex gap-3">
<button class="button" on:click={about}>
Expand Down

0 comments on commit ecb4ac6

Please sign in to comment.