diff --git a/CHANGELOG.md b/CHANGELOG.md index 20894dc..da3e599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +### Added + +- Show current username in HTML page title. + ### Changed - Remove invisible characters from display names. diff --git a/public/index.html b/public/index.html index bd9c8c6..930c854 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ - Mitra + Mitra | Federated social network diff --git a/src/App.vue b/src/App.vue index a1a7425..8871e0a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,14 +3,23 @@