You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2025. It is now read-only.
Instead of using modal dialogs for annotation forms they could replace the tree view in the left pane. This would give us more space to work with and the details view on the right could still be scrolled.
Tasks:
Manage the visibility of the form in the app component or Redux rather than in each parameter node. Could be an object { type: "rename", target: someDeclaration }.
Use autofocus to focus the first input field/dropdown/etc.