Block a user
@lucide/svelte with lucide and lucide-svelte, update AppBar headline layout with dynamic page titles.
MemberAddView, create MemberForm, update routes, templates, and add supporting styles.
HX-Trigger, update templates for dynamic menu state management, and extend mixins to support menu highlighting.
MemberDeleteView to deactivate users instead of deleting, and adjust templates for i18n.
MemberDeleteView with HTMX integration, add is_active filter, update member filter template, and refine related styles.
django-htmx into project: update settings, middleware, and base HTML with HTMX utilities.
base.html integration and revamp member filter and list designs.
backend sidebar for members management.
members app: add filtering with django-filter, MemberFilter class, and initial view setup. Update URLs, templates, and dependencies for integration.
members app: add user signals for automatic Member profile creation, tests for Member behavior, and updated authentication backends
members app: add fields to Member model, update migrations, and configure admin display
members app with models, migrations, permissions, and rules integration; updated dependencies and settings