-
Notifications
You must be signed in to change notification settings - Fork 212
Added icons and remove context menu on the components bar. Fixes #10 #189
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
Conversation
fernandojsg
commented
Jul 10, 2016
- Removed the three dots and the contextmenu on the component's name and replace them by icons (Style and image to-be-defined)
- Added confirmation while trying to remove or reset a component.

|
Where is the icon to copy the component to clipboard going to be? |
|
@dmarcos next to the current icons, in the same row |
|
Are we adding the icon on a different PR or should be part of this one? |
|
Not yet, the icons will be something like the one used on the Copy to clipboard for entity (#188) and it will be added in another PR, not to mix different issues in the same PR (delete dots -> icons, and copy to clipboard) |
|
Can we try labels instead of icons as @cvan suggested? It might not be too bad. |
|
My idea is, as they all looks the same style, review the functionality and the placement and if we're good to go merge them and create another issue with "Style the component's icons" |
|
do you mean label when mouseOver or label all the time? |
|
Label all the time: |
|
We can add a |
|
You mean something like this right? (From #10) |
|
When having multiple components we can show the id in the panel like the html element ( |
|
But could be nice to see them when everything is collapsed |
|
What about always showing the attribute name as it is. Only |
|
We had already an issue on the previous repo but I deleted when I changed the repos, I've created a new one to discuss it again -> #190 |
|
Use
|
|
The current state is great. Only problems:
Addressing those two might not be in context of this PR. |
|
That sounds good, it would solve both issues. |
|
That looks good. Maybe lowercase |
78a8f74 to
7c1ecd9
Compare
| <a href='#' className='disabled'>Copy to clipboard</a> | ||
| </div> | ||
| <div> | ||
| <a href="#" title="Delete component" className="flat-button" |
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.
single quotes
|
r+wc love it |
7c1ecd9 to
f5f50d7
Compare
f5f50d7 to
b39a966
Compare
|
@ngokevin both changes done! thank you |



