Issue boards: Fix page title after board loaded

The following discussion from !194170 (merged) should be addressed:

Implementation plan

  1. Open file: app/assets/javascripts/boards/components/boards_selector.vue

  2. Find the watcher (around line 143):

watch: {
  board(newBoard) {
    document.title = newBoard.name;
  },
},
  1. Fix and Test: Navigate to any board and verify title shows as "Board Name - Issue Boards" instead of just "Board Name"
  2. Expected result: No more title flashing, maintains GitLab's standard "Specific - General" title format
Edited by 🤖 GitLab Bot 🤖