Commit Graph

468 Commits

Author SHA1 Message Date
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
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
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
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
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
38237123cf feat: add UI components for login, home, and permissions with metadata and scripts 2025-12-29 23:19:32 +00:00
9f10d771d2 feat: add login and level 1 pages with UI components and actions 2025-12-29 22:55:41 +00:00
8afddada3d update: social,packages,lua (5 files) 2025-12-26 02:42:38 +00:00
6c3cc57fae update: stream,packages,lua (5 files) 2025-12-26 02:42:22 +00:00
bdb0a4f663 docs: todo,nextjs,frontends (5 files) 2025-12-26 01:20:12 +00:00
02a7a48c85 docs: nextjs,globals,frontends (5 files) 2025-12-26 01:16:55 +00:00
bc84907b84 docs: tsx,powertransfertab,packages (3 files) 2025-12-26 01:15:02 +00:00
619a77cd9d config: tsx,packages,nextjs (2 files) 2025-12-26 01:12:21 +00:00
22183f9966 config: stream,packages,json (1 files) 2025-12-26 01:08:07 +00:00
d0fcbc9e2d docs: todo,packages,stream (3 files) 2025-12-26 01:07:51 +00:00
674768837d code: validate,tools,stream (2 files) 2025-12-26 01:07:35 +00:00
7aa1bb3af7 config: packages,studio,stream (2 files) 2025-12-26 01:07:19 +00:00
0af59837ff docs: packages,stream,route (3 files) 2025-12-26 01:06:12 +00:00
12737a0d68 code: stream,packages,nextjs (4 files) 2025-12-26 01:05:56 +00:00
a57d1f095f docs: stream,packages,cast (3 files) 2025-12-26 01:05:40 +00:00
4821b35e9a code: stream,packages,lua (3 files) 2025-12-26 01:05:24 +00:00
b28488641c update: stream,schedule,packages (1 files) 2025-12-26 01:05:01 +00:00
818614f0cd config: stream,packages,cast (2 files) 2025-12-26 01:04:45 +00:00
f415b1e946 config: stream,packages,json (1 files) 2025-12-26 01:04:29 +00:00
56382b27e2 config: stream,packages,metadata (1 files) 2025-12-26 01:03:43 +00:00
9d2147d338 docs: packages,nextjs,frontends (2 files) 2025-12-26 00:59:54 +00:00
21dc967a6f code: packages,lobby,arcade (2 files) 2025-12-26 00:59:38 +00:00
dd6a07e505 code: packages,main,lobby (1 files) 2025-12-26 00:59:22 +00:00
1e8ef4abf0 docs: packages,lobby,arcade (2 files) 2025-12-26 00:58:49 +00:00
6a9b411fea update: packages,lua,lobby (2 files) 2025-12-26 00:58:33 +00:00
38b3a4e47e update: packages,lua,lobby (2 files) 2025-12-26 00:58:17 +00:00
17c1f98c08 config: packages,lobby,json (2 files) 2025-12-26 00:58:01 +00:00
2025e6ce0b config: packages,metadata,lobby (1 files) 2025-12-26 00:57:00 +00:00
1a897b8ced docs: dbal,packages,forum (27 files) 2025-12-26 00:55:57 +00:00
acea2a624b config: packages,metadata,json (1 files) 2025-12-26 00:53:28 +00:00
057badf424 docs: packages,studio,codegen (4 files) 2025-12-26 00:51:04 +00:00
89083a5068 code: cpp,hpp,dbal (7 files) 2025-12-26 00:50:48 +00:00
6cf27dc561 docs: studio,packages,codegen (2 files) 2025-12-26 00:50:31 +00:00
0a82b71936 update: studio,packages,lua (2 files) 2025-12-26 00:50:15 +00:00