* Follow up to #3404: change insertTab()'s default position so that default behavior doesn't change
* Update news
* Document (GitHub Actions)
Co-authored-by: cpsievert <cpsievert@users.noreply.github.com>
* Follow up to #3366: don't change sliderInput()'s default accent color
* Update news
* nav_append not tab_append 🤦
* bslib no longer tries to mark a non-tabPanel as active
* Use bslib's new nav() api to implement tabPanel() and friends
* bslib won't be re-exporting prepend/append tab since they've been superceded by insertTab()
* Update DESCRIPTION
* Use the new bslib::page_navbar()
* Leverage bslib::page_navbar()'s more intelligent title->windowTitle handling
Closes#2310
* fix name change
* Make sure navbarPage() isn't browsable by default