Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update span to include qb-web version #63

Closed
jef opened this issue Sep 29, 2020 · 2 comments
Closed

Update span to include qb-web version #63

jef opened this issue Sep 29, 2020 · 2 comments

Comments

@jef
Copy link

jef commented Sep 29, 2020

Description

It would be nice to see the release version of qb-web in the UI somewhere. Could be a low hanging fruit that would be nice. Perhaps even compare it with latest and show if an update is available.

I'm not great with Vue, but I imagine it would look something like this below:

https://github.com/CzBiX/qb-web/blob/master/src/components/Footer.vue#L12-L23

      <div v-if="!phoneLayout">
        <v-tooltip top>
          <template v-slot:activator="{ on }">
            <span v-on="on">
              qBittorrent {{ app.version }}
            </span>
          </template>
          <span>
-            API version: {{ app.apiVersion }}
+            API version: {{ app.apiVersion }} | qb-web version: {{ app.qbWebVersion }}
          </span>
        </v-tooltip>
      </div>
@jef
Copy link
Author

jef commented Sep 29, 2020

#56 #57 Somewhat related

@CzBiX CzBiX closed this as completed in 53617e0 Oct 2, 2020
@jef
Copy link
Author

jef commented Oct 2, 2020

Thank you @CzBiX!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant