This repository was archived by the owner on Dec 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
> UI for managing [ OrbitDB] ( https://github.com/orbitdb/orbit-db ) databases.
4
4
5
- ** Run the [ Control Center] ( https://gateway.pinata.cloud /ipfs/QmQjGSJ3MJho7CTySsyno5qi6J8GQCaVGPLq6Dn73gDBDH ) in your browser.**
5
+ ** Run the [ Control Center] ( https://ipfs.io /ipfs/QmbUP5MPCYnFcouSmB5oRj91jNSHYGGbyqvbPUvNoxFomo ) in your browser.**
6
6
7
7
<img width =" 80% " src =" https://raw.githubusercontent.com/haadcode/orbit-db-control-center/master/screenshot1.png " />
8
8
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ function Header () {
31
31
< Pane
32
32
display = 'flex'
33
33
flex = '1 1 60%'
34
- paddingX = { majorScale ( 6 ) }
34
+ paddingLeft = { majorScale ( 6 ) }
35
35
paddingY = { majorScale ( 1 ) }
36
36
borderBottom = 'default'
37
37
>
@@ -51,9 +51,14 @@ function Header () {
51
51
flex = '1 1 40%'
52
52
alignItems = 'center'
53
53
justifyContent = 'center'
54
- paddingX = { majorScale ( 6 ) }
54
+ paddingRight = { majorScale ( 6 ) }
55
55
>
56
- < SearchInput placeholder = 'Search...' width = '100%' onKeyUp = { handleKeyUp } />
56
+ < SearchInput
57
+ placeholder = 'Search...'
58
+ height = { 24 }
59
+ width = '100%'
60
+ onKeyUp = { handleKeyUp }
61
+ />
57
62
</ Pane >
58
63
</ Pane >
59
64
</ Pane >
Original file line number Diff line number Diff line change @@ -105,17 +105,18 @@ function DatabasesView () {
105
105
Open
106
106
</ Button >
107
107
</ Pane >
108
- < Pane display = 'flex' justifyContent = 'center' >
108
+ < Pane display = 'flex' justifyContent = 'center' overflow = 'auto' >
109
109
< CreateDialog onCreate = { createDB } />
110
110
< AddDialog onAdd = { addDB } />
111
111
< Pane
112
112
flex = '1'
113
+ overflow = 'auto'
113
114
elevation = { 1 }
114
115
background = 'white'
115
116
marginX = { majorScale ( 6 ) }
116
117
>
117
118
{ ! appState . loading . programs
118
- ? ( < ProgramList
119
+ ? ( < ProgramList
119
120
programs = { appState . programs }
120
121
onRemove = { handleRemoveDatabase }
121
122
/> )
You can’t perform that action at this time.
0 commit comments