Epistimio / orion-dashboard

Other
0 stars 2 forks source link

Filter experiments using search field in navbar #6

Closed notoraptor closed 2 years ago

notoraptor commented 2 years ago

Hi @bouthilx ! This is a PR to use search field to filter available experiments.

bouthilx commented 2 years ago

Did the installation steps changed since the last PRs? I try running yarn but I get

internal/modules/cjs/loader.js:905
  throw err;
  ^

Error: Cannot find module '/projects/orion-dashboard/.yarn/releases/yarn-1.22.17.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
    at Function.Module._load (internal/modules/cjs/loader.js:746:27)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
    at internal/main/run_main_module.js:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}
bouthilx commented 2 years ago

I tried running it locally but .yarnrc is pointing to a yarn version that is not available in .yarn/releases. Could you please update .yarnrc in this PR. Thanks!

notoraptor commented 2 years ago

@bouthilx Done!

bouthilx commented 2 years ago

Thanks!