Manuel Martin
3af9675a70
Add some prettier defaults, cleanup vscode settings
2023-02-23 12:18:27 +01:00
Manuel Martin
9e53c6cbd0
Replace deprecated prettier eslint integration with the vscode plugin
2022-11-29 19:47:50 +01:00
Geng Tan
60feb81532
Merge pull request #5821 from mozilla/feature/turkey-nginx-accesslog
...
switchable nginx accesslog for turkey
2022-11-28 16:54:59 -05:00
Takahiro
1fc6826c3c
Merge pull request #5795 from mozilla/LODProgressiveLoadingBehindFlag
...
Hide LOD progressive loading mode behind the flag
2022-11-28 13:45:47 -08:00
tanfarming
29a27d516f
switable nginx accesslog for turkey
2022-11-28 16:42:33 -05:00
John Shaughnessy
8d333721cc
Merge pull request #5817 from mozilla/feature/prettier
...
Re-enable eslint rules, reformat files with prettier.
2022-11-28 15:59:30 -05:00
John Shaughnessy
9caea71f6f
Remove eslint rules to restore defaults
2022-11-28 12:37:58 -05:00
John Shaughnessy
7f52684ffd
Reenable eslint rule no-prototype-builtins
2022-11-28 12:36:17 -05:00
John Shaughnessy
f2da406147
Ignore eslint in most of the admin panel files
2022-11-26 20:12:37 -05:00
John Shaughnessy
d3d7eacef8
npm run prettier (in admin)
2022-11-26 19:45:38 -05:00
John Shaughnessy
5158b83b56
touch readme
2022-11-26 18:51:38 -05:00
John Shaughnessy
c3156ad299
Make eslint rules stricter
2022-11-26 18:46:57 -05:00
John Shaughnessy
774cf42bb1
Add scripts fold to prettier command
2022-11-26 18:46:29 -05:00
John Shaughnessy
dea121e239
npm run prettier
2022-11-26 18:38:25 -05:00
John Shaughnessy
385275dcb7
Add missing proptypes for CreateTokenContainer
2022-11-26 18:37:09 -05:00
John Shaughnessy
2390b5644b
add missing proptypes for RoomSidebar
2022-11-26 18:35:57 -05:00
John Shaughnessy
e9417cb15b
delint Popover.js
2022-11-26 18:30:12 -05:00
John Shaughnessy
f5b33b743f
eslint-disable-next-line react/display-name
2022-11-26 18:27:42 -05:00
John Shaughnessy
1838407a6d
delint InputField.js
2022-11-26 18:24:51 -05:00
John Shaughnessy
5f816f881d
eslint-disable-next-line react/display-name
2022-11-26 18:22:37 -05:00
John Shaughnessy
a5ba466e04
delint Button.js
2022-11-26 18:21:53 -05:00
John Shaughnessy
53e1eba660
eslint Add missing prop types
2022-11-26 18:16:53 -05:00
John Shaughnessy
871f629294
eslint exception in media-video
2022-11-26 18:15:12 -05:00
John Shaughnessy
213fd63659
eslint-disable camera-tools.js
2022-11-26 18:15:04 -05:00
John Shaughnessy
299cfb869c
eslint-disable ECSSidebar.js
2022-11-26 18:14:42 -05:00
John Shaughnessy
bbe7405c50
delint Banner.js
...
```
src/react-components/banner/Banner.js
65:20 warning React Hook useCallback does nothing when called with only one argument. Did you forget to pass an array of dependencies? react-hooks/exhaustive-deps
106:21 warning React Hook useCallback does nothing when called with only one argument. Did you forget to pass an array of dependencies? react-hooks/exhaustive-deps
130:24 warning 'status' is missing in props validation react/prop-types
```
2022-11-26 18:14:33 -05:00
John Shaughnessy
4a1d34042f
Remove unnecessary global declarations
2022-11-26 18:01:32 -05:00
John Shaughnessy
5a4d3b54de
Merge pull request #5814 from mozilla/feature/networking-system-refactor
...
Feature/networking system refactor
2022-11-25 13:10:14 -05:00
John Shaughnessy
a1bcb95c8f
[Refactor] Remove unnecessary export
2022-11-25 13:09:39 -05:00
John Shaughnessy
5ec5f987cf
Merge pull request #5813 from mozilla/feature/networking-edge-cases
...
Handle some networking edge-cases
2022-11-25 13:08:35 -05:00
John Shaughnessy
f805a1bfdb
Merge pull request #5811 from mozilla/subscribe-early-to-nn
...
Subscribe to messages on the Hubs Phoenix channel before join.
2022-11-25 13:08:23 -05:00
John Shaughnessy
b93c5ae7c2
[Refactor] Extract defineNetworkSchema
2022-11-24 15:07:09 -05:00
John Shaughnessy
b7ff8f0d12
Remove unused import
2022-11-24 15:07:09 -05:00
John Shaughnessy
2424f669ea
[Refactor] Rename storedUpdates
2022-11-24 15:07:09 -05:00
John Shaughnessy
013df818a8
[Refactor] Rename queries
2022-11-24 15:07:09 -05:00
John Shaughnessy
3a1832b18c
[Refactor] Rename networkedQuery
2022-11-24 15:07:09 -05:00
John Shaughnessy
9cf6561094
[Refactor] Rename enteredNetworkedQuery
2022-11-24 15:07:09 -05:00
John Shaughnessy
bc82b7cb1d
[Refactor] Move partedClientIds
2022-11-24 15:07:09 -05:00
John Shaughnessy
31e4476a0c
[Refactor] Move ownedNetworkedEntitiesQuery
2022-11-24 15:07:09 -05:00
John Shaughnessy
f8791f51e3
[Refactor] Extract networking types
2022-11-24 15:07:09 -05:00
John Shaughnessy
d1424317e7
[Refactor] Move isNetworkInstantiatedByMe
2022-11-24 15:07:09 -05:00
John Shaughnessy
bcc338e7c7
[Refactor] Extract createNetworkedEntityFromRemote
2022-11-24 15:07:09 -05:00
John Shaughnessy
765c226d38
[Refactor] Extract createNetworkedEntity
2022-11-24 15:07:09 -05:00
John Shaughnessy
8a7cc16064
[Refactor] Extract listen-for-network-messages.ts
2022-11-24 15:07:09 -05:00
John Shaughnessy
45580c0293
[Refactor] Extract hasPermissionToSpawn
2022-11-24 15:07:09 -05:00
John Shaughnessy
0ce4287cea
[Refactor] Rearrange type definitions
2022-11-24 15:07:09 -05:00
John Shaughnessy
0267e24bc5
[Refactor] Extract network schemas
2022-11-24 15:07:09 -05:00
John Shaughnessy
a35c0ef667
[Refactor] Extract network-receive-system
2022-11-24 15:07:09 -05:00
John Shaughnessy
2436402be8
[Refactor] Extract messageFor and networkSendSystem
2022-11-24 15:07:09 -05:00
John Shaughnessy
412b085745
[Refactor] Extract prefabs
2022-11-24 15:07:09 -05:00