openreplay/frontend
Rajesh Rajendran 4f44edeb39 Vagrant for local contribution (#434)
* chore(vagrant): initial vagrantfile
* chore(vagrant): adding instructions after installation
* chore(vagrant): Adding vagrant user to docker group
* chore(vagrant): use local docker daemon for k3s
* chore(vagrant): fix comment
* chore(vagrant): adding hostname in /etc/hosts
* chore(vagrant): fix doc
* chore(vagrant): limiting cpu
* chore(frontend): initialize dev env
* chore(docker): adding dockerignore
* chore(dockerfile): using cache for fasten build
* chore(dockerignore): update
* chore(docker): build optimizations
* chore(build): all components build option
* chore(build): utilities build fix
* chore(scrpt): remove debug message
* chore(vagrant): provision using stable branch always

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2022-04-29 14:06:06 +02:00
..
.storybook feature(ui) - heatmaps 2021-07-31 00:59:44 +05:30
app change(ui) - removed errors count check 2022-04-25 18:33:08 +02:00
scripts feat(ui) - dashboards wip 2022-03-25 18:57:23 +01:00
.gitignore feat(frontend-assist): annotations & iremote typing 2022-03-23 16:48:02 +01:00
build.sh Vagrant for local contribution (#434) 2022-04-29 14:06:06 +02:00
dev-init.sh Vagrant for local contribution (#434) 2022-04-29 14:06:06 +02:00
env.js Update env.js 2022-04-25 16:52:50 +02:00
jest.config.js openreplay frontend 2021-05-01 15:12:01 +05:30
package-lock.json change(ui) - npm updates 2022-04-22 12:44:18 +02:00
package.json change(ui) - npm updates 2022-04-22 12:44:18 +02: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 feat(ui) - dashboard - wip 2022-04-05 17:00:38 +02:00
tsconfig.json fix(ui) - compile errors 2022-04-21 18:49:31 +02:00
webpack.config.js feat(ui) - custom metrics 2022-01-27 00:15:22 +05:30

openreplay-ui

OpenReplay prototype UI

On new icon addition: npm run generate:icons

Documentation

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