web: set document title on navigation

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-03-18 14:47:13 +01:00
parent a57d524273
commit 01fc63fc98
3 changed files with 21 additions and 0 deletions

View File

@ -86,6 +86,10 @@ export class LibraryPage extends LitElement {
@property({attribute: false})
apps?: AKResponse<Application>;
pageTitle(): string {
return gettext("Applications");
}
static get styles(): CSSResult[] {
return [PFBase, PFEmptyState, PFTitle, PFPage, PFContent, PFGallery, AKGlobal].concat(css`
:host,