You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eliminated runtime partials/templatetags dependency: CRUD no longer depends on falco-cli at runtime. Table HTML is now inline with explicit field references, pagination uses a cotton component, and BooleanField renders heroicon check/x circles.
Deletedpartials/table.html, partials/pagination.html, templatetags/falco_cli.py, pagination.py from falco-cli.
Fixed start_app URL formatting bug: App entries now go on a new line in urls.py instead of the same line.
Added fujin.toml to starter-template for Fujin CLI deployment.
Added cotton/pagination.html component to starter-template.