Redesign U-Navigator as modern file browser
This commit is contained in:
+736
-2459
File diff suppressed because it is too large
Load Diff
@@ -6,21 +6,8 @@
|
||||
<title>U-Navigator</title>
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="app-shell">
|
||||
<header class="topbar">
|
||||
<div>
|
||||
<h1>U-Navigator</h1>
|
||||
<p id="statusText">Initialisiere...</p>
|
||||
</div>
|
||||
<nav class="toolbar" aria-label="Workspace actions">
|
||||
<button id="newExplorerButton" title="Explorer öffnen">Explorer</button>
|
||||
<button id="newPropertiesButton" title="Eigenschaften öffnen">Eigenschaften</button>
|
||||
<button id="newQueueButton" title="Transfer-Queue öffnen">Transfers</button>
|
||||
</nav>
|
||||
</header>
|
||||
<main id="workspace" class="workspace" aria-label="U-Navigator Workspace"></main>
|
||||
</div>
|
||||
<body style="margin:0">
|
||||
<div class="u-nav app-shell"></div>
|
||||
<script src="/app.js" type="module"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+174
-1096
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user