feat: add Live IP Cameras panel with region filtering and snapshot refresh#1734
Draft
anonymmaro-alt wants to merge 1 commit intokoala73:mainfrom
Draft
feat: add Live IP Cameras panel with region filtering and snapshot refresh#1734anonymmaro-alt wants to merge 1 commit intokoala73:mainfrom
anonymmaro-alt wants to merge 1 commit intokoala73:mainfrom
Conversation
…fresh Adds a new panel displaying public IP camera JPEG snapshots (traffic/city cams) organised by region (Americas, Europe, Asia, Middle East, Africa). Features a 3×2 grid and single-cam view, 6-second auto-refresh with cache busting, offline detection with retry, and IntersectionObserver-based pause when off-screen. Prefs persisted to localStorage. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
@anonymmaro-alt is attempting to deploy a commit to the Elie Team on Vercel. A member of the Team first needs to authorize it. |
Owner
|
This PR is still draft, do you want me to review it ? @anonymmaro-alt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
src/components/LiveIpCamerasPanel.ts— new panel componentsrc/config/panels.ts— registered in all variants + core categorysrc/app/panel-layout.ts— instantiated afterlive-webcamssrc/locales/en.json— i18n keyssrc/styles/main.css— panel-specific CSSTest plan
npm run devand verify the Live IP Cameras panel appears in the dashboardnpm run typecheckpasses with zero errors🤖 Generated with Claude Code