py-shinyswatch
py-shinyswatch copied to clipboard
Bootswatch themes for py-shiny
So that it can remember the user's preference between sessions
Hi team, We are using the Superhero theme which is really great! Following upgrading from shiny 0.7.1 to 0.8.1 the input selectize ui element no longer renders correctly: - Previously...
> From https://github.com/posit-dev/py-shinyswatch/tree/e6f097b792bbba61fc4c03b0bbc78e4ae422f0c1/shinyswatch/bsw5/cerulean , shinyswatch is only aware of the ionRangeSlider and is missing `selectize` and `datepicker`. (The `bootstrap.min.css` is equivalent to the `shiny.min.css`.) > > May I request a...
Hi, Thanks for this package, it is useful and fun to work with. I was wondering if it could be possible to allow changing of the default theme on startup...
* `./venv/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.` * Many of ``` SetuptoolsDeprecationWarning: Installing 'shinyswatch.bsw5.solar' as data is deprecated, please list it in `packages`. !! ############################ #...
 In my screenshot you can see that the error is present but the picker is working. I think there was a brief moment during app launch where it was...
From https://forum.posit.co/t/compileerror-when-trying-to-customize-a-shiny-theme/189700/6 It'd be reasonable for us to watch for key color values being changed via `.add_defaults()` to update the `.colors` property. ```python from shinyswatch.theme import minty as shiny_theme shiny_theme...
- [ ] Switch from `setup.cfg` to `pyproject.toml` - [ ] Use `uv` in Makefile and CI workflows - [ ] Switch to Trusted Publisher workflow (https://github.com/posit-dev/py-shinyswatch/actions/runs/11729325688/attempts/1#summary-32674876424) - [ ]...