sharded-gotify/ui
Jannis Mattheis 9f5ed344f4 [#34] Add key to react list
The list cached the height while switching between applications.
We fix this with the use of the key property, that means that react will
not reuse the component and make a new one.

see https://reactjs.org/docs/reconciliation.html
2018-04-13 18:56:11 +02:00
..
public Add defaultapp.png to static resources 2018-03-31 18:44:49 +02:00
src [#34] Add key to react list 2018-04-13 18:56:11 +02:00
.eslintrc.js Add linter settings 2018-03-18 17:29:15 +01:00
package-lock.json [#34] Add react-list UI dependency 2018-04-13 18:56:11 +02:00
package.json [#34] Add react-list UI dependency 2018-04-13 18:56:11 +02:00
serve.go Use gofmt -s 2018-03-25 19:33:29 +02:00