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

zwave-js / zwave-js-ui / 26761633348
19%

Build:
DEFAULT BRANCH: master
Ran 01 Jun 2026 02:36PM 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

01 Jun 2026 02:35PM UTC coverage: 18.556% (-0.001%) from 18.557%
26761633348

push

github

web-flow
fix(ui): last Awake column as localized datetime (#4652)

`Last Awake` was introduced as a date column but rendered as a raw epoch
value in the nodes table UI. This change aligns its display with other
timestamp fields by formatting it through the existing store date/time
formatter.

- **UI rendering fix (nodes table)**
- Added an explicit `item.lastAwake` slot in the nodes table to render
formatted datetime text instead of the raw numeric value.
  - Preserves empty rendering when `lastAwake` is not set.

- **Store formatter wiring**
- Exposed `getDateTimeString` in `nodes-table.js` via
`mapActions(useBaseStore, ['getDateTimeString'])` so table slots can
reuse centralized locale/timezone-aware formatting.

- **Resulting behavior**
- `Last Awake` now displays human-readable localized date/time values
(consistent with user expectations and existing UI patterns).

```vue
<template #[`item.lastAwake`]="{ item }">
  {{ item.lastAwake ? getDateTimeString(item.lastAwake) : '' }}
</template>
```

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

339 of 455 branches covered (74.51%)

Branch coverage included in aggregate %.

0 of 2 new or added lines in 1 file covered. (0.0%)

4142 of 23693 relevant lines covered (17.48%)

1.12 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
0.0
0.0% src/components/nodes-table/nodes-table.js
Jobs
ID Job ID Ran Files Coverage
1 26761633348.1 01 Jun 2026 02:36PM UTC 70
18.56
GitHub Action Run
Source Files on build 26761633348
  • Tree
  • List 70
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 63d3c7e3 on github
  • Prev Build on master (#26517714592)
  • Next Build on master (#26814957109)
  • 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