Commit Graph

4 Commits

Author SHA1 Message Date
Cody Jackson 03c392e00f Changing the way we access the children nodes of TabTitle
With vue3 we need to change how we check if the children are text or not. This was only problematic in CI e2e runs. This change resolves the issues I was seeing there.
2024-08-28 01:29:43 -07:00
Cody Jackson db610a822f Fixing how we reference slots in our TabTitle component 2024-08-22 16:05:37 -07:00
Cody Jackson 7f252a77eb Making sure tabTitle updates if the content of a slot updates
Watches and computed props didn't update based on the content of slots.

The render method would still be called when the slot was updated so I moved the update to there. I also just use a method to compute the title because the value would get cached and not updated even if you accessed it more than once.

https://github.com/rancher/dashboard/issues/9822#issuecomment-1976814164
2024-03-26 14:22:24 -07:00
Cody Jackson 36a31a397e More informative page titles 2024-02-12 20:11:45 -07:00