issues
search
itzMaffi
/
CW-thesis-project
GNU General Public License v3.0
2
stars
4
forks
source link
Issue #97 add widgets from menu
#101
Closed
MadsPB
closed
11 months ago
MadsPB
commented
11 months ago
What's in it:
added a navbar menu where widgets can be pinned and unpinned
added a dashboard state context in the app component
refactor of widgets and widget creation.
each widget is now a class, that has its basic height width and default position properties. It also has a reference to its view component.
added an algorithm to place widgets into the first open spot horizontal first. So that components do not pop to the end of the layout.
What's not in it:
still need to add proper css to the nav menu.
also need to add tests to the widgets.
What's in it:
What's not in it: