GithubHelp home page GithubHelp logo

Comments (3)

martyndavies avatar martyndavies commented on June 10, 2024

Hey @mattstratton, good catch, we'll take a look at this.

from orbit-browser-extension.

phacks avatar phacks commented on June 10, 2024

Thanks for opening the issue @mattstratton!

I think the reason why it does not work is that a few pieces of code (including the link to the profile) do not account for merges (or manual slug updates for that matter):

/**
* <a href="…">See X’s profile on Orbit</a>
*/
const detailsMenuLinkProfile = window.document.createElement("a");
detailsMenuLinkProfile.setAttribute("aria-label", "See profile on Orbit");
detailsMenuLinkProfile.setAttribute("role", "menuitem");
detailsMenuLinkProfile.setAttribute(
"href",
`${ORBIT_API_ROOT_URL}/${normalizedWorkspace}/members/${gitHubUsername}`
);

I think we have the member slug at that point (although we might need to pass it as an argument) and thus could use it in places where we use githubUsername.

from orbit-browser-extension.

martyndavies avatar martyndavies commented on June 10, 2024

Hey @mattstratton, thanks again for highlighting this. It's now been fixed and a new version of the extension has been deployed to Google. It's available now, and might automatically update if you restart your browser, but you can always force the update by heading to chrome://extensions/, then 'Details' on the Orbit extension, and hit 'Update'.

from orbit-browser-extension.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.