This commit adds a new setting that displays a visual "SANDBOX" banner when the environment is marked as development or sandbox. Changes: - Add is_sandbox_environment boolean column to SystemSettings model - Add database migration for automatic schema update - Add Environment section in Settings > General with toggle switch - Create sandbox.css with diagonal banner styling (non-interactive) - Inject system_settings into all template contexts - Add sandbox banner to base.html layout - Update changelog with feature description The banner appears as a red diagonal ribbon in the top-left corner and uses pointer-events: none to remain non-interactive while keeping underlying elements clickable. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| containers/backupchecks | ||
| deploy | ||
| docs | ||
| .gitignore | ||
| .last-branch | ||
| build-and-push.sh | ||
| LICENSE | ||
| README.md | ||
| version.txt | ||