Sorting and filtering

This commit is contained in:
Mark Cooper
2021-08-18 20:18:44 -05:00
parent a89d2e71cc
commit 7532b756a7
14 changed files with 450 additions and 42 deletions
+2
View File
@@ -13,6 +13,8 @@ You can directly use them in pages and other components without the need to impo
- `<AppStreamContainer>` | `<app-stream-container>` (components/app/StreamContainer.vue)
- `<CardsBookCard>` | `<cards-book-card>` (components/cards/BookCard.vue)
- `<CardsBookCover>` | `<cards-book-cover>` (components/cards/BookCover.vue)
- `<ControlsFilterSelect>` | `<controls-filter-select>` (components/controls/FilterSelect.vue)
- `<ControlsOrderSelect>` | `<controls-order-select>` (components/controls/OrderSelect.vue)
- `<ControlsVolumeControl>` | `<controls-volume-control>` (components/controls/VolumeControl.vue)
- `<ModalsEditModal>` | `<modals-edit-modal>` (components/modals/EditModal.vue)
- `<ModalsModal>` | `<modals-modal>` (components/modals/Modal.vue)