mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-02 08:33:31 +01:00
8bcccb5792b5b665cd7133cfdab9d9148f96f625
* Allow trace graph to scroll independently * Apply independent trace graph scrolling to script trace Port the independent column scrolling and sticky nav overlay from ha-automation-trace to ha-script-trace, and add scroll-to-active-node behavior to hat-script-graph. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Re-encapsulate nav buttons inside hat-script-graph Move the up/down navigation buttons back into hat-script-graph where they belong, restoring _previousTrackedNode/_nextTrackedNode as private. Wrap the graph content in a div.graph-scroll so it scrolls independently while the button column stays fixed — the same flex-row layout the parent was using, now self-contained inside the shadow DOM. This removes the duplicated nav overlay markup and disabled-state logic from ha-automation-trace and ha-script-trace, and removes the unnecessary public surface on HatScriptGraph. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Make not-scrollable more specific. Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
…
…
Home Assistant Frontend
This is the repository for the official Home Assistant frontend.
Development
- Initial setup:
script/setup - Development: Instructions
- Production build:
script/build_frontend - Gallery:
cd gallery && script/develop_gallery
Frontend development
Classic environment
A complete guide can be found at the following link. It describes a short guide for the build of project.
License
Home Assistant is open-source and Apache 2 licensed. Feel free to browse the repository, learn and reuse parts in your own projects.
We use BrowserStack to test Home Assistant on a large variety of devices.
Description
Languages
TypeScript
98.8%
JavaScript
1.1%

