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

Bookmark Support in release page #2001

Closed

Conversation

Ndacyayisenga-droid
Copy link
Contributor

Bookmark Support in release page

Fixes #666

cc @hendrikebbers @gdams

Checklist

  • npm test passes
  • documentation is changed or added (if applicable)
  • permission has been obtained to add new logo (if applicable)
  • contribution guidelines followed here

@netlify
Copy link

netlify bot commented Jul 17, 2023

Deploy Preview for eclipsefdn-adoptium ready!

Name Link
🔨 Latest commit 1ba10ab
🔍 Latest deploy log https://app.netlify.com/sites/eclipsefdn-adoptium/deploys/64b53d37850bd30008c6a00d
😎 Deploy Preview https://deploy-preview-2001--eclipsefdn-adoptium.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@codecov
Copy link

codecov bot commented Jul 17, 2023

Codecov Report

Merging #2001 (1ba10ab) into main (d2bdabd) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #2001   +/-   ##
=======================================
  Coverage   99.15%   99.16%           
=======================================
  Files          85       85           
  Lines        6181     6192   +11     
  Branches      507      509    +2     
=======================================
+ Hits         6129     6140   +11     
  Misses         52       52           
Impacted Files Coverage Δ
src/pages/temurin/releases.tsx 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

React.useEffect(() => {
if (!initialLoad) {
setInitialLoad(true)
window.history.replaceState(null, null, '/temurin/releases/?os=win&arch=x64&package=jdk')
Copy link
Member

@gdams gdams Jul 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should not be hardcoding to windows. Can you not set the default to show all binaries?

@Ndacyayisenga-droid Ndacyayisenga-droid marked this pull request as draft July 17, 2023 13:56
@hendrikebbers
Copy link
Contributor

@Ndacyayisenga-droid what is the state on that PR?

@gdams
Copy link
Member

gdams commented Aug 24, 2023

I think this was superseded by #2107

@gdams gdams closed this Aug 24, 2023
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

Successfully merging this pull request may close these issues.

Bookmark Support
3 participants