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

zwave-js / zwave-js-ui / 22344900083
19%

Build:
DEFAULT BRANCH: master
Ran 24 Feb 2026 09:34AM 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

24 Feb 2026 09:33AM UTC coverage: 19.239% (-0.005%) from 19.244%
22344900083

push

github

web-flow
feat(ui): add setting to show labels on all navigation tabs (#4563)

The navigation tabs option only displayed text labels on the active tab,
requiring users to recognize icons or click tabs to identify them. This
adds a setting to show labels on all tabs when tab navigation is
enabled.

## Changes

**Type definitions**
- Added `showTabLabels?: boolean` to `UiConfig` interface

**State management** 
- Added `showTabLabels` to UI store state with localStorage persistence
- Added `setShowTabLabels()` action

**UI components**
- Settings page: New toggle "Show labels on all tabs" (disabled when
tabs navigation is off)
- App navigation: Updated tab rendering to conditionally show labels
based on setting

```vue
<!-- Before: Labels only on active tab -->
<span v-if="item.path === $route.path">
  {{ item.title }}
</span>

<!-- After: Labels on all tabs when enabled -->
<span v-if="item.path === $route.path || showTabLabels">
  {{ item.title }}
</span>
```

## Screenshots

**Default behavior** (labels on active tab only):
![Default
tabs](https://github.com/user-attachments/assets/7c1342ef-1cbf-4b64-aeb3-a8a43187f211)

**New setting enabled** (labels on all tabs):
![All tabs with
labels](https://github.com/user-attachments/assets/ce0aeae7-2085-4cc8-b884-39fd6104af41)

> [!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-... (continued)

334 of 444 branches covered (75.23%)

Branch coverage included in aggregate %.

0 of 6 new or added lines in 2 files covered. (0.0%)

4052 of 22353 relevant lines covered (18.13%)

1.13 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
0.0
0.0% api/config/store.ts
5
0.0
0.0% src/stores/base.js
Jobs
ID Job ID Ran Files Coverage
1 22344900083.1 24 Feb 2026 09:34AM UTC 70
19.24
GitHub Action Run
Source Files on build 22344900083
  • Tree
  • List 70
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • c6aa58df on github
  • Prev Build on master (#22341306896)
  • 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