Skip to content

Conversation

@pushkarm029
Copy link
Contributor

  • Added @materia-ui/ngx-monaco-editor for Rust smart contract editing capabilities.
  • Implemented Tailwind CSS for styling, including a new postcss.config.js and tailwind.config.js.
  • Updated app configuration to include Monaco Editor services and routes for the editor component.
  • Created EditorComponent with compile and test functionalities for Rust code.
  • Enhanced global styles to incorporate Tailwind's utility classes.

Resolves #18

- Added @materia-ui/ngx-monaco-editor for Rust smart contract editing capabilities.
- Implemented Tailwind CSS for styling, including a new postcss.config.js and tailwind.config.js.
- Updated app configuration to include Monaco Editor services and routes for the editor component.
- Created EditorComponent with compile and test functionalities for Rust code.
- Enhanced global styles to incorporate Tailwind's utility classes.

Signed-off-by: Pushkar Mishra <pushkarmishra029@gmail.com>
@pushkarm029
Copy link
Contributor Author

@salazarsebas please review

@salazarsebas
Copy link
Member

Please resolve conflicts @pushkarm029

- Remove duplicate monaco-editor.component.ts
- Keep @materia-ui/ngx-monaco-editor implementation
- Consolidate to single Monaco Editor approach
- Eliminated the MonacoEditorComponent from the app module imports to streamline the application structure following the consolidation of the Monaco Editor approach.

Signed-off-by: Pushkar Mishra <pushkarmishra029@gmail.com>
@pushkarm029
Copy link
Contributor Author

@salazarsebas please review, fixed

Copy link
Member

@salazarsebas salazarsebas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@salazarsebas salazarsebas merged commit 386cfb0 into ScaffoldRust:main Aug 22, 2025
1 check passed
@pushkarm029 pushkarm029 deleted the editor-component branch August 27, 2025 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create EditorComponent for Code Input [frontend]

2 participants