This commit is contained in:
parent
5c97cc515f
commit
6882b49336
6 changed files with 335 additions and 1637 deletions
|
|
@ -1,3 +1,4 @@
|
|||
<!-- Generated from shared-html/index.template.html. Do not edit directly. -->
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
|
|
@ -8,7 +9,7 @@
|
|||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
<link rel="stylesheet" href="../static/styles.css" />
|
||||
<!-- Lucide Icons -->
|
||||
<script src="https://unpkg.com/lucide@latest"></script>
|
||||
</head>
|
||||
|
|
@ -116,8 +117,7 @@
|
|||
<div class="user-actions">
|
||||
<div id="update-notifier" class="update-notifier hidden">
|
||||
<button id="update-download-btn" title="Download Update"><i data-lucide="download"></i></button>
|
||||
<button id="update-install-btn" title="Install Update" class="hidden"><i
|
||||
data-lucide="arrow-up-circle"></i></button>
|
||||
<button id="update-install-btn" title="Install Update" class="hidden"><i data-lucide="arrow-up-circle"></i></button>
|
||||
</div>
|
||||
<button id="user-settings-btn" title="Settings"><i data-lucide="settings"></i></button>
|
||||
<button id="logout-btn" title="Logout"><i data-lucide="log-out"></i></button>
|
||||
|
|
|
|||
1629
desktop/styles.css
1629
desktop/styles.css
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue