MetaCell / MetaCell/PsyNeuLinkViewSource

Create draggable sidebar for the visualise view

オープン
#75 コメント 0 件 リアクション 0 件 担当者 1 名 @emekauja が担当を希望しています GitHub で見る
enhancement
主要言語
JavaScript
スター
1
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

- branch from feature/40
- this component will get what has been marked as plottable from the redux store (yet not available), for now you can use some mock data in the form , if you would like you can add these data to the redux store in the reducer when the state gets created or put them directly in the component, whatever it is easier for you.
```
[
{
id: 'composition1',
label: 'Composition 1',
children: [ array of objects similar to the parent, single level of nesting, so these cannot have children]
},
{...}
]
```

- parents are NOT draggable (drag one by one).
- make the children draggable
- implement the search
- a parent stay in the search results only when it has at least one child to display
- put more content than the sidebar can handle at once vertically, so we can see how the scroller works.
- style the component.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。