ubsicap / sltt-app

0 stars 0 forks source link

feat(sltt-app): add multiple private window support #36

Closed ericpyle closed 2 weeks ago

ericpyle commented 2 weeks ago

What issue(s) is this trying to resolve?

How does it all work?

What particularly has changed?

Scenario 2 - dev.sltt-bible.net should work with sltt-app compressor

  1. Close down old compressor server window
  2. launch latest draft of sltt-app (standalone), it will launch its own compressor server
  3. Repeat steps 2 & 3 from Scenario 1

Scenario 3 - sltt-app should work with its own sltt-app compressor

  1. Repeat steps 2 & 3 from Scenario 1 with the sltt-app window. Expect a new directory under C:\Users\{yourUser}\AppData\Local\Temp\sltt-app\server-29678 and Expect files under video/{clientId} to be deleted after download/upload finishes. Edit: for details of what folder to watch, see reply here.

Scenario 4: launch secret context menu in sltt-app

  1. press Alt+W and a little šŸŖŸ should pop up.
  2. hover over šŸŖŸ and click on āž•šŸ•¶ļø to give a name to a new Private window.
  3. Give the window a name and click Submit
  4. Next time you do Alt+W, that name should show up at the top of the list.
  5. Click it to launch the window you named
  6. Enter an Auth0 user name and password, could be completely different than the main window. Expect this to need to download videos again that's already loaded in main window.
  7. Click Alt+W and click šŸ”§ and expect to see Dev Tools opened.

ticket: https://github.com/ubsicap/sltt-app/issues/35 commit-convention: https://www.conventionalcommits.org/en/v1.0.0/