koel/resources/assets/js/composables
2022-11-18 18:45:38 +01:00
..
index.ts feat: use composables for DialogBox and MessageToast 2022-11-18 18:45:38 +01:00
useAuthorization.ts refactor: use provide/inject and composable for screen logics 2022-09-12 22:33:41 +07:00
useContextMenu.ts feat(test): add SongContextMenu tests 2022-07-19 13:20:13 +02:00
useDialogBox.ts feat: use composables for DialogBox and MessageToast 2022-11-18 18:45:38 +01:00
useDragAndDrop.ts fix: broken song reordering (#1524) 2022-10-10 09:00:02 +02:00
useFloatingUi.ts chore: extract logic for floaing UI update 2022-11-13 12:58:28 +01:00
useInfiniteScroll.ts chore: only lazyload components when necessary 2022-07-07 20:05:46 +02:00
useMessageToaster.ts feat: use composables for DialogBox and MessageToast 2022-11-18 18:45:38 +01:00
useNetworkStatus.ts feat: notify when app comes offline (#1561) 2022-10-27 15:44:40 +02:00
useNewVersionNotification.ts chore: only lazyload components when necessary 2022-07-07 20:05:46 +02:00
usePlaylistManagement.ts feat: use composables for DialogBox and MessageToast 2022-11-18 18:45:38 +01:00
useScreen.ts feat: revamp the router and routing logic (#1519) 2022-10-08 12:54:25 +02:00
useSmartPlaylistForm.ts feat: use composables for DialogBox and MessageToast 2022-11-18 18:45:38 +01:00
useSongList.ts fix: bugs with sorting and dragging songs (#1593) 2022-11-17 17:30:38 +01:00
useSongMenuMethods.ts feat: more actions for song context menu (#1550) 2022-10-24 17:27:17 +02:00
useThirdPartyServices.ts feat!: make app progressive 2022-07-04 10:36:39 +02:00
useUpload.ts feat: use composables for DialogBox and MessageToast 2022-11-18 18:45:38 +01:00