Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

malberts

malberts created a review on a pull request on ProfessionalWiki/WikibaseFacetedSearch

View on GitHub

malberts deleted a branch ProfessionalWiki/WikibaseFacetedSearch

typeSpecificConfig

malberts pushed 1 commit to master ProfessionalWiki/WikibaseFacetedSearch
  • Support facet type specific config Config refactor not included. We do have some design issues with Config: * It is ... 7f95ae3

View on GitHub

malberts closed a pull request on ProfessionalWiki/WikibaseFacetedSearch
Support facet type specific config
This is needed so we can access these config in ListFacetHtmlBuilder: defaultCombineWith, allowCombineWithChoice, showNoneFilter, showAnyFilter. Config refactor not included. Looks like we can ...
malberts deleted a branch ProfessionalWiki/WikibaseFacetedSearch

followup-101

malberts pushed 1 commit to master ProfessionalWiki/WikibaseFacetedSearch
  • Follow up to #101 (#104) * Remove unused comment * Fix indentation caused by GitHub 0160693

View on GitHub

malberts closed a pull request on ProfessionalWiki/WikibaseFacetedSearch
Follow up to #101
malberts created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
We allow open-ended ranges, so the button should not be disabled if any of the values are empty.

View on GitHub

malberts created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
We could disable the button by default and only enable it once any value changes. But that would probably be frontend-only and would not require passing additional data to the template.

View on GitHub

malberts created a review on a pull request on ProfessionalWiki/WikibaseFacetedSearch

View on GitHub

malberts deleted a branch ProfessionalWiki/WikibaseFacetedSearch

feat-removelink-1

malberts pushed 1 commit to master ProfessionalWiki/WikibaseFacetedSearch
  • Remove anchor element from Facet UI (#99) * Remove anchor element from Facet UI We don't need them anymore becaus... 83ce023

View on GitHub

malberts deleted a branch ProfessionalWiki/WikibaseFacetedSearch

feat-hookquery

malberts pushed 1 commit to master ProfessionalWiki/WikibaseFacetedSearch
  • Pass search query directly to createHtml ff60f8a

View on GitHub

malberts closed a pull request on ProfessionalWiki/WikibaseFacetedSearch
Pass search query directly to createHtml
Follow up to #95
malberts deleted a branch ProfessionalWiki/WikibaseFacetedSearch

nolink

malberts deleted a branch ProfessionalWiki/WikibaseFacetedSearch

nocountcond

malberts pushed 1 commit to master ProfessionalWiki/WikibaseFacetedSearch
  • Remove count condition Makes the counts show up As per @malberts in https://github.com/ProfessionalWiki/WikibaseFac... 42b97c1

View on GitHub

malberts closed a pull request on ProfessionalWiki/WikibaseFacetedSearch
Remove count condition
Makes the counts show up As per @malberts in https://github.com/ProfessionalWiki/WikibaseFacetedSearch/pull/95#discussion_r1913026422 ![image](https://github.com/user-attachments/assets/e12a0...
malberts deleted a branch ProfessionalWiki/WikibaseFacetedSearch

UiBuilder

malberts pushed 2 commits to master ProfessionalWiki/WikibaseFacetedSearch
  • Redesign UI building code I redid the structure from scratch, and copied over various bits from the previous impleme... b4c1dbd
  • Add some TODOs ed00c09

View on GitHub

malberts closed a pull request on ProfessionalWiki/WikibaseFacetedSearch
Redesign UI building code
I redid the structure from scratch, and copied over various bits from the previous implementation. Many local TODOs left. Some regression in function (ie links) and some gain (ie real config used).
malberts created a review on a pull request on ProfessionalWiki/WikibaseFacetedSearch

View on GitHub

malberts created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
> For some reason the counts no longer show up, In `FacetItemLabel.mustache` we can remove the `{{#count}}` condition. ![Screenshot_20250113_130941](https://github.com/user-attachments/assets...

View on GitHub

malberts created a review on a pull request on ProfessionalWiki/WikibaseFacetedSearch

View on GitHub

malberts created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
Since `DelegatingFacetHtmlBuilder` works on `FacetType` only, are we going to have a different `FacetType` and `FacetHtmlBuilder` for single value radio buttons? Or is that not really a use case an...

View on GitHub

malberts created a review on a pull request on ProfessionalWiki/WikibaseFacetedSearch

View on GitHub

malberts created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
Should we use `array_map` here?

View on GitHub

malberts created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
What flagged this as invalid HTML? It's currently `<span>` with more `<span>`s inside, which is valid. Strictly speaking, having `<div>` inside `<label>` is invalid HTML (see "Permitted content" h...

View on GitHub

Load more