Git Product home page Git Product logo

Comments (7)

smhutch avatar smhutch commented on July 23, 2024 2

This would be super, super helpful. Another consideration here is that "groups" of results should perhaps be sorted first, then results within that group sorted afterwards.

Happy to help contribute towards development of this in January.

from kbar.

leeoocca avatar leeoocca commented on July 23, 2024 1

This would be very useful.

For example adding contextual actions to the top would allow the user to discover them more easily. Right now they are "hidden" at the bottom of the list.

from kbar.

timc1 avatar timc1 commented on July 23, 2024 1

Hey @devenbhooshan! Thanks for the offer – if you want to give it a shot, by all means! I would look into alternative solutions as a starting point, like command-score.

from kbar.

CryogenicPlanet avatar CryogenicPlanet commented on July 23, 2024

Any updates on this?

from kbar.

phuctm97 avatar phuctm97 commented on July 23, 2024

This would be very useful.

For example adding contextual actions to the top would allow the user to discover them more easily. Right now they are "hidden" at the bottom of the list.

Second this, current workaround to there is only 1 useRegisterActions, no default actions, all actions are re-registered when there are changes, this way the order can be predictable. But an API that supports this internally makes a lot of sense and will be very helpful!

from kbar.

devenbhooshan avatar devenbhooshan commented on July 23, 2024

+1
this would be very useful.

I think these are the places where changes needed to be added

Action type needs to have a priority field of type int in src/types.ts

and that priority needs to be taken into account in src/useMatches.tsx

const results = React.useMemo(() => {

      //...
      for (let i = 0; i < actions.length; i++) {
        results.push(actions[i]);
      }
    });
    //

    return results;
  }, [matches]);

@timc1 let me know if this looks correct. I can help with the PR.

from kbar.

TaylorFacen avatar TaylorFacen commented on July 23, 2024

+1 this would be super helpful for me as well

from kbar.

Related Issues (20)

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.