Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Free up hover for other uses, we're not currently using it. | Christian Mollekopf | 2017-08-27 |
| | |||
* | Fill width in menu | Christian Mollekopf | 2017-08-03 |
| | |||
* | Only highlight on right-click | Christian Mollekopf | 2017-08-03 |
| | | | | | | | | | | With the highlight on hover the items look clickable, but they are not. Further The UI starts to blink if you run the curser accross a couple of labels. The new behaviour is more in line with what i.e. browsers do with links or alike. The highglight was also turned into a softer full overlay instead of just a border. | ||
* | auto-close the menu when something has been selected | Christian Mollekopf | 2017-08-03 |
| | |||
* | The menu should be a Column | Christian Mollekopf | 2017-08-03 |
| | |||
* | SelectableLabel with same mechanism as SelectableItem. | Christian Mollekopf | 2017-07-31 |
Note that we can not easily integrate it with Label due to recursive use of Kube.Label via the Button component. (Would be doable via dynamic loading, but that stuff is a PITA to do). |