refactor(bugs): use BugsApp namespace for inline event handlers
Replace Object.assign(window, {...}) with window.BugsApp namespace
to expose functions for inline event handlers. This aligns with the
pattern used in docs.html and reduces global scope pollution.