openreplay/frontend
Shekar Siri fd64d721c6 fix(ui): resolve SessionItem JSX rendering error
- Fix TypeScript error with SessionItem component by providing proper props
- Remove unused isSessionsRoute variable
- Remove commented out code for better clarity
- Fix formatting and indentation throughout the file
- Update setTimeout formatting to match project style

Signed-off-by: Shekar Siri <sshekarsiri@gmail.com>
2025-03-04 16:07:35 +01:00
..
.storybook
.yarn/releases Events for E2E testing (#3081) 2025-03-03 16:36:42 +01:00
app fix(ui): resolve SessionItem JSX rendering error 2025-03-04 16:07:35 +01:00
cypress
scripts
tests
.browserslistrc
.dockerignore
.env.sample Update .env.sample 2025-02-20 18:24:52 -05:00
.gitignore
.nvmrc
.prettierrc
.unimportedrc.json
.yarnrc.yml Events for E2E testing (#3081) 2025-03-03 16:36:42 +01:00
babel.config.js
build.sh
cypress.config.ts
cypress.env.example.json
dev-init.sh
development.md
Dockerfile
frontend.iml
globals.d.ts
jest.config.mjs
nginx.conf
package.json Events for E2E testing (#3081) 2025-03-03 16:36:42 +01:00
path-alias.js
postcss.config.js
README.md
tailwind.config.js ui: fix prismjs loading 2024-12-16 10:52:06 +01:00
tsconfig.json
webpack.config.ts ui: fix prismjs loading 2024-12-16 10:52:06 +01:00
yarn.lock Migrate to webrtc (#3051) 2025-02-27 10:12:27 +01:00

openreplay-ui

OpenReplay prototype UI

On new icon addition: yarn gen:icons

Documentation

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

Contributing notes

Please use dev branch as base and target branch.