Updated contents for all pages and application name
This commit is contained in:
@@ -5,7 +5,7 @@ import { UserEndpoint } from 'Frontend/generated/UserEndpoint';
|
||||
import { makeAutoObservable } from 'mobx';
|
||||
|
||||
export class AppStore {
|
||||
applicationName = 'Fusion Management';
|
||||
applicationName = 'Fusion';
|
||||
|
||||
// The location, relative to the base path, e.g. "hello" when viewing "/hello"
|
||||
location = '';
|
||||
|
||||
@@ -5,6 +5,6 @@ import { View } from '../../views/view';
|
||||
@customElement('admin-view')
|
||||
export class AdminView extends View {
|
||||
render() {
|
||||
return html`<div>Content placeholder</div>`;
|
||||
return html`<div>Admin</div>`;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,6 +5,6 @@ import { View } from '../../views/view';
|
||||
@customElement('home-view')
|
||||
export class HomeView extends View {
|
||||
render() {
|
||||
return html`<div>Content placeholder</div>`;
|
||||
return html`<div>Home</div>`;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,6 +5,6 @@ import { View } from '../../views/view';
|
||||
@customElement('profile-view')
|
||||
export class ProfileView extends View {
|
||||
render() {
|
||||
return html`<div>Content placeholder</div>`;
|
||||
return html`<div>Profile</div>`;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user