mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-22 01:59:41 +00:00
Adding files tables, fixing loading when switching streams
This commit is contained in:
parent
30ca0bb95f
commit
a89d2e71cc
18 changed files with 233 additions and 76 deletions
|
|
@ -11,12 +11,14 @@ You can directly use them in pages and other components without the need to impo
|
|||
- `<AppBookShelf>` | `<app-book-shelf>` (components/app/BookShelf.vue)
|
||||
- `<AppBookShelfToolbar>` | `<app-book-shelf-toolbar>` (components/app/BookShelfToolbar.vue)
|
||||
- `<AppStreamContainer>` | `<app-stream-container>` (components/app/StreamContainer.vue)
|
||||
- `<AppTracksTable>` | `<app-tracks-table>` (components/app/TracksTable.vue)
|
||||
- `<CardsBookCard>` | `<cards-book-card>` (components/cards/BookCard.vue)
|
||||
- `<CardsBookCover>` | `<cards-book-cover>` (components/cards/BookCover.vue)
|
||||
- `<ControlsVolumeControl>` | `<controls-volume-control>` (components/controls/VolumeControl.vue)
|
||||
- `<ModalsEditModal>` | `<modals-edit-modal>` (components/modals/EditModal.vue)
|
||||
- `<ModalsModal>` | `<modals-modal>` (components/modals/Modal.vue)
|
||||
- `<TablesAudioFilesTable>` | `<tables-audio-files-table>` (components/tables/AudioFilesTable.vue)
|
||||
- `<TablesOtherFilesTable>` | `<tables-other-files-table>` (components/tables/OtherFilesTable.vue)
|
||||
- `<TablesTracksTable>` | `<tables-tracks-table>` (components/tables/TracksTable.vue)
|
||||
- `<UiBtn>` | `<ui-btn>` (components/ui/Btn.vue)
|
||||
- `<UiLoadingIndicator>` | `<ui-loading-indicator>` (components/ui/LoadingIndicator.vue)
|
||||
- `<UiMenu>` | `<ui-menu>` (components/ui/Menu.vue)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue