20 Commits

Author SHA1 Message Date
Anthony Laibe
f82d3de1b0 feat: add CRUD to file explorer 2018-11-13 09:13:23 +00:00
Jonathan Rainville
1030607813 feat(cockpit): make editor resizable 2018-11-08 15:17:41 -05:00
Jonathan Rainville
e0ce61f112 resolve conflict with Logger name 2018-10-29 12:29:20 +01:00
Andre Medeiros
aa136b470d Change contract folder icon
CHange it to something that indicates text files
2018-10-28 14:41:14 +01:00
Iuri Matias
d1d5450747 decrease file size in 'show hidden files' text 2018-10-28 12:10:15 +01:00
Anthony Laibe
40cab4a06a Do not close expanded node 2018-10-26 17:06:14 +02:00
Jonathan Rainville
8ec1199074 fix file-tree height 2018-10-25 09:51:54 -04:00
Anthony Laibe
079a2dbba4 Add light theme to editor 2018-10-25 12:02:13 +01:00
Anthony Laibe
8ae6c6c154 Add icons to file tree 2018-10-25 08:06:37 +01:00
Jonathan Rainville
c50390fb01 fix dark-theme layout 2018-10-24 15:20:31 -04:00
Andre Medeiros
690788899e Refactor the toggle to show it on the file tree 2018-10-24 13:57:57 -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
Anthony Laibe
b423e87e49
Replace tabler react by new theme 2018-10-23 10:59:18 +02:00
Anthony Laibe
cb4a1e1073
Fix height of flex 2018-10-23 10:58:34 +02:00
Anthony Laibe
ea9939c03a
WIP: style fiddle 2018-10-23 10:51:24 +02:00
emizzle
35a701fb90
Addressed PR comments
Updated comments in `FileExplorer.js`

Moved `isFolder()`, `isNotFolder()`, and `byName()` outside of `fileTreeSort()` in `lib/pipeline/pipeline.js`.
2018-10-23 10:50:39 +02:00
emizzle
895c0d86ac
Finish adding show/hide of hidden files
Hidden files/folders (those beginning with “.”) are now hidden and shown depending on the state of the toggle.
2018-10-23 10:50:39 +02:00
emizzle
f3431eecbd
File editor tree improvements
Sort files and folders by type, then by name

Hide hidden files/folders (starting with “.”) - WIP
2018-10-23 10:50:39 +02:00
Anthony Laibe
a08690ef43
File Editor 2018-10-23 10:41:20 +02:00
Anthony Laibe
b945b87d4d
File explorer 2018-10-23 10:38:11 +02:00