openreplay/frontend
Bart Riepe af4160eb20
feat(ui): add consistent timestamps to (almost) all items in the player ui
This also tries to make the autoscroll functionality a bit more consistent, where all items are always shown in the list, but items which have not yet occurred will be partially transparent until they happen.

Due to that change, autoscroll behavior which previously always went all the way to the bottom of a list didn't make sense anymore, so now it scrolls to the current item.
2022-08-23 09:34:55 +09:00
..
.storybook Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
.yarn Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
app feat(ui): add consistent timestamps to (almost) all items in the player ui 2022-08-23 09:34:55 +09:00
scripts fix(ui): fix Icon typing 2022-08-12 13:20:34 +02:00
.babelrc Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
.dockerignore Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
.env.sample Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
.gitignore Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
.prettierrc fix(ui): fix button focusing and nocontent icon size 2022-08-12 17:53:24 +02:00
.yarnrc.yml Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
build.sh Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
dev-init.sh Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
development.md Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
Dockerfile chore(docker): removing edge busybox, as the main repo udpated 2022-08-03 17:03:37 +02:00
jest.config.js openreplay frontend 2021-05-01 15:12:01 +05:30
nginx.conf chore(nginx): removing ipv6, as some machines won't have support for 2022-08-01 19:07:33 +02:00
package.json feat(ui): add consistent timestamps to (almost) all items in the player ui 2022-08-23 09:34:55 +09:00
path-alias.js Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
postcss.config.js Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
README.md Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
tailwind.config.js Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
tsconfig.json Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
webpack.config.ts feat(ui): add consistent timestamps to (almost) all items in the player ui 2022-08-23 09:34:55 +09:00

openreplay-ui

OpenReplay prototype UI

On new icon addition: yarn gen:icons

Documentation

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