Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wbstack/ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: wbstack/ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: T433682
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Sep 14, 2026

  1. Use vue-router for handling tabbed Wiki Settings Page

    This commit uses the vue-router to handle showing different tabs of the Wiki settings page.
    
    It was partly inspired by answers to a StackOverflow Question[0].
    
    It uses the `to` prop of v-tab[1] to specify the router target.
    This is built from the props of the current route and the name of the target route.
    
    It also utilises the concept of nested routes[2]
    
    TBD: fix style issue where changing tab results in the location of the tabs and content changing
    
    [0] https://stackoverflow.com/questions/49721710/how-to-use-vuetify-tabs-with-vue-router
    [1] https://v2.vuetifyjs.com/en/api/v-tab/#props
    Bug: T433682
    tarrow committed Sep 14, 2026
    Configuration menu
    Copy the full SHA
    bcd9b42 View commit details
    Browse the repository at this point in the history
Loading