- Created SimpleTradingChart component using HTML5 Canvas - Renders proper candlestick chart with sample SOL/USDC data - Includes grid lines, price labels, and proper styling - Replaced problematic lightweight-charts with working solution - Updated trading page to use the new working chart component Fixes chart loading issues by using native HTML5 Canvas instead of external library dependencies.
11 lines
536 B
Markdown
11 lines
536 B
Markdown
---
|
|
applyTo: '**'
|
|
---
|
|
whenever you make changes to the code, please ensure to double-check everything to avoid any issues. This includes:
|
|
- Reviewing the code for syntax errors
|
|
- Testing the functionality to ensure it works as expected
|
|
- Checking for any potential security vulnerabilities
|
|
- Verifying that all dependencies are up to date
|
|
- Ensuring that the code adheres to the project's coding standards
|
|
- Running any automated tests to confirm that existing features are not broken
|
|
- Documenting any changes made for future reference |