Is there code that can determine if you have something waiting? I forget which alt has stuff coming and would like to be able to check without going to the vault.
Should be able to click on it in the M+ UI etc.
As Elvenbane mentioned, you can use the M+ UI to check, but that only works for toons that have done M+.
The other way through the Delve Tab is gone after the latest patch. I found the following after a little digging & itās currently working (I put it in a macro, click once to show, again to hide):
/run C_AddOns.LoadAddOn("Blizzard_WeeklyRewards"); if WeeklyRewardsFrame:IsShown() then WeeklyRewardsFrame:Hide() else WeeklyRewardsFrame:Show() end
According to this preview, Vault rewards are visible in a new UI element for Midnight called the āJourneysā tab (of the Adventure Guide):
https://worldofwarcraft.blizzard.com/en-us/news/24235746/midnight-brings-journeys-to-your-adventure
I havenāt looked for it yet myself, but since weāve reached 12.0.1, itās probably there.
Right now, the Journeys tab shows devices for the renown factions of the expansion (TWW currently, but a selector that can let you see Dragonflight and Midnight.
Thereās also a teeny tiny button that looks lie the Great Vaultās keyhole that shows the GV UI in its current state. (If you have unclaimed rewards, itās got a big box that says so; otherwise, it shows this weekās attainments.)
Yup Sniper, I see it now. I donāt think it was there the last time I looked at that interface, but maybe it was.
Iām surprised itās not down in the āEncounterā section of the interface next to the Delve button & much bigger.
Maybe Iām too cynical, but I think these poor UI design choices are perfectly on-brand for this design team, along with everything theyāre doing in combat UI and addon replacement.