Commit Graph

3303 Commits

Author SHA1 Message Date
8f42c03697 fix(types): enhance type safety in LuaEngine and execution functions 2025-12-30 00:47:52 +00:00
a8d0e1b749 fix(types): improve type safety in generatePackageExport and executeLuaScript functions 2025-12-30 00:47:25 +00:00
4d451dab46 fix(types): enhance type safety across various components and utilities 2025-12-30 00:47:10 +00:00
4dbea7a9b0 fix(types): enhance type safety in AstLambdaRefactorUtils and AutoCodeExtractor3000Utils methods 2025-12-30 00:43:47 +00:00
642215fe14 fix(types): improve type safety in utility functions across multiple refactor utils 2025-12-30 00:43:35 +00:00
f93945ad79 fix(types): update types in LuaScriptDetails and PackageFilters components for better type safety 2025-12-30 00:40:26 +00:00
021762bd50 docs: add package-sources documentation and update copilot-instructions for 6-level permissions 2025-12-30 00:36:30 +00:00
e59841bbff test: add unit tests for PackageSourceManager functionality 2025-12-30 00:33:00 +00:00
52e1337b69 feat: Implement local and remote package sources with package source manager
- Added LocalPackageSource to load packages from the local filesystem.
- Introduced RemotePackageSource to fetch packages from a remote registry.
- Created PackageSourceManager to manage multiple package sources and resolve conflicts.
- Added tests for package source types and configurations.
- Updated metadata.json files for various packages to include dependencies.
- Enhanced type definitions for package sources and related data structures.
2025-12-30 00:32:52 +00:00
ec76c69609 fix(types): update SqlParam type for query and execute methods in UIPagesDb 2025-12-30 00:21:14 +00:00
00c7d7f473 feat(users): add moderator user to seed data 2025-12-30 00:20:37 +00:00
fac6a49a64 Refactor and enhance permission handling, UI components, and package metadata
- Updated ModelTable component to use more specific types for records and edit actions.
- Enhanced NavItem component to extend MUI ListItemProps for better type safety.
- Refactored normalizeLuaStructure to improve type handling with JsonValue.
- Updated LuaUIComponent and related types to use JsonValue for props and handler arguments.
- Modified AuditLog interface to use JsonObject for metadata.
- Improved importUIPages function to use a more specific database interface.
- Refactored builder-types to use JsonValue for component props and default values.
- Updated package index.json to reflect changes in package descriptions, dependencies, and added minLevel attributes.
- Enhanced permissions in Lua scripts to include new roles (moderator, supergod).
- Renamed and updated metadata for UI level packages to reflect new roles and functionalities.
- Added new UI level package (Level 6 - Supergod Panel) with associated scripts and components.
- Updated permissions check script to include new moderator role checks.
2025-12-30 00:20:29 +00:00
b72763d9ff feat: add minLevel property to metadata.json files and update permission levels in levels.lua 2025-12-30 00:13:12 +00:00
de20d96a82 feat(build): ensure minLevel is set from indexEntry in package registry 2025-12-30 00:09:55 +00:00
fe5b4ce0a9 feat(types): add minLevel property to PackageDefinition for permission management 2025-12-30 00:09:33 +00:00
d9a562f09b feat(JsonEditor): update types for value, onSave, and schema props to JsonValue
feat(TabContent): refine types for onSchemasChange, onWorkflowsChange, and onLuaScriptsChange props
2025-12-30 00:09:24 +00:00
5bca85b5a9 feat(lua-ui): remove Lua UI example form and login page implementations 2025-12-30 00:07:35 +00:00
8190255e7c feat: Refactor package installation and validation scripts
- Updated ContactForm example to remove type casting on handleInputChange.
- Enhanced package installation scripts with type definitions for better type safety.
- Implemented package uninstallation and installation checks with improved type definitions.
- Added new Lua scripts for admin settings, code editor features, and user management.
- Introduced schema editor field types and validation rules for form inputs.
- Created social feed components and workflow editor nodes for enhanced functionality.
- Developed layout modules for various UI levels, including admin and supergod panels.
2025-12-30 00:05:03 +00:00
afa51500a5 feat(layout): add flex, grid, section, and stat components for dashboard layout
feat(nav_menu): implement menu item, group, and divider components
feat(ui_header): create logo, user, and actions sections for header rendering
2025-12-30 00:01:01 +00:00
4b6792fd92 feat(columns): add definitions for action, date, number, and text columns 2025-12-29 23:59:15 +00:00
6a4d5a66fa feat(toast): add toast notification types for error, info, success, and warning 2025-12-29 23:58:41 +00:00
1a57c0a917 fix(types): enhance type safety by specifying return types in package component functions and adding new field components 2025-12-29 23:58:21 +00:00
d517d04537 fix(types): improve type safety by replacing 'any' with specific types in getInstalledPackages and PackageDefinition 2025-12-29 23:58:00 +00:00
4201940930 fix(types): replace 'any' with specific types for improved type safety in exportDatabaseSnapshot function 2025-12-29 23:57:52 +00:00
f89ac06184 fix(types): replace 'any' with specific types for improved type safety in modular package functions 2025-12-29 23:57:45 +00:00
88763fd97d feat: add social hub and stream cast modules with initialization, rendering, and scheduling functionalities 2025-12-29 23:57:08 +00:00
079bc3521c feat: add icon field to additional UI components in index.json for consistency 2025-12-29 23:53:40 +00:00
fedb7284e0 feat: add icon field to new packages in index.json for consistency 2025-12-29 23:52:10 +00:00
ef86c48fd0 fix(types): replace 'any' with 'unknown' for improved type safety across workflow and metadata files 2025-12-29 23:52:02 +00:00
4c1a3ee65e feat: add icon field to metadata for multiple packages 2025-12-29 23:48:49 +00:00
66ea8ceb9f Merge branch 'main' of https://github.com/johndoe6345789/metabuilder 2025-12-29 23:48:13 +00:00
4b002d8bfa fix(types): replace 'any' with 'unknown' in DBALConfig and DBALUser interfaces for better type safety 2025-12-29 23:47:39 +00:00
d1d0862fe9 feat: add SVG icons for various components including user manager, workflow editor, and permissions 2025-12-29 23:47:13 +00:00
9d67c8dbbc feat: add notification center package with toast and list functionalities
- Implemented notification center initialization and rendering utilities.
- Added toast notification types: success, error, warning, and info.
- Created notification list rendering with badge support.
- Included SVG icons for notification center.
- Added tests for notification center functionalities.

feat: introduce schema editor package for database management

- Developed schema editor initialization and field type definitions.
- Implemented table management and relationships handling.
- Added SVG icons for schema editor.
- Included tests for schema editor functionalities.

feat: create user manager package for user management operations

- Implemented user management actions: create, update, delete, change level, and toggle active.
- Developed user list rendering with sortable columns.
- Added SVG icons for user manager.
- Included tests for user manager functionalities.

feat: add workflow editor package for workflow management

- Developed workflow editor rendering and step management utilities.
- Implemented workflow run status display and progress rendering.
- Added SVG icons for workflow editor.
- Included tests for workflow editor functionalities.

chore: add static SVG icons for various packages
2025-12-29 23:47:01 +00:00
ad82a70724 Merge pull request #485 from johndoe6345789/codex/fix-type-lint-warnings
Improve package data typings
2025-12-29 23:39:23 +00:00
e4450de5ca chore: improve package data typings 2025-12-29 23:38:49 +00:00
036a435cc0 feat(ui): Add dashboard and auth UI components, including layouts and dialogs 2025-12-29 23:36:44 +00:00
26ba2d3ec0 feat(ui): Update metadata and add new components for dashboard, form builder, and navigation menu 2025-12-29 23:34:37 +00:00
f8efac1188 Merge branch 'main' of https://github.com/johndoe6345789/metabuilder 2025-12-29 23:31:49 +00:00
f3b1058d62 feat(ui): Add UI components for header, intro, and user dashboard
- Implemented App Header with lifecycle and rendering scripts.
- Created Intro Section with rendering logic.
- Developed User Dashboard with profile, comments, and chat functionalities.
- Added Admin Panel for user and content management.
- Introduced Application Builder with schemas and workflows.
- Established Super God panel for tenant management.
- Updated metadata and tests for all new components and functionalities.
- Enhanced UI Pages Bundle to include dependencies for all levels.
- Improved permission checks and constants in the permissions package.
2025-12-29 23:31:43 +00:00
dc3b2bdfe4 Merge pull request #480 from johndoe6345789/codex/fix-type-lint-warnings
Fix type lint warnings in hooks
2025-12-29 23:30:38 +00:00
92e9b870fa Fix type lint warnings in hooks 2025-12-29 23:30:27 +00:00
427f502a3d Merge pull request #478 from johndoe6345789/codex/resolve-lint-warnings
Resolve lint warnings
2025-12-29 23:21:32 +00:00
c852289a06 chore: resolve lint warnings 2025-12-29 23:21:14 +00:00
a173b41d4b Merge branch 'main' of https://github.com/johndoe6345789/metabuilder 2025-12-29 23:19:40 +00:00
38237123cf feat: add UI components for login, home, and permissions with metadata and scripts 2025-12-29 23:19:32 +00:00
0457cbcd61 Merge pull request #475 from johndoe6345789/codex/migrate-ui-to-lua-package-system
feat: load UI pages from lua packages
2025-12-29 23:19:12 +00:00
d0dbf45d24 feat: load UI pages from lua packages 2025-12-29 23:19:02 +00:00
1f88b32d0c fix: rename error variable in GET function for consistency 2025-12-29 23:04:19 +00:00
6268cbb4bd feat: add UI rendering pipeline documentation 2025-12-29 23:01:12 +00:00