2 Commits

Author SHA1 Message Date
9b715acd53 feat: add seed data and dashboard components for package migration
Add core seed data:
- /dbal/shared/seeds/database/users.yaml - Default system users (supergod, admin, testuser)
- /dbal/shared/seeds/database/credentials.yaml - SHA-512 hashed passwords

Add dashboard components:
- dashboard_home - User greeting with quick navigation links
- user_profile - User profile information display
- comments_list - Paginated comments list
- comment_form - Comment submission form
- irc_chat - IRC-style chat interface

These components use fakemui Material Design components and follow the
MetaBuilder JSON component schema. They provide the foundation for the
dashboard package migration from the old system.
2026-01-21 04:41:32 +00:00
59a473dfb8 feat: Add user management package with components, permissions, functions, and styles 2026-01-02 15:29:03 +00:00