CmdForge/src/cmdforge/gui/pages
rob 9a284d7d04 Fix rating bar not showing for own published tools in flat directories
Tools published by the user and stored at ~/.cmdforge/<name>/ (no owner
subdir) had no way to resolve the registry owner, so get_tool_registry_info
returned None and the rating bar was hidden. Added fallback_owner parameter
that uses the current user's slug when no owner can be determined from the
path or config.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 02:42:24 -04:00
..
__init__.py
collections_page.py Add admin publish-as-official, hash-based status sync, and GUI fixes 2026-01-29 17:18:37 -04:00
profiles_page.py
providers_page.py
registry_page.py Add registry sort/pagination features and improve code step dialog 2026-01-30 01:35:03 -04:00
tool_builder_page.py Add admin publish-as-official, hash-based status sync, and GUI fixes 2026-01-29 17:18:37 -04:00
tools_page.py Fix rating bar not showing for own published tools in flat directories 2026-01-30 02:42:24 -04:00
welcome_page.py