summaryrefslogtreecommitdiffstats
path: root/src/mixins/vueAtReparenter.js
AgeCommit message (Collapse)Author
2021-08-23Fix license tagJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-23AutofixesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-17Lint fixMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-01-10Make possible to set extra CSS classes to the vue-at panelDaniel Calviño Sánchez
This will be needed to limit the style applied only to the vue-at panel created by Talk, as by default it uses "atwho-XXX" classes, which clash for example with the autocompletion in the comments tab of the Files app. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-01-10Fix indentationDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-01-09Add helper to reparent the panel of the vue-at componentDaniel Calviño Sánchez
The panel of the vue-at component is a child of the root element of the component. In some cases a different parent may be needed, but the component does not provide any way to change that, so a helper mixin that works around that limitation was added. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>