diff --git a/components/collections/index.vue b/components/collections/index.vue index 6602f1c0d..c8323e372 100644 --- a/components/collections/index.vue +++ b/components/collections/index.vue @@ -57,7 +57,7 @@ TODO: > import_export - help - + --> diff --git a/components/history.vue b/components/history.vue index fe1e2c3f4..f6762c6af 100644 --- a/components/history.vue +++ b/components/history.vue @@ -1,70 +1,14 @@ - - - - - - - sort - - - - - sort_by_alpha - Label - - - - - access_time - Time - - - - - assistant - Status - - - - - language - URL - - - - - timeline - Path - - - - - timer - Duration - - - - - first_page - last_page - {{ !showMore ? "Show more" : "Hide more" }} - - - - - + + + History is empty - - + + clear_all Clear All - - - - Are you sure? - + + + sort + + + + + sort_by_alpha + Label + + + + + access_time + Time + + + + + assistant + Status + + + + + language + URL + + + + + timeline + Path + + + + + timer + Duration + + + + + first_page + last_page + {{ !showMore ? "Show more" : "Hide more" }} + + + + + + + Are you sure? + close - - - + + diff --git a/layouts/default.vue b/layouts/default.vue index b1bd0ff12..fc15fd766 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -51,17 +51,14 @@ - - - favorite - Donate - - + favorite + Support us + + + + + + + Support us on + + + close + + + + + + + + + + + favorite + Open Collective + + + + + + + favorite + PayPal + + + + + + + favorite + Patreon + + + + + + @@ -304,7 +356,8 @@ export default { // prompt. showInstallPrompt: null, version: {}, - showShortcuts: false + showShortcuts: false, + showSupport: false }; },