• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zwave-js / zwave-js-ui / 22174552956
19%

Build:
DEFAULT BRANCH: master
Ran 19 Feb 2026 08:42AM UTC
Jobs 1
Files 70
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 Feb 2026 08:40AM UTC coverage: 19.288%. Remained the same
22174552956

push

github

web-flow
fix(ui): enable multiple file selection in Store view (#4550)

File selection in the Store view was limited to single-select,
preventing batch download/delete operations.

## Changes

- Added `select-strategy="leaf"` prop to v-treeview component in
Store.vue

The v-treeview component defaults to `single-leaf` strategy, which only
allows one file to be selected at a time. Specifying `leaf` strategy
enables multi-select for files while maintaining the existing behavior
of non-selectable folders.

```vue
<v-treeview
  v-model:selected="selectedFiles"
  :items="items"
  selectable
  select-strategy="leaf"
  ...
>
```

## Result

![Multiple files selected in Store
view](https://github.com/user-attachments/assets/63feb1bf-9acf-4c17-bbee-ac5c06954aa1)

Users can now select multiple files simultaneously for batch operations.

> [!WARNING]
>
> <details>
> <summary>Firewall rules blocked me from connecting to one or more
addresses (expand for details)</summary>
>
> #### I tried to connect to the following addresses, but was blocked by
firewall rules:
>
> - `224.0.0.251`
>   - Triggering command: `REDACTED, pid is -1` (packet block)
>
> If you need me to access, download, or install something from one of
these locations, you can either:
>
> - Configure [Actions setup
steps](https://gh.io/copilot/actions-setup-steps) to set up my
environment, which run before the firewall is enabled
> - Add the appropriate URLs or hosts to the custom allowlist in this
repository's [Copilot coding agent
settings](https://github.com/zwave-js/zwave-js-ui/settings/copilot/coding_agent)
(admins only)
>
> </details>

<!-- START COPILOT ORIGINAL PROMPT -->



<details>

<summary>Original prompt</summary>

> 
> ----
> 
> *This section details on the original issue you should resolve*
> 
> <issue_title>Selecting a file in the store deselects
others</issue_title>
> <issue_description>### Checklist
> 
> - [ ] I am not using Home Assistant. Or: a developer has told me to
come here.
> - [ ] I... (continued)

334 of 444 branches covered (75.23%)

Branch coverage included in aggregate %.

4052 of 22295 relevant lines covered (18.17%)

1.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22174552956.1 19 Feb 2026 08:42AM UTC 70
19.29
GitHub Action Run
Source Files on build 22174552956
  • Tree
  • List 70
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 93880e92 on github
  • Prev Build on master (#22174489945)
  • Next Build on master (#22174740632)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc