Fredrik Adelöw
Fredrik Adelöw
As a larger scale discussion, I'd even like to revamp the filtering to be more like a list of active filter "pills" at the top and you remove filters with...
And agreed - not sure the kind warrants being an entirely stand-out, special-treatment filter design thing at this point? 🤔
Oh no - I see that `EntityKindPicker` does exist as an optional picker to put in your sidebars, but [its visual parts haven't been implemented yet](https://github.com/backstage/backstage/blob/cfb35984105fb37c23f5e0c425c99543f8428516/plugins/catalog-react/src/components/EntityKindPicker/EntityKindPicker.tsx#L53) :/ It's a pretty...
@Crevil I'd love for it to NOT be a multi select though. It'd be a MUCH smaller change. I experimented a bit on my hack time to just mimic what...
Sounds like a plan. Is just a single project string enough? Thinking of... Which ones are they? Bitbucket and/or hosted azure? ...that have a bit of their own naming scheme,...
(Wait, strike my previous rambling) Yeah that sounds like it make sense
That would probably make sense! We don't have it on our own roadmap right now, but we'd definitely appreciate a contribution to that end.
Yeah I dug around a bit again on this, and `git-url-parse` has is in a bit of a pickle since they have [upgraded](https://github.com/IonicaBizau/parse-url/commit/e8dbac15371a798bcf2eeff3dcfa6e13f97e7abe) a dependency past a point where the...
Update - i got [a fix](https://github.com/sindresorhus/normalize-url/pull/148) merged and released to remove the safari-breaking regex. Only to discover that they [exclusively dist as ESM](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) now which our dependency isn't set up...
@mapleeit EDIT: This may actually be a functioning fix now that [ESM support](https://github.com/backstage/backstage/issues/7011) is in place.