diff --git a/package.json b/package.json index e6117bc8..00fc3305 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuetorrent", - "version": "0.3.1", + "version": "0.3.2", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/src/components/Modals/SettingsModal/Tabs/TagsAndCategories.vue b/src/components/Modals/SettingsModal/Tabs/TagsAndCategories.vue index 0701a2a0..ca68254e 100644 --- a/src/components/Modals/SettingsModal/Tabs/TagsAndCategories.vue +++ b/src/components/Modals/SettingsModal/Tabs/TagsAndCategories.vue @@ -35,7 +35,7 @@

Available Categories:

- + + + diff --git a/src/components/Modals/SortModal.vue b/src/components/Modals/SortModal.vue new file mode 100644 index 00000000..d6655721 --- /dev/null +++ b/src/components/Modals/SortModal.vue @@ -0,0 +1,105 @@ + + + + + diff --git a/src/components/Navbar/TopActions.vue b/src/components/Navbar/TopActions.vue index 997f1174..89acb0e5 100644 --- a/src/components/Navbar/TopActions.vue +++ b/src/components/Navbar/TopActions.vue @@ -1,5 +1,15 @@