Merged PR 315: ErgonomieTreeView

Affichage fonctionnelle sous forme de toolbar vertical, comme dans les IDE

Related work items: #7976
This commit is contained in:
Carl Fuchs 2023-02-07 14:25:53 +00:00 committed by Eric Nguyen
parent acb5ba2d82
commit 8a99ef4cfd
13 changed files with 240 additions and 133 deletions

View file

@ -14,7 +14,7 @@ export function SymbolProperties(props: ISymbolPropertiesProps): JSX.Element {
}
return (
<div className='h-full p-3 bg-slate-200 overflow-y-auto'>
<div className='h-full p-3 bg-slate-200 overflow-y-auto '>
<SymbolForm
symbol={props.symbol}
symbols={props.symbols}