-
Searching for "{{this.searchQuery | threeDotsTrim}}"
+
Searching for "{{this.searchQuery | threeDotsTrim }}"
+ v-on:click="clearSearchQuery()" />
-
Sorry, no matches for "{{this.searchQuery | threeDotsTrim}}" đ
+
Sorry, no matches for "{{this.searchQuery | threeDotsTrim }}" đ
Feel free to extend the scripts
-
here â¨
+
here â¨
diff --git a/src/presentation/components/Shared/Dialog.vue b/src/presentation/components/Shared/Dialog.vue
index c7346611..3713f72c 100644
--- a/src/presentation/components/Shared/Dialog.vue
+++ b/src/presentation/components/Shared/Dialog.vue
@@ -5,10 +5,13 @@
height="auto">
diff --git a/src/presentation/components/Shared/Responsive.vue b/src/presentation/components/Shared/Responsive.vue
index 21d1dc4e..a959f542 100644
--- a/src/presentation/components/Shared/Responsive.vue
+++ b/src/presentation/components/Shared/Responsive.vue
@@ -1,6 +1,6 @@
-
+
diff --git a/src/presentation/components/TheFooter/DownloadUrlList.vue b/src/presentation/components/TheFooter/DownloadUrlList.vue
index 303b6414..814c8043 100644
--- a/src/presentation/components/TheFooter/DownloadUrlList.vue
+++ b/src/presentation/components/TheFooter/DownloadUrlList.vue
@@ -3,10 +3,10 @@
class="container"
v-bind:class="{
'container-unsupported': !hasCurrentOsDesktopVersion,
- 'container-supported': hasCurrentOsDesktopVersion
+ 'container-supported': hasCurrentOsDesktopVersion,
}">
-
+
For desktop:
diff --git a/src/presentation/components/TheFooter/DownloadUrlListItem.vue b/src/presentation/components/TheFooter/DownloadUrlListItem.vue
index 4e96c6d7..523f9d59 100644
--- a/src/presentation/components/TheFooter/DownloadUrlListItem.vue
+++ b/src/presentation/components/TheFooter/DownloadUrlListItem.vue
@@ -1,9 +1,10 @@
- {{ operatingSystemName }}
diff --git a/src/presentation/components/TheFooter/PrivacyPolicy.vue b/src/presentation/components/TheFooter/PrivacyPolicy.vue
index 81a1a39e..d0dff64d 100644
--- a/src/presentation/components/TheFooter/PrivacyPolicy.vue
+++ b/src/presentation/components/TheFooter/PrivacyPolicy.vue
@@ -17,14 +17,18 @@
đ
diff --git a/src/presentation/components/TheFooter/TheFooter.vue b/src/presentation/components/TheFooter/TheFooter.vue
index f97b14e3..dba656f8 100644
--- a/src/presentation/components/TheFooter/TheFooter.vue
+++ b/src/presentation/components/TheFooter/TheFooter.vue
@@ -3,7 +3,7 @@
diff --git a/src/presentation/components/TheHeader.vue b/src/presentation/components/TheHeader.vue
index 4f9f7db0..e2ecabc9 100644
--- a/src/presentation/components/TheHeader.vue
+++ b/src/presentation/components/TheHeader.vue
@@ -1,6 +1,6 @@
-
{{ title }}
+ {{ title }}
Now you have the choice
diff --git a/src/presentation/components/TheSearchBar.vue b/src/presentation/components/TheSearchBar.vue
index 1e62b3c8..b03366bd 100644
--- a/src/presentation/components/TheSearchBar.vue
+++ b/src/presentation/components/TheSearchBar.vue
@@ -1,8 +1,11 @@
-
+ v-model="searchQuery"
+ >
@@ -26,7 +29,7 @@ export default class TheSearchBar extends StatefulVue {
public searchQuery = '';
@Watch('searchQuery')
- public async updateFilter(newFilter: |string) {
+ public async updateFilter(newFilter?: string) {
const context = await this.getCurrentContext();
const { filter } = context.state;
if (!newFilter) {