Uh oh!
There was an error while loading. Please reload this page.
fix checksum accordions - #16441
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
mat007
left a comment
There was a problem hiding this comment.
Makes sense!
This is going to be a tad annoying when adding a new release, I’m wondering if there isn’t a way to factor this out and make it simpler to define, but I’m not an expert in these.
@thaJeztah would you have any suggestion?
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
thaJeztah
commented
Jan 5, 2023
Hm... yeah, this is a bit awkward. Not sure if there's an easy solution with the current components. Perhaps we can look at how we present these (maybe in a different way) 🤔 |
thaJeztah
commented
Jan 5, 2023
As these are mostly to verify if the bytes came across correctly (binaries would still be signed to verify in other ways, correct?), we could still consider
That way we could outline how users can verify, without having to mention it for each release |
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
Thanks for catching that @thaJeztah 😅 I wonder if there might be some other useful component that Hugo has to offer as well? Maybe it's worth waiting until we've migrated to Hugo and then revisiting this? |
thaJeztah
commented
Jan 5, 2023
The fix itself looks ok (looking at the code), but it's indeed a bit of a repetitive job to make sure we don't accidentally make the same mistake. One thing we could look at (separate from migrating to Hugo) is if we can use a template for these blocks, so that it automatically generates unique IDs based on (e.g.) the Docker Desktop build-number or version; something like Although that would also be a lot of boiler plating with all the checksums 🤔 so yeah, perhaps having |
aevesdocker
commented
Jan 6, 2023
@thaJeztah would you mind approving the PR in the meantime? It'd be good to get the immediate bug fixed |
mat007
commented
Jan 6, 2023
Yes, that makes sense, I’ll create a ticket in the DKP backlog for this. |
this PR fixes the issue of the checksum accordions not expanding/collapsing
closes#16440