Skip to content

Staging#766

Merged
accius merged 3 commits intomainfrom
Staging
Mar 17, 2026
Merged

Staging#766
accius merged 3 commits intomainfrom
Staging

Conversation

@accius
Copy link
Owner

@accius accius commented Mar 17, 2026

What does this PR do?

Type of change

  • Bug fix
  • New feature
  • Performance improvement
  • Refactor / code cleanup
  • Documentation
  • Translation
  • Map layer plugin

How to test

Checklist

  • App loads without console errors
  • Tested in Dark, Light, and Retro themes
  • Responsive at different screen sizes (desktop + mobile)
  • If touching server.js: caches have TTLs and size caps (we serve 2,000+ concurrent users)
  • If adding an API route: includes caching and error handling
  • If adding a panel: wired into Modern, Classic, and Dockable layouts
  • No hardcoded colors — uses CSS variables (var(--accent-cyan), etc.)
  • No .bak, .old, console.log debug lines, or test scripts included

Screenshots (if visual change)

ceotjoe and others added 3 commits March 17, 2026 12:26
Resolves fatal ReferenceError when SETTINGS_SYNC=true — path module
was used in getSettingsFilePath() but never imported.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
crypto.randomUUID() is only available over HTTPS or localhost.
Accessing the app via plain HTTP on a local IP (e.g. 192.168.x.x)
caused an uncaught TypeError at module load time, crashing the app
and resulting in a black screen.

Added a Math.random() fallback for non-secure contexts.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ned-clean

fix: SETTINGS_SYNC crash and black screen on HTTP/LAN access
@accius accius merged commit f99f707 into main Mar 17, 2026
7 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants