BaGet icon indicating copy to clipboard operation
BaGet copied to clipboard

Added basic footer to the page.

Open SeppPenner opened this issue 5 years ago • 4 comments

Summary of the changes (in less than 80 chars)

  • Added basic footer.

Fixes https://github.com/loic-sharma/BaGet/issues/520 once it's alright.

SeppPenner avatar Jun 18 '20 17:06 SeppPenner

@loic-sharma Currently, it looks like this:

BaGet_Footer

So, the todos are obvious:

  • What do we want to show there?
  • How do we get the version information there (Best would be automatically from Git somehow)?
  • How can I fix the logo sizing?
  • Another logo is needed, we can't take the official nuget logo 😄
  • The footer needs to be fixed to the bottom (even if there are no packages yet)

Since I'm not really a JavaScript / React or CSS expert, can you give me some hints here on these issues, please? Thank you already 😅

SeppPenner avatar Jun 18 '20 17:06 SeppPenner

Thanks for sharing a screenshot!

How do we get the version information there (Best would be automatically from Git somehow)?

You should be able to use this: https://stackoverflow.com/a/52079972/1123509

You will need to update the Azure DevOps build script (found here) to set this environment variable.

  • How can I fix the logo sizing?
  • Another logo is needed, we can't take the official nuget logo 😄

BaGet doesn't have a logo 😢, I would just skip the logo for now.

  • The footer needs to be fixed to the bottom (even if there are no packages yet)

TODO...

loic-sharma avatar Jun 19 '20 03:06 loic-sharma

I will try this and see how it looks after the changes :)

SeppPenner avatar Jun 19 '20 09:06 SeppPenner

Todos:

  • What do we want to show there?
  • Get version information like described in the links
  • Update build script
  • The footer needs to be fixed to the bottom (even if there are no packages yet)

SeppPenner avatar Jun 23 '20 18:06 SeppPenner