Commit Graph

1292 Commits

Author SHA1 Message Date
8873a577e9 refactor: remove permissions package and related files
- Deleted the permissions package including its types, manager, and hooks.
- Removed renderer integration example and related permission checking functions.
- Cleaned up server package files, including package catalog entry and content type functions.
- Consolidated package loading logic into a unified package loader.
- Introduced new unified package management functions for loading and metadata retrieval.
2026-01-02 23:50:32 +00:00
b1148af3b0 refactor: remove obsolete package glue files and update imports to scripts 2026-01-02 23:40:08 +00:00
33751e1515 feat: Implement TypeScript JSON Abstraction Pattern documentation
- Added comprehensive documentation for the TypeScript JSON Abstraction Pattern, detailing its architecture, benefits, and practical use cases.
- Included examples of JSON input and corresponding TypeScript output, along with compiler implementation sketches.

feat: Enhance RootLayout to load header and footer packages

- Modified RootLayout to asynchronously load header and footer packages using the unified package loader.
- Rendered header and footer conditionally based on package metadata availability.

refactor: Update package-glue structure and imports

- Refactored package-glue exports to streamline imports and improve organization.
- Removed deprecated package-loader module and adjusted related imports accordingly.

fix: Correct package catalog imports in loader functions

- Updated import paths in various loader functions to reference the core package catalog correctly.

chore: Introduce unified package loader for better package management

- Created a unified package loader to handle loading packages from both filesystem JSON and legacy in-memory catalog.
- Implemented functions to load single and all packages, check package existence, and list package IDs.

feat: Add minimal declarative component renderer

- Introduced a lightweight declarative component registry to facilitate package component loading.
- Implemented functions for loading, retrieving, and listing registered components.
2026-01-02 23:39:55 +00:00
7dec5f0fac Refactor code structure for improved readability and maintainability 2026-01-02 23:28:43 +00:00
87501588ad chore: Remove login page and auth API routes - handled by ui_login package and DBAL 2026-01-02 23:16:36 +00:00
e43412f3fc refactor: remove setup and validation scripts for packages 2026-01-02 23:15:10 +00:00
ee5790c718 chore: Remove redundant public/packages folder - packages live at /packages/ 2026-01-02 23:13:13 +00:00
4b0d8ae6e8 chore: Major nextjs cleanup - consolidate lib folders, remove redundant TSX, move e2e to root
- Moved e2e folder to project root with playwright configs
- Removed (auth) route group (handled by packages)
- Removed redundant API routes (codegen, levels, native-prisma, etc.)
- Deleted lib folders now covered by packages: security, schema, seed, api, auth, routing, navigation
- Removed *-lib duplicates: database-lib, types-lib, rendering-lib, package-lib
- Deleted duplicate dbal-client folders
- Cleaned up eslint config and removed eslint-plugins folder
- Removed old workflow scripts and build outputs
- Consolidated hooks folder
- Total: Reduced ~43 TS files
2026-01-02 22:58:39 +00:00
8c7330db7c refactor: simplify build and test scripts in package.json 2026-01-02 22:35:05 +00:00
0952a1e4bd refactor: clean up package.json by removing unused dependencies and scripts 2026-01-02 22:33:53 +00:00
feac579bef refactor: remove pagination and toast components along with related styles and types
- Deleted TablePagination component and its associated styles and types.
- Removed pagination-related exports from index files.
- Eliminated sonner toast implementation including its context, container, and configuration.
- Cleaned up unused form and table components, including FieldGroup, ValidationSummary, Body, EmptyState, Header, and their respective types.
2026-01-02 22:28:11 +00:00
9dab4999c0 feat: add Nerd Mode IDE package with full functionality
- Created package.json for Nerd Mode IDE with dependencies and exports.
- Defined access permissions in roles.json for IDE functionalities.
- Implemented file system and execution functions in functions.json.
- Added SVG icon for the IDE in static_content/icon.svg.
- Configured Storybook for the IDE with various components and examples.
- Established design tokens in tokens.json for consistent styling.
- Developed parameterized test data in metadata.params.json for testing.
- Created metadata validation tests in metadata.test.json to ensure package integrity.
2026-01-02 22:25:22 +00:00
c31bc5da7f refactor: remove import/export package components and related logic
- Deleted ExportOptions component and its associated logic for export options.
- Removed ImportDialog component and its functionality for importing packages.
- Eliminated StatusUI component that displayed import status and package details.
- Cleared createFileSelector utility for file selection validation.
- Removed default export options and manifest definitions.
- Deleted executePackageImport function that handled package import logic.
- Removed generatePackageExport and generateSnapshotExport functions for package export.
- Cleared validateManifest function for manifest validation.
- Deleted PackageCard, PackageFilters, PackageTabs, and related hooks for package management.
- Removed DependenciesTab and ScriptsTab components for displaying package dependencies and scripts.
- Cleared RouteEditor, RoutesTable, and Preview components for route management.
2026-01-02 22:02:52 +00:00
1c219059ef refactor: remove Lua UI package support and replace with JSON package loading
- Deleted Lua UI structure normalization and related tests.
- Removed Lua UI package type definitions.
- Introduced JSON package loader and component renderer.
- Implemented page loading from JSON packages, replacing Lua package functionality.
- Updated related tests to reflect the new JSON-based implementation.
- Removed deprecated Lua execution functions and security patterns.
2026-01-02 20:54:18 +00:00
Richard Ward
e72c27fae5 update: nextjs,frontends,lua (1167 files) 2025-12-31 01:33:05 +00:00
Richard Ward
f6038ee582 code: tsx,nextjs,frontends (2 files) 2025-12-31 01:31:46 +00:00
Richard Ward
ab503c1f0e code: nextjs,frontends,compiler (1 files) 2025-12-31 01:31:17 +00:00
Richard Ward
5f806d9340 update: scss,nextjs,main (1 files) 2025-12-31 01:30:49 +00:00
Richard Ward
f2ebee76cf docs: package,production,dbal (20 files) 2025-12-30 23:47:16 +00:00
Richard Ward
d9932718d9 code: tools,detection,frontends (14 files) 2025-12-30 23:43:40 +00:00
Richard Ward
180f3a47ed code: runner,lua,frontends (1 files) 2025-12-30 23:43:13 +00:00
Richard Ward
434aa49e54 docs: production,dbal,hpp (5 files) 2025-12-30 23:41:52 +00:00
Richard Ward
bc2d17eda6 docs: txt,frontends,conanfile (1 files) 2025-12-30 23:41:23 +00:00
Richard Ward
0d23b7684b code: shared,packages,lua (3 files) 2025-12-30 23:15:03 +00:00
Richard Ward
483169a680 code: validate,route,package (1 files) 2025-12-30 23:13:40 +00:00
Richard Ward
49908089d7 code: tsx,tenant,nextjs (1 files) 2025-12-30 23:05:49 +00:00
Richard Ward
170b58cacb code: nextjs,frontends,validate (3 files) 2025-12-30 23:05:22 +00:00
Richard Ward
9431c0154b code: validate,tsx,storybook (2 files) 2025-12-30 23:04:56 +00:00
Richard Ward
33b312b58d code: use,rest,nextjs (1 files) 2025-12-30 23:03:07 +00:00
Richard Ward
2f2ec12f61 code: nextjs,frontends,use (2 files) 2025-12-30 23:01:48 +00:00
Richard Ward
f8f5f0773e code: validate,route,package (1 files) 2025-12-30 23:01:19 +00:00
Richard Ward
bc8fe80b20 code: nextjs,frontends,validate (2 files) 2025-12-30 23:00:51 +00:00
Richard Ward
9923aa1b86 code: tsx,tenant,nextjs (1 files) 2025-12-30 23:00:23 +00:00
Richard Ward
2fcc07175f code: operation,nextjs,frontends (1 files) 2025-12-30 22:57:26 +00:00
Richard Ward
727f5bd4af code: operation,nextjs,frontends (1 files) 2025-12-30 22:56:58 +00:00
Richard Ward
cb0c635f3f code: nextjs,frontends,route (2 files) 2025-12-30 22:55:39 +00:00
Richard Ward
446b211218 code: nextjs,frontends,index (3 files) 2025-12-30 22:55:11 +00:00
Richard Ward
68eb0f551b code: validate,tenant,nextjs (1 files) 2025-12-30 22:53:49 +00:00
Richard Ward
1dce64ecfc code: user,session,nextjs (1 files) 2025-12-30 22:53:22 +00:00
Richard Ward
088b846887 code: tsx,storybook,src (2 files) 2025-12-30 22:42:51 +00:00
Richard Ward
e900b19f5d code: nextjs,frontends,use (4 files) 2025-12-30 22:41:34 +00:00
Richard Ward
c781f5c72c code: tsx,nextjs,frontends (2 files) 2025-12-30 22:41:06 +00:00
Richard Ward
79fde8698b code: nextjs,frontends,tsx (2 files) 2025-12-30 22:39:46 +00:00
Richard Ward
5f623911cb code: nextjs,frontends,route (4 files) 2025-12-30 22:39:19 +00:00
Richard Ward
d0b06c5cb0 code: http,frontends,client (3 files) 2025-12-30 22:37:10 +00:00
Richard Ward
371a8d3252 code: frontends,dbal,cpp (1 files) 2025-12-30 22:35:49 +00:00
Richard Ward
7df28dfa26 code: frontends,dbal,cpp (1 files) 2025-12-30 22:35:22 +00:00
Richard Ward
ff339fbf27 code: frontends,nextjs,schema (4 files) 2025-12-30 22:27:58 +00:00
Richard Ward
838e1b551a code: route,nextjs,frontends (1 files) 2025-12-30 22:25:44 +00:00
Richard Ward
6c6de0379d docs: frontends,cli,http (3 files) 2025-12-30 21:47:36 +00:00