Skip to content

fix: improve <title> tag of dashboard #3507

@kerbo7

Description

@kerbo7

the current title tag is:
<title>Freenet — Local Peer</title>

Problem

  • the dash is an "EM Dash" which looks overly long on the browser tab
  • usually there are a lot of open tabs and you don't see the full tab title
  • therefore it should be short and concise and the beginning counts.
  • "Freenet ..." as a beginning can be anything, you dont know what it is, if you just see the first 4 chars

Solutions

<title>FN Peer</title>

or just

<title>Peer</title> // The favicon makes it clear what peer it is

or

<title>Dashboard</title> // The favicon makes it clear what dashboard it is - and Dash as a beginning is definitive

bad: starting with freenet:
<title>Freenet ....</title>
bc. on a squeezed narrow tab you have no idea what it is. could be Freenet home page

Source

<title>Freenet — Local Peer</title>

Metadata

Metadata

Assignees

No one assigned

    Labels

    E-easyExperience needed to fix/implement: Easy / not muchT-enhancementType: Improvement to existing functionality

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions