mirror of
https://github.com/documize/community.git
synced 2025-07-22 06:39:43 +02:00
improved tooltips
This commit is contained in:
parent
6a651770b5
commit
a86d52388e
4 changed files with 34 additions and 14 deletions
|
@ -99,6 +99,15 @@ export default Ember.Component.extend(TooltipMixin, {
|
|||
} else {
|
||||
this.addTooltip(document.getElementById("workspace-login"));
|
||||
}
|
||||
if (this.get("session.authenticated")) {
|
||||
this.addTooltip(document.getElementById("user-profile-button"));
|
||||
}
|
||||
if (this.get('session.hasAccounts')) {
|
||||
this.addTooltip(document.getElementById("accounts-button"));
|
||||
}
|
||||
|
||||
this.addTooltip(document.getElementById("home-button"));
|
||||
this.addTooltip(document.getElementById("search-button"));
|
||||
},
|
||||
|
||||
setupPins() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue