- Changed URL().host to URL().hostname so it wont attached port while the config set again another port and causing duplicate port when connect using peerjs. - Changed the port in the config to check first if the URL() has port defined, then using the defined port first, so user can use custom port number for ws, when there is no custom port defined at the domainUrl, then it will then check https or not and append the correct port. |
||
|---|---|---|
| .. | ||
| .storybook | ||
| app | ||
| scripts | ||
| .gitignore | ||
| build.sh | ||
| env.js | ||
| jest.config.js | ||
| package-lock.json | ||
| package.json | ||
| path-alias.js | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| webpack.config.js | ||
openreplay-ui
OpenReplay prototype UI
On new icon addition:
npm run generate:icons
Documentation
Labels in comments: TEMP = temporary code TODO = things to implement