- ae_comp__badge_obj_view_v2.svelte: removed all inline edit-mode logic (floating Edit/Save/Cancel panel, placeholder list, input fields, save/cancel functions). V2 is now purely a display component — editing happens in the right panel (ae_comp__badge_print_controls.svelte) via liveQuery reactivity. display_* values are now $derived directly from lq__event_badge_obj. Fixes effective_badge_type_code CSS class (was always empty in previous v2). - ae_comp__badge_print_controls.svelte: added "Print Badge" button at the top of the panel. Increments print_count, fires window.print(), then navigates to badge search. This is now the canonical print action for v2; the header "Print Now" button is a shortcut that calls window.print() only (no count tracking). Clarified $ae_loc.edit_mode comment — global AE Edit Mode is not a badge-specific edit toggle; used here only to gate reprints. - print/+page.svelte: added clarifying comments on is_edit_mode (global vs local) and the header "Print Now" button (shortcut only, no count tracking). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Aether (AE) Events - Badges Module (v3)
This directory contains the files for the new Event Badges module (v3).
Detailed documentation can be found here: @documentation/MODULE__AE_Events_Badges.md