Conversation
Replaces Python's SimpleHTTPRequestHandler with waitress WSGI server to prevent broken pipe errors when browsers close connections early.
- Modify parse_alignment_target_id to handle single KDMA names containing underscores - Add comprehensive test coverage for KDMA parsing edge cases - Apply ruff formatting to build.py
Replace console warnings with user-visible notifications when URL parameters are from different manifest versions. Implements toast-style notifications that auto-dismiss after 4 seconds. Closes #29
Replace hardcoded file list with automatic file discovery. Copy all static files except Python files, ensuring new files like notifications.js are included in production builds without manual updates. Remove try-catch blocks - file copy failures should be fatal errors.
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
personal_safetyand other underscore-containing KDMA namesKey Changes
User Notification System
notifications.js: Standalone notification system with queue management and animationsstate.js: Import notification module and replace console.warn with user notificationstyle.css: Added notification styling with slide animations and color schemesKDMA Parsing Fix
personal_safety-0.0was incorrectly parsed aspersonalandsafetyKDMAsparse_alignment_target_id()to handle single-value KDMAs with underscores properlypersonal_safety-0.0andADEPT-June2025-personal_safety-0.0formatsInfrastructure Improvements
http.serverwithwaitressfor better stability and error handlingTest plan
personal_safetyKDMA experiments load correctlyCloses #29