BaGet
BaGet copied to clipboard
Added basic footer to the page.
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.
@loic-sharma Currently, it looks like this:
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 😅
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...
I will try this and see how it looks after the changes :)
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)