Make the accounts sortable and persist new order.

Deactivate Pull-to-refresh feature to prevent side effects
This commit is contained in:
Bubka
2020-03-27 22:36:01 +01:00
parent 361e6a87f1
commit eaabe6e9e3
5 changed files with 83 additions and 41 deletions

View File

@ -14,7 +14,8 @@ import {
faLock,
faLockOpen,
faSearch,
faEllipsisH
faEllipsisH,
faBars
} from '@fortawesome/free-solid-svg-icons'
library.add(
@ -27,7 +28,8 @@ library.add(
faLock,
faLockOpen,
faSearch,
faEllipsisH
faEllipsisH,
faBars
);
Vue.component('font-awesome-icon', FontAwesomeIcon)