You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to access the object which contains 'themeName'?
I would need it in my Page Interaction to detect whether the user is using the classic or the modern theme.
The text was updated successfully, but these errors were encountered:
When you console.log the API object you can see in globals:settings: defaultNovoThemeName: "modern-light" for both themes, the Classic and the Modern. It would be good to have defaultNovoThemeName: "classic" if the Classic theme were on.
Hi @yendrrek , since PageInteractions are a feature of the Bullhorn ATS and no code is used from the component library, there is not much we can do here. I will escalate this to our product teams as a feature request. Can you give us a few more details in your use case here, are you injecting styles?
I will keep this ticket open temporarily, to notify you if this feature is getting added.
Hi @bvkimball, yes, I'm injecting a style with a different colour into the banner / header on the Candidate record depending on the value in the 'Status' field. I made it work for the 'Modern' theme, but when using the 'Classic' theme it would not work properly. I eventually found a work around, but I thought it would be useful to be able to distinguish between the classic and the modern view. Thanks for your help.
Is there a way to access the object which contains 'themeName'?
I would need it in my Page Interaction to detect whether the user is using the classic or the modern theme.
The text was updated successfully, but these errors were encountered: