-
-
Notifications
You must be signed in to change notification settings - Fork 130
Open
Labels
E-easyExperience needed to fix/implement: Easy / not muchExperience needed to fix/implement: Easy / not muchT-enhancementType: Improvement to existing functionalityType: Improvement to existing functionality
Description
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> |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
E-easyExperience needed to fix/implement: Easy / not muchExperience needed to fix/implement: Easy / not muchT-enhancementType: Improvement to existing functionalityType: Improvement to existing functionality
Type
Projects
Status
Todo