Feat: update the page title using a watcher #148

Merged
jakob.scheid merged 1 commits from fix/update-title-on-language-change into main 2026-07-28 19:50:52 +02:00
Owner

This PR adds a watcher to App.vue to update the page title. The router afterEach hook that updated the page title previously is removed.

Related issues

Closes: #139

This PR adds a watcher to `App.vue` to update the page title. The router `afterEach` hook that updated the page title previously is removed. # Related issues Closes: #139
jakob.scheid added this to the 0.1.0 milestone 2026-07-28 17:26:55 +02:00
jakob.scheid added the Kind/Bug
Priority
High
2
labels 2026-07-28 17:26:55 +02:00
jakob.scheid added this to the Project Board project 2026-07-28 17:26:55 +02:00
jakob.scheid moved this to Review in Project Board on 2026-07-28 17:27:08 +02:00
jakob.gregory approved these changes 2026-07-28 19:27:29 +02:00
jakob.scheid added 1 commit 2026-07-28 19:50:40 +02:00
Added a watcher (watchEffect) to App.vue to update the page title
always when a dependency changes. The afterEach hook was removed from
the router.
jakob.scheid force-pushed fix/update-title-on-language-change from cba96d3b91 to 3e30e85354 2026-07-28 19:50:40 +02:00 Compare
jakob.scheid merged commit 5b93f547f3 into main 2026-07-28 19:50:52 +02:00
jakob.scheid deleted branch fix/update-title-on-language-change 2026-07-28 19:50:52 +02:00
jakob.scheid moved this to Done in Project Board on 2026-07-28 19:51:08 +02:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Seekra/frontend#148