-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Milestone
Description
- Add a title div, and a container with two divs (canvas + sidebar) ✅
- Add css file, add styling for background and divs + title ✅
- Add media queries for responsive sidebar (drops below canvas when on small screens)
- Add full screen button (for the moment don't add actual resizing, this will be done in Allow resizing the canvas + full screen #6 ✅
- Move the inputs to the sidebar + add a dropdown per input to select which "graphic" to render ✅
- Add dropdown event listener + make sure two inputs can't use same "graphic" type concurrently
NOTE: Depends on PR #5 (merge that one in first)