Comment to HTMX 14.0.0-B1 Bugs/Improvements
-
After a lot of testing, it seems this is the last visual bug...
When using search functions, header text is wrong when switching sub menu.
Reproduce:
Video->Search
Pick anything.
Search
Switch to Latest sub menu.
The header still says 'search'.
This is an absolute easy fix, after htmx is done, check if the header text is visible (check class or id) and if so, set it to the new pages title.
@Anton L 😎👍
Edit:
Any direct link to a module will show incorrect header text.
Example:
Video -> Popular Videos
Displays "Popular Videos" in header. Switch to Latest, Search, whatever, Popular Videos remains.
Replacing header text with page title will fix this across all modules and all third party modules as well.