Skip to content

v20240522-180622

Compare
Choose a tag to compare
@github-actions github-actions released this 22 May 18:07
· 680 commits to main since this release
a655d2b
[HUD] Add PR title to the page title (#5237)

Tried using `useEffect(()=> { document.title = "..."; }, []};` trick initially, but this does not seem to work reliable, so end up adding `DynamicTitle` component that defines a context(thank you ChatGPT for the hint on how to read React docs), and define `useSetTitle(title:string)` hook to update page title from the components

Also make title of top level HUD pages smaller