Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
karangattu created a review comment on a pull request on posit-dev/py-shiny
We could, I had to add ids to some elements so the controller can use them in the tests. If you are fine with adding those ids in the example app, we can do that.
gadenbuie created a review comment on a pull request on posit-dev/py-shiny
Can we re-use the example in `examples/brand` instead of copying it into the tests?
gadenbuie opened a pull request on posit-dev/py-shiny
fix(brand): Revert change to use hard-coded default colors in example app
Reverts [`edbae14` in #1743](https://github.com/posit-dev/py-shiny/pull/1743/commits/edbae14b1b16a60136efa77c06f8425688c7bc26). The color values were hardcoded to allow flipping between branded and...karangattu pushed 1 commit to add-brand-yml-tests posit-dev/py-shiny
- add brand file to pyright ignore list 8479e15
karangattu opened a pull request on posit-dev/py-shiny
tests(brand-yml): Add tests for brand.yml
This PR adds playwright tests that check for colors and font-families for multiple elements in the brand.yml example app. This test will run on Chromium, Safari and Firefox for every commit.schoulten created a comment on an issue on posit-dev/py-shiny
Oh, now I see, thanks a lot!
gadenbuie closed an issue on posit-dev/py-shiny
Brand.yml doesn't follow the overriding font families in monospace-block and monospace-inline
If I have a Shiny for Python App with the brand.yml contents as the following: <details> <summary>Brand.yml</summary> ```yml meta: name: full: "Retro Arcade Brand" short: "RetroArc" ...gadenbuie pushed 1 commit to main posit-dev/py-shiny
- fix(brand): Apply monospace-inline and monospace-block font family (#1762) a35f3a8
dreamtori opened an issue on posit-dev/py-shiny
Issue with Progress Bar Not Updating When reload = FALSE in shiny.run_app()
Hello, The progress UI provided by Shiny works correctly when reload = TRUE in the shiny.run_app() function. However, when reload = FALSE, the progress bar either doesn't update properly or doesn't...gadenbuie pushed 1 commit to fix/1761-theme-brand-monospace-font-family posit-dev/py-shiny
- docs: Add changelog item 7edacd7