-
Notifications
You must be signed in to change notification settings - Fork 31
ui: file upload, fileTree, forms: RepoField, TagsInput #1424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ui: file upload, fileTree, forms: RepoField, TagsInput #1424
Conversation
e317e98
to
64fcf33
Compare
Lint errors
|
<FileManager key="filesManager" files={this.props.files} />, | ||
// <FileList key="filesList" files={this.props.files} />, | ||
<Box key="filesList" pad="small"> | ||
<Box key="filesList" style={{ paddingLeft: "3px", paddingRight: "10px" }}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe something like this instead
pad={{left:"small", right:"medium"}}
in order to keep the grommet values
render() { | ||
return <TreeNode data={this.state.data} />; | ||
return ( | ||
<Box style={{ marginLeft: "5px" }}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we instead margin={{left:'small'}}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check if the suggested updates are required
64fcf33
to
7a2a7c2
Compare
Signed-off-by: Pamfilos Fokianos <pamfilosf@gmail.com>
Signed-off-by: Pamfilos Fokianos <pamfilosf@gmail.com>
Signed-off-by: Pamfilos Fokianos <pamfilosf@gmail.com>
7a2a7c2
to
fc4061f
Compare
Signed-off-by: Pamfilos Fokianos <pamfilosf@gmail.com>
fc4061f
to
de2f0c1
Compare
No description provided.