Default to selecting all for event stream#194
Conversation
haileyok
left a comment
There was a problem hiding this comment.
do you mind removing the uv.lock changes as well as updating the CHANGELOG.md? (we need to put something in the pr template that talks about the changelog, sorry about that)
Removed, wouldn't it be great to add Is my entry in |
yep, ty!!
unfortunately we need to keep it committed so that library versions stay pinned between builds and deployments. i think if you use |
9f8046e to
a6e6f60
Compare
The development docs would be a great place to include this, seeing as it contains most of such information. I can open a PR for it. Sorry for the notification hell. |
All features are now selected by default, the existing behavior still works as expected. I did this because for some reason, it seems setting defaultChecked to true on each checkBox doesn't work. Signed-off-by: Chihurumnaya Ibiam <ibiamchihurumnaya@gmail.com>
ya, def feel free to open a PR, thank you!! no worries on the notifs <3 |
Description
All features are now selected by default, the existing behavior still works as expected.
I did this because for some reason, it seems setting defaultChecked to true on each checkBox doesn't work.
Fixes #126
@cassidyjames kindly review.
Checklist
uv run ruff check .passes (no unused imports or other lint errors)uv tool run fawltydeps --check-unused --pyenv .venvpasses (no unused dependencies)