mirror of
https://github.com/documize/community.git
synced 2025-07-22 22:59:43 +02:00
Replace Bootstrap tooltips/popovers/dropdowns
With Ember Attacher component. This commit removes redundant BS code. Co-Authored-By: McMatts <matt@documize.com>
This commit is contained in:
parent
f05a6fc999
commit
75a19a80f9
44 changed files with 160 additions and 353 deletions
|
@ -18,7 +18,6 @@ module.exports = function (environment) {
|
|||
locationType: 'auto',
|
||||
environment: environment,
|
||||
rootURL: '/',
|
||||
// baseURL: '/',
|
||||
apiHost: '',
|
||||
apiNamespace: '',
|
||||
contentSecurityPolicyHeader: 'Content-Security-Policy-Report-Only',
|
||||
|
@ -33,10 +32,9 @@ module.exports = function (environment) {
|
|||
FEATURES: {}
|
||||
},
|
||||
|
||||
// Tooltips & Popover component defaults
|
||||
// Ember Attacher: tooltips & popover component defaults
|
||||
emberAttacher: {
|
||||
arrow: false,
|
||||
// showDelay: 1000
|
||||
arrow: false
|
||||
},
|
||||
|
||||
"ember-cli-mirage": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue