load note.js in dashboard _scripts.html so My Sky applet banner works; fix stale new-note applet seeds in FTs
Some checks failed
ci/woodpecker/push/pyswiss Pipeline was successful
ci/woodpecker/push/main Pipeline failed

- _scripts.html: add note.js alongside dashboard.js — Note global now available on dashboard
  page, enabling Note.handleSaveResponse from _applet-my-sky.html save handler
- test_dashboard.py: remove stale new-note applet seed (renamed to new-post/billboard)
- test_room_tray.py: remove stale new-note applet seed

Code architected by Disco DeDisco <discodedisco@outlook.com>
Git commit message Co-Authored-By:
Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Disco DeDisco
2026-04-23 02:34:40 -04:00
parent 6ebb2fbd51
commit 2088fedeee
3 changed files with 1 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
{% load static %}
<script src="{% static "apps/dashboard/dashboard.js" %}"></script>
<script src="{% static "apps/dashboard/note.js" %}"></script>
<script>
window.onload = () => {
initialize("#id_text");