Open
Description
- Stick with one way of doing conditional rendering, either use
If
component or{if}
block - Remove
service/cennznet/src/Transaction.ts
class - Remove
node/types
andweb/types
, then migrate their contents tonode/utils
andweb/utils
-
Migrate all theconstants.ts
to theapps/gov-website
as it needs to match withenv
file defined there, also remove the.env.development
, as what requires can be inferred from theconstants.ts
-
Ensure alllibrary
type doesn't consume the constants directly, e.gfetchRequiredRegistrars.ts
,Transaction.ts
- Remove
node/models
- Change
"Success"
step to"Complete"