This website requires JavaScript.
Explore
Help
Register
Sign In
git
/
metabuilder
Watch
1
Star
0
Fork
0
You've already forked metabuilder
mirror of
https://github.com/johndoe6345789/metabuilder.git
synced
2026-04-30 00:34:56 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5718f6caa26fb1052d7c65494e9944145ce58407
metabuilder
/
src
/
components
History
johndoe6345789
5718f6caa2
Generated by Spark: Add Monaco code editor for better Lua editing with syntax highlighting and autocomplete
2025-12-23 21:15:23 +00:00
..
ui
Initial commit
2025-12-23 20:23:31 +00:00
Builder.tsx
Generated by Spark: It's really nice but I want to make the UI of everything using a drag and drop GUI with a monaco editor for the off chance we want custom code. If your nervous about putting javascript in the code box, maybe we could find a javascript lua library. This might mean we want a login system, so we hide the admin panel behind a login page, we could set some default credentials. You will need to catalogue all the material ui components and wire them into a generic gui editor.
2025-12-23 20:51:59 +00:00
Canvas.tsx
Generated by Spark: It's really nice but I want to make the UI of everything using a drag and drop GUI with a monaco editor for the off chance we want custom code. If your nervous about putting javascript in the code box, maybe we could find a javascript lua library. This might mean we want a login system, so we hide the admin panel behind a login page, we could set some default credentials. You will need to catalogue all the material ui components and wire them into a generic gui editor.
2025-12-23 20:51:59 +00:00
CodeEditor.tsx
Generated by Spark: It's really nice but I want to make the UI of everything using a drag and drop GUI with a monaco editor for the off chance we want custom code. If your nervous about putting javascript in the code box, maybe we could find a javascript lua library. This might mean we want a login system, so we hide the admin panel behind a login page, we could set some default credentials. You will need to catalogue all the material ui components and wire them into a generic gui editor.
2025-12-23 20:51:59 +00:00
ComponentCatalog.tsx
Generated by Spark: It's really nice but I want to make the UI of everything using a drag and drop GUI with a monaco editor for the off chance we want custom code. If your nervous about putting javascript in the code box, maybe we could find a javascript lua library. This might mean we want a login system, so we hide the admin panel behind a login page, we could set some default credentials. You will need to catalogue all the material ui components and wire them into a generic gui editor.
2025-12-23 20:51:59 +00:00
FieldRenderer.tsx
Generated by Spark: Fix all reported errors.
2025-12-23 20:31:58 +00:00
Level1.tsx
Generated by Spark: We should have 4 levels - 1( normal webpage, hamburger menu, some sample content, 2) Normal user area, normal users can sign up and do normal user stuff, nothing destructive. The can browse their profile page and play with the comment box. 3) django style admin panel for admin user 4) god tier panel where the first 3 levels are designed, developed and tested. Intuitive ui, maybe a workflow system, lua lambdas, json data structures with GUI editor, Make it abstract enough that whole first 3 levels can be procedurally generated.
2025-12-23 21:05:09 +00:00
Level2.tsx
Generated by Spark: We should have 4 levels - 1( normal webpage, hamburger menu, some sample content, 2) Normal user area, normal users can sign up and do normal user stuff, nothing destructive. The can browse their profile page and play with the comment box. 3) django style admin panel for admin user 4) god tier panel where the first 3 levels are designed, developed and tested. Intuitive ui, maybe a workflow system, lua lambdas, json data structures with GUI editor, Make it abstract enough that whole first 3 levels can be procedurally generated.
2025-12-23 21:05:09 +00:00
Level3.tsx
Generated by Spark: We should have 4 levels - 1( normal webpage, hamburger menu, some sample content, 2) Normal user area, normal users can sign up and do normal user stuff, nothing destructive. The can browse their profile page and play with the comment box. 3) django style admin panel for admin user 4) god tier panel where the first 3 levels are designed, developed and tested. Intuitive ui, maybe a workflow system, lua lambdas, json data structures with GUI editor, Make it abstract enough that whole first 3 levels can be procedurally generated.
2025-12-23 21:05:09 +00:00
Level4.tsx
Generated by Spark: Implement real Lua interpreter integration for executing custom scripts
2025-12-23 21:12:13 +00:00
Login.tsx
Generated by Spark: It's really nice but I want to make the UI of everything using a drag and drop GUI with a monaco editor for the off chance we want custom code. If your nervous about putting javascript in the code box, maybe we could find a javascript lua library. This might mean we want a login system, so we hide the admin panel behind a login page, we could set some default credentials. You will need to catalogue all the material ui components and wire them into a generic gui editor.
2025-12-23 20:51:59 +00:00
LuaEditor.tsx
Generated by Spark: Add Monaco code editor for better Lua editing with syntax highlighting and autocomplete
2025-12-23 21:15:23 +00:00
ModelListView.tsx
Generated by Spark: Fix all reported errors.
2025-12-23 20:31:58 +00:00
PropertyInspector.tsx
Generated by Spark: It's really nice but I want to make the UI of everything using a drag and drop GUI with a monaco editor for the off chance we want custom code. If your nervous about putting javascript in the code box, maybe we could find a javascript lua library. This might mean we want a login system, so we hide the admin panel behind a login page, we could set some default credentials. You will need to catalogue all the material ui components and wire them into a generic gui editor.
2025-12-23 20:51:59 +00:00
RecordForm.tsx
Generated by Spark:
https://github.com/johndoe6345789/RevolutionaryWayToServeUpReactApps/tree/main
--> I want it to be able to generate like a Django style React admin panel. This will mean being able to set up the data model and everything declaratively. Leverage json to generate boilerplate code and even store strings in json (multiline is just an array).
2025-12-23 20:30:46 +00:00
RenderComponent.tsx
Generated by Spark: It's really nice but I want to make the UI of everything using a drag and drop GUI with a monaco editor for the off chance we want custom code. If your nervous about putting javascript in the code box, maybe we could find a javascript lua library. This might mean we want a login system, so we hide the admin panel behind a login page, we could set some default credentials. You will need to catalogue all the material ui components and wire them into a generic gui editor.
2025-12-23 20:51:59 +00:00
SchemaEditor.tsx
Generated by Spark: Add Monaco code editor for better Lua editing with syntax highlighting and autocomplete
2025-12-23 21:15:23 +00:00
SchemaEditorLevel4.tsx
Generated by Spark: We should have 4 levels - 1( normal webpage, hamburger menu, some sample content, 2) Normal user area, normal users can sign up and do normal user stuff, nothing destructive. The can browse their profile page and play with the comment box. 3) django style admin panel for admin user 4) god tier panel where the first 3 levels are designed, developed and tested. Intuitive ui, maybe a workflow system, lua lambdas, json data structures with GUI editor, Make it abstract enough that whole first 3 levels can be procedurally generated.
2025-12-23 21:05:09 +00:00
UnifiedLogin.tsx
Generated by Spark: We should have 4 levels - 1( normal webpage, hamburger menu, some sample content, 2) Normal user area, normal users can sign up and do normal user stuff, nothing destructive. The can browse their profile page and play with the comment box. 3) django style admin panel for admin user 4) god tier panel where the first 3 levels are designed, developed and tested. Intuitive ui, maybe a workflow system, lua lambdas, json data structures with GUI editor, Make it abstract enough that whole first 3 levels can be procedurally generated.
2025-12-23 21:05:09 +00:00
WorkflowEditor.tsx
Generated by Spark: Implement real Lua interpreter integration for executing custom scripts
2025-12-23 21:12:13 +00:00