Closed unjapones closed 5 years ago
- Adapt
GeneralLayout
to accept customrenderToolbar
:erc20_app
anderc721_app
will have to provide their corresponding toolbar (which is different in both apps).
Very minor, but maybe it would be a little better to just pass a component instead of a function, unless that function may receive some arguments from the component that uses it. What do you think?
Removing the blocked-by
label: rebased using development
to get the Dark Theme.
@unjapones changed the base branch of the PR to erc721
.
Blocked by #327: we should resolve themes things first (at least, the basics). Connects #311.
Description
To test this, you can either go to
http://{host:port}/erc20
andhttp://{host:port}/erc721`. Accessing
http://{host:port}` should redirect you to the erc20 app by default.Includes
/src/erc20
and/erc721
with sub-directoriespages
andcomponents
.GeneralLayout
to accept custom atoolbar
as a propr:erc20_app
anderc721_app
will have to provide their corresponding toolbar component (which is different in both apps).erc721
sub-app (we can disable this if it is annoying while developing).Does not include/TODO:
/erc20/bla
erc20_app
uses. The general layout should be in place though.