Add a proper API for the new header tabs & actions
Bug #1423698 reported by
Alexandre Abreu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu HTML5 UI SDK |
Confirmed
|
Wishlist
|
Adnane Belmadiaf |
Bug Description
could it be possible to add an "actions" api? ... something like:
Action {
readonly property string id
property bool enabled
property string icon
void triggered(Function callback)
}
Actions {
ActionList getActionsForTa
}
it would be nice to also add a:
Tabs {
void tabChanged(Tab oldTab, Tab newTab);
}
so that e.g. people could work on the associated actions when a switch happens
Changed in ubuntu-html5-theme: | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Adnane Belmadiaf (daker) |
importance: | High → Medium |
Changed in ubuntu-html5-theme: | |
importance: | Medium → Wishlist |
To post a comment you must log in.