14 Commits

Author SHA1 Message Date
Anthony Laibe
48715efec8 Fix warnings 2018-10-25 08:23:09 +01:00
Andre Medeiros
d02edf869b Move contracts to explorer 2018-10-24 16:03:46 -04:00
Anthony Laibe
00a8d9baea Add toolbar to editor
Rename overview to detail

React to save file for local storage

Add switch for hidden files

move units to ether instead of wei

separate description from link itself which makes UI cleaner

remove unneded explorer header

switch nav menu color to white

replace contract address table with simple paragraph instead

improve contract functions page

improve contract functions view

style/fix functions tab

fix rebase issue

re-style contracts sidebar

improve contract detail sidebar
2018-10-23 16:13:19 -04:00
Iuri Matias
6fd6988b0f
ui fixes 2018-10-23 11:11:14 +02:00
Anthony Laibe
b423e87e49
Replace tabler react by new theme 2018-10-23 10:59:18 +02:00
Pascal Precht
35d86beab7
refactor(components/contracts): move ContractsList into its own component
This is done so we can reuse the contracts list component, without introducing an
entire page layout with headline etc.
2018-10-23 10:59:17 +02:00
emizzle
cba4e9fb91
Fiddle file stored in filesystem
Fiddles are now stored in the filesystem so they can be preserved across page reloads, but also so that contracts deployed via fiddles can have their source code shown.

Fiddles deployed as contracts now fully work with existing contract list UI and functionality. Fiddle deployed contracts are listed in a separate section in the UI.

Current limitation is that only single contracts per file are supported. If the fiddle contains multiple contracts, it’s currently not supported.
2018-10-23 10:36:59 +02:00
emizzle
59d3a3be83
Fiddle deploy integration
Fiddle is properly deploying now, except the source code needs to be saved to the filesystem in order to be recalled later.

Fixes for handling errors on deploy and compilation.

Update contract state UI for determining state / interface / deployed.
2018-10-23 10:36:58 +02:00
emizzle
609d4eb762
Fix Tabler browser errors
Fixed browser errors caused by tabler (bodyItems and headerItems complaints) as well as staticContext issues caused by using withRoute(NavLink)

Also added a response to fiddler deployment.

Added loading states to fiddler results, that shows the errors/warnings as having a loading state when compiling/deploying
2018-10-23 10:36:58 +02:00
Anthony Laibe
f3bef0c3a6
Show sources 2018-10-23 10:34:17 +02:00
Jonathan Rainville
c7f9a374f2
rename name to className so it matches contract object 2018-10-23 10:31:33 +02:00
Anthony Laibe
1bd5174f61
Adding new reducer and selector 2018-10-23 10:27:42 +02:00
Iuri Matias
dcf94a0924
Fix route; style other components 2018-10-23 10:27:40 +02:00
Iuri Matias
40004b5655
add contracts and contract page 2018-10-23 10:27:40 +02:00