Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ResizableSidebar & Node URL Link #692

Merged
merged 11 commits into from
Mar 25, 2025

Conversation

tsuchiyama-araya
Copy link
Collaborator

@tsuchiyama-araya tsuchiyama-araya commented Mar 24, 2025

実装内容

  • Resizable Sidebar
  • Algoの横にNode Url Linkの追加
Screen.Recording.2025-03-24.at.19.09.39.mov

}: {
children: React.ReactNode
}) => {
const [width, setWidth] = useState(240)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could we maybe set the default width so that it allows viewing of all of the variable names when they are expanded?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes that is possible, actually 240 is the default width currently set for the sidebar.
I will fix it to used the variable used for setting width of sidebar.

@tsuchiyama-araya tsuchiyama-araya merged commit c277fbc into develop-main Mar 25, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants