From 139bc0ca36aadf1d85a363e7a344780ee3527e35 Mon Sep 17 00:00:00 2001 From: DecDuck Date: Fri, 27 Dec 2024 14:03:06 +1100 Subject: [PATCH] feat(install modal): add note about more install dirs --- components/PageWidget.vue | 7 + pages/library/[id]/index.vue | 498 +++++++++++++++-------------------- 2 files changed, 226 insertions(+), 279 deletions(-) create mode 100644 components/PageWidget.vue diff --git a/components/PageWidget.vue b/components/PageWidget.vue new file mode 100644 index 0000000..ad9428b --- /dev/null +++ b/components/PageWidget.vue @@ -0,0 +1,7 @@ + diff --git a/pages/library/[id]/index.vue b/pages/library/[id]/index.vue index 4cc2e7e..2588a04 100644 --- a/pages/library/[id]/index.vue +++ b/pages/library/[id]/index.vue @@ -39,285 +39,221 @@ - - - -
- - -
-
- -
-
-
-
- Install {{ game.mName }}? - -
-

- Drop will add {{ game.mName }} to the queue to be - downloaded. While downloading, Drop may use up a large - amount of resources, particularly network bandwidth and - CPU utilisation. -

-
-
-
- -
-
- - Version -
- - {{ - versionOptions[installVersionIndex].versionName - }} - on - {{ - versionOptions[installVersionIndex].platform - }} - - - - - - - -
  • - {{ version.versionName }} on - {{ version.platform }} - - - -
  • -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    - There are no supported versions to install. Please - contact your server admin or try again later. -

    -
    -
    -
    -
    - - Install to -
    - - {{ - installDirs[installDir] - }} - - - - - - - -
  • - {{ dir }} - - - -
  • -
    -
    -
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    -

    - {{ installError }} -

    -
    -
    -
    -
    -
    - - Install - - -
    -
    -
    + + + +