winglang / wing

A programming language for the cloud ☁️ A unified programming model, combining infrastructure and runtime code into one language ⚡
https://winglang.io
Other
5.03k stars 197 forks source link

Refactor the Console to Panels and allow configuring it #3596

Closed skyrpex closed 10 months ago

skyrpex commented 1 year ago

/**

// Our code: type PanelId = "hierarchy" | "explorer" | "traces" | "inspector" | "logs" | "project"; interface MyOptions { layout: PanelGroup; }



- Provide a storage medium (react-resizable-panels supports it) to save the layout sizes and settings
skyrpex commented 1 year ago

BTW I'd like to rename our components to the names that appear above:

github-actions[bot] commented 1 year ago

Hi,

This issue hasn't seen activity in 60 days. Therefore, we are marking this issue as stale for now. It will be closed after 7 days. Feel free to re-open this issue when there's an update or relevant information to be added. Thanks!

github-actions[bot] commented 11 months ago

Hi,

This issue hasn't seen activity in 60 days. Therefore, we are marking this issue as stale for now. It will be closed after 7 days. Feel free to re-open this issue when there's an update or relevant information to be added. Thanks!

ainvoner commented 4 months ago

@skyrpex if still relevant, please reopen.