A reorganization of the app. Header and Window are their own components for reusability.
1.1. Header has been reworked with flex box. all the dots are now SVGs to preserve number and icon alignment.
1.2. Breakout Room Dropdown when rooms have more than 3 breakout rooms.
1.3. Window.vue now contains all the layout information.
1.4. /app now uses the new Window.vue Component.
A restyling of the app. This is temporary and will be reworked with our design work.
TODO:
Modal stuff.
QR Code Stuff
Home button in /app
Possibly add a meetingSRC method for iframes to reduce writing
CODE REVIEW! Make sure everything is still where it was before this pull requests
Basically, this is:
dots
are now SVGs to preserve number and icon alignment. 1.2. Breakout Room Dropdown when rooms have more than 3 breakout rooms. 1.3.Window.vue
now contains all the layout information. 1.4./app
now uses the newWindow.vue
Component.TODO:
/app
meetingSRC
method for iframes to reduce writing