sharded-gotify/ui
Jannis Mattheis 9ff713c537 fix: message overflow state preservation from previous messages
Using index is bad practice: https://react.dev/learn/rendering-lists#rules-of-keys

We don't recalculate the overflow state once the message is overflown.
When using the index as key, then when a new message is added at the top
of the array at index 0. The overflow state from the previous message at
index 0 is kept. The overflow state shouldn't be reused.
2025-09-20 13:29:58 +02:00
..
public fix: upgrade to vite & vitest 2025-08-04 12:03:29 +02:00
src fix: message overflow state preservation from previous messages 2025-09-20 13:29:58 +02:00
.gitignore Replace javascript config with typescript 2018-04-26 20:51:03 +02:00
.prettierrc Fix bracketSameLine prettier 2022-10-08 15:19:20 +02:00
.yarnrc change telemetry to opt-in (#823) 2025-08-08 11:32:43 +00:00
eslint.config.mjs fix: upgrade eslint 2025-08-04 12:03:29 +02:00
index.html fix: upgrade to vite & vitest 2025-08-04 12:03:29 +02:00
package.json switch to mobx-react-lite (#822) 2025-08-08 11:54:16 +00:00
serve.go fix: upgrade to vite & vitest 2025-08-04 12:03:29 +02:00
tsconfig.json fix: upgrade mobx 2025-08-04 12:03:29 +02:00
tsconfig.prod.json Update react-scripts-ts 2018-09-08 11:45:36 +02:00
tsconfig.test.json Replace javascript config with typescript 2018-04-26 20:51:03 +02:00
vite-env.d.ts fix: upgrade to vite & vitest 2025-08-04 12:03:29 +02:00
vite.config.ts fix: serving gotify on a subpath 2025-09-13 13:56:00 +02:00
vitest.config.js fix: upgrade to vite & vitest 2025-08-04 12:03:29 +02:00
yarn.lock switch to mobx-react-lite (#822) 2025-08-08 11:54:16 +00:00