openreplay/frontend
NoGameNoFun 3412bf1567
Changed how the _config in AssistManager construct
- 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.
2021-12-29 09:33:16 +08:00
..
.storybook feature(ui) - heatmaps 2021-07-31 00:59:44 +05:30
app Changed how the _config in AssistManager construct 2021-12-29 09:33:16 +08:00
scripts v1.1.0 (#31) 2021-06-11 23:31:29 +05:30
.gitignore v1.1.0 (#31) 2021-06-11 23:31:29 +05:30
build.sh openreplay frontend 2021-05-01 15:12:01 +05:30
env.js change(ui) - tracker version to 3.4.16 2021-12-15 17:57:04 +05:30
jest.config.js openreplay frontend 2021-05-01 15:12:01 +05:30
package-lock.json change(ui) - package-lock 2021-12-08 15:58:55 +05:30
package.json Update package.json 2021-12-06 17:46:47 +01:00
path-alias.js openreplay frontend 2021-05-01 15:12:01 +05:30
postcss.config.js openreplay frontend 2021-05-01 15:12:01 +05:30
README.md Update README.md 2021-05-18 20:03:04 +02:00
tailwind.config.js feature(ui) - assist wip 2021-06-29 16:45:30 +05:30
tsconfig.json Roles UI (#223) 2021-11-27 03:27:33 +05:30
webpack.config.js fix(frontend-dev): webpack config for storybook launch 2021-06-17 14:07:19 +02:00

openreplay-ui

OpenReplay prototype UI

On new icon addition: npm run generate:icons

Documentation

Labels in comments: TEMP = temporary code TODO = things to implement