diff --git a/desktop/components/PageWidget.vue b/desktop/components/PageWidget.vue new file mode 100644 index 00000000..ad9428b5 --- /dev/null +++ b/desktop/components/PageWidget.vue @@ -0,0 +1,7 @@ + + + + + diff --git a/desktop/pages/library/[id]/index.vue b/desktop/pages/library/[id]/index.vue index 4cc2e7ea..2588a044 100644 --- a/desktop/pages/library/[id]/index.vue +++ b/desktop/pages/library/[id]/index.vue @@ -39,285 +39,221 @@ - - - - - - - - - - install()" - class="relative transform rounded-lg bg-zinc-900 text-left shadow-xl transition-all sm:my-8 sm:w-full sm:max-w-lg" - > - - - - 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 - - - Cancel - - - - + + + + + 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. + + - - + + install()" class="space-y-6"> + + + 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 }} + + + + + + + + + + + Add more install directories in + + + Settings + + + + + + + + + + + + + + {{ installError }} + + + + + + + + Install + + + Cancel + + +
- 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. -
+ 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. +