Templates now consume container_nav_html and card_widgets_html from fragment fetches instead of iterating widgets.container_nav / container_cards. OOB nav template renders entry/calendar links directly from data. Calendar and market widget registrations removed (account widgets remain). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
11 lines
220 B
Python
11 lines
220 B
Python
"""Market-domain widgets.
|
|
|
|
Container nav widgets have been replaced by fragments
|
|
(market app serves them at /internal/fragments/).
|
|
"""
|
|
from __future__ import annotations
|
|
|
|
|
|
def register_market_widgets() -> None:
|
|
pass
|