diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..176a458f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/komga-webui/src/components/ItemBrowser.vue b/komga-webui/src/components/ItemBrowser.vue index aaa92a42..5c298c85 100644 --- a/komga-webui/src/components/ItemBrowser.vue +++ b/komga-webui/src/components/ItemBrowser.vue @@ -1,204 +1,204 @@ - - - - - - - - - - - - - mdi-drag-horizontal - - - - - - - mdi-delete - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + mdi-drag-horizontal + + + + + + + mdi-delete + + + + + + + + + + + + + + + + + + diff --git a/komga-webui/src/components/ItemCard.vue b/komga-webui/src/components/ItemCard.vue index 8351af94..629e7514 100644 --- a/komga-webui/src/components/ItemCard.vue +++ b/komga-webui/src/components/ItemCard.vue @@ -1,297 +1,297 @@ - - - - - - - - - - - - {{ unreadCount }} - - - - - - - - {{ selected || (preselect && hover) ? 'mdi-checkbox-marked-circle' : 'mdi-checkbox-blank-circle-outline' - }} - - - - - mdi-book-open-page-variant - - - - - mdi-pencil - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + {{ unreadCount }} + + + + + + + + {{ selected || (preselect && hover) ? 'mdi-checkbox-marked-circle' : 'mdi-checkbox-blank-circle-outline' + }} + + + + + mdi-book-open-page-variant + + + + + mdi-pencil + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +