Robin Townsend
17450b4531
Fix big grid crashing due to missing React import
...
by fixing the cause rather than the symptom: this upgrades the code to use the new, recommended JSX transform mode of React 17+, which no longer requires you to import React manually just to write JSX.
2023-06-30 18:21:18 -04:00
Robin Townsend
9a0dfad5f9
Add coverage reports to .gitignore
2023-02-15 15:13:39 -05:00
Robin Townsend
12079ded4f
Add instructions to put config.json inside public/
2022-11-09 10:55:21 -05:00
Timo
78a313c373
Async config file ( #682 )
...
* initial
* only donwload config once
* formatting
* update sample config
* sentry
* refactor load state
* fix build yaml
* Upper case enums
* change how defaults work. review fixes
* abstract initialization
* copyright
* gitignore styleing
* refactor initialization
* use dafualt as fallback
* internalInstance rename
* review
* remove acidentally added posthog file
* DSN rename
* update Copyright
* remove olm from the initializer
Co-authored-by: Timo K <timok@element.io>
2022-11-03 19:43:41 +01:00
Šimon Brandner
d097223d41
Add .env
to .gitignore
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2022-07-15 11:29:25 +02:00
Travis Ralston
fcd8a41fc9
Add .idea to gitignore
...
For those of us using WebStorm
2022-03-16 13:44:38 -06:00
Robert Long
7a601403e8
Initial commit
2021-07-16 14:22:03 -07:00