Eric NGUYEN
4e41fda93a
Fix eslint errors
2023-02-23 13:54:38 +01:00
Eric Nguyen
9bbdac088e
Revert "Run eslint src --fix
"
2023-02-17 09:34:48 +00:00
Eric NGUYEN
25cb0d14f7
Run eslint src --fix
2023-02-10 16:29:10 +01:00
Eric NGUYEN
eaf03824fb
Move MainMenu Loading to App + Change is/setLoaded to appState/setAppState
2022-10-18 16:51:44 +02:00
Eric NGUYEN
7a59c23d20
Fix Configuration.cs requiring APIConfiguration (which do not) + Fix menuActions
2022-10-13 18:36:35 +02:00
Eric NGUYEN
f5ec81d22b
Fix React Error on setState while rendering a different component
2022-10-13 18:14:54 +02:00
Eric NGUYEN
48a4ff9bc1
Fix infinite loop in NewEditor
2022-10-13 16:30:51 +02:00
Eric NGUYEN
e97720bc24
Add API configuration
2022-10-13 16:27:32 +02:00
Eric Nguyen
3ecff4cf01
Merged PR 194: Added option to disable any API call
...
Added option to disable any API call
Fix http.js and node-http.js
Fix MainContainer not using IAvailableContainer from MainContainer
Fix generate_dts.py script
More docs
Fix MainContainer default style. Extend config will now be taken into account. But Main container can still have its own type.
2022-09-23 15:59:42 +00:00
Eric NGUYEN
4cd8f76d7c
Hide console.warn
2022-08-31 11:35:49 +02:00
Eric Nguyen
ad126c6c28
Merged PR 170: Add new eslint rules
...
- naming-convention
- prefer-arrow-callback
- func-style
- import/no-default-export
2022-08-26 16:13:21 +00:00
Eric Nguyen
29625dce28
Merged PR 164: Clear the leftover TODOs
...
continuous-integration/drone/push Build is passing
- Remove nullable type from container.properties.parentId
- Add Swal when trying to delete main container
- Moved default editor state to default.ts
- Moved default symbol model to default.ts
2022-08-22 15:03:46 +00:00
Eric Nguyen
66ea3b1b64
Merged PR 163: Remove the static form + rename some components for clarity
...
continuous-integration/drone/push Build is passing
The static form is hard to maintain so I am removing it + rename some components for clarity + moved some utils files
2022-08-22 14:37:25 +00:00