opencoca / lt2d_school

Meet freely
https://codesandbox.io/s/github/opencoca/Latitude
1 stars 6 forks source link

Componentifying #45

Open shadowlerone opened 3 years ago

shadowlerone commented 3 years ago

Basically, this is:

  1. 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.
  2. A restyling of the app. This is temporary and will be reworked with our design work.

TODO:

  1. Modal stuff.
  2. QR Code Stuff
  3. Home button in /app
  4. Possibly add a meetingSRC method for iframes to reduce writing
  5. CODE REVIEW! Make sure everything is still where it was before this pull requests
shadowlerone commented 3 years ago

At some point I'm going to have to write something up that stores which breakout room a user is in. Not entirely sure how I'll go about it though.