-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Allow tags for Accounts, Addresses and Contracts #2712
Conversation
It looks like this contributor signed our Contributor License Agreement. 👍 Many thanks, Ethcore CLA Bot |
@@ -131,6 +132,16 @@ module.exports = { | |||
] | |||
}), | |||
new HappyPack({ | |||
id: 'less', |
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.
Do we still need this now?
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.
So it's not used by any file, but it was there previously, so not sure...
Should we get completely rid of LESS ? (ie. in Webpack and package.json
)
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.
If we are not using it, yes, best approach.
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.
OK, will do
Changes Unknown when pulling 05cdecc on ng-ui-tags into * on master*. |
[Copy of PR #2697]
Closes #2643
This PR adds tagging capabilities to Accounts, Addresses and Contracts. Multiple can be added per item, and these can be searched. They can also be sorted by name or by tag.
Currently, the search accepts multiple tokens, that are joined with OR ; eg. if item 1 has tag foo and item 2 has tag bar, as search for the two tokens foo and bar will display item 1 and 2.
This can be changed easily to an AND behavior.
See it in action here: https://youtu.be/3UA-QI0G_UQ