-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* a little component tree to help us see where we're going * added notes folder so we can have a git ignored place to put notes for us --------- Co-authored-by: MikeY <[email protected]>
- Loading branch information
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
This is a little map of the current (June 5 2024) component tree. | ||
|
||
Indentation denotes nesting in the component tree. | ||
|
||
`[]` indicates functionality that is not its own component yet. | ||
|
||
|
||
Current layout: | ||
``` | ||
Eplant | ||
Sidebar | ||
LeftNav | ||
SearchGroup | ||
SearchBar | ||
Collections | ||
SearchIcon | ||
DarkModeIcon | ||
[Collapse arrow] | ||
EplantLayout | ||
ViewContainer | ||
AppBar | ||
[Dropdown to select view] | ||
ViewOptions | ||
[Data sources button] | ||
[Download] | ||
Modal (to view citations) | ||
view.component (view sourced from, for example, views/CellEFP, index) | ||
``` | ||
|
||
What we'd like: | ||
``` | ||
Eplant | ||
Sidebar | ||
SearchGroup | ||
SearchBar | ||
SearchIcon | ||
Collections | ||
DarkModeIcon | ||
CollapseArrow | ||
ViewContainer | ||
AppBar | ||
ViewSelect | ||
ViewOptions | ||
DataSources | ||
Download | ||
Modal | ||
View (e.g. CellEFPView) | ||
``` |