posit-dev / posit-dev/py-shiny
Finish nav API
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.8k
- Forks
- 135
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 21
Description
- Stronger types on positional args for
navs_*()consumers (i.e., only allow nav items or strings) - Support
bg = "auto"innavs_bar()/page_navbar() - Make sure fixed-bottom navbar menus dropup (https://github.com/rstudio/bslib/blob/d77f5ce61003307e7a6dc3c211e7ac6ee6896582/R/navs-legacy.R#L225)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Python implementations of the navs_* consumers, navs_bar(), and page_navbar(), then compare the fixed-bottom menu behavior with the referenced bslib navs-legacy.R code. Work through each checklist item: constrain positional-argument types, support bg="auto", and make fixed-bottom navbar menus drop up.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100