Skip to content

Commit

Permalink
add an app bar to the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Jan 8, 2025
1 parent 1b6039a commit 5334aa8
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions frontend/viewer/src/HomeView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,8 @@
} from '@mdi/js';
import {
Button,
Card,
type ColumnDef,
Table,
TextField,
tableCell,
Icon,
ProgressCircle,
ListItem,
cls
AppBar
} from 'svelte-ux';
import flexLogo from './lib/assets/flex-logo.png';
import DevContent, {isDev} from './lib/layout/DevContent.svelte';
Expand Down Expand Up @@ -126,6 +119,8 @@
return authority ? serversStatus.find(s => s.server.authority == authority)?.server : undefined;
}
</script>
<AppBar title="FieldWorks Lite" class="bg-secondary min-h-12 shadow-md" menuIcon={null}>
</AppBar>
<div class="contents md:flex md:flex-col md:w-3/4 lg:w-2/4 md:mx-auto md:my-4 md:min-h-full">
<div class="flex-grow hidden md:block"></div>
<div class="project-list md:border md:rounded md:p-4">
Expand Down

0 comments on commit 5334aa8

Please sign in to comment.