diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 5df11f314..fb7a5d042 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -43,7 +43,7 @@ We agree to restrict the following behaviors in our community. Instances, threat Tensions can occur between community members even when they are trying their best to collaborate. Not every conflict represents a code of conduct violation, and this Code of Conduct reinforces encouraged behaviors and norms that can help avoid conflicts and minimize harm. -When an incident does occur, it is important to report it promptly. To report a possible violation, contact the project stewards (@danielroe and @patak.dev) by DM in our community chat. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project stewards are obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. +When an incident does occur, it is important to report it promptly. To report a possible violation, contact the project stewards (@danielroe and @patak.cat) by DM in our community chat. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project stewards are obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Community Moderators take reports of violations seriously and will make every effort to respond in a timely manner. They will investigate all reports of code of conduct violations, reviewing messages, logs, and recordings, or interviewing witnesses and other participants. Community Moderators will keep investigation and enforcement actions as transparent as possible while prioritizing safety and confidentiality. In order to honor these values, enforcement actions are carried out in private with the involved parties, but communicating to the whole community may be part of a mutually agreed upon resolution. diff --git a/GOVERNANCE.md b/GOVERNANCE.md index 63e92d730..1731cdd37 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -41,7 +41,7 @@ Not every contributor will reach this level, and that's okay! Maintainers still The npmx project Stewards are currently: - **Daniel Roe** ([website](https://roe.dev), [social](https://bsky.app/profile/danielroe.dev), [github](https://github.com/danielroe), [@danielroe](https://chat.npmx.dev)) -- **Matias Capeletto** ([website](https://patak.dev), [social](https://bsky.app/profile/patak.dev), [github](https://github.com/patak-dev), [@patak.dev](https://chat.npmx.dev)) +- **Matias Capeletto** ([website](https://patak.cat), [social](https://bsky.app/profile/patak.cat), [github](https://github.com/patak-cat), [@patak.cat](https://chat.npmx.dev)) --- diff --git a/app/assets/main.css b/app/assets/main.css index 0de1fb5fc..bbc667d53 100644 --- a/app/assets/main.css +++ b/app/assets/main.css @@ -275,13 +275,16 @@ dd { } /* Shiki theme colors */ -html.light .shiki, -html.light .shiki span { +html.light .shiki { color: var(--shiki-light) !important; background-color: var(--shiki-light-bg) !important; - font-style: var(--shiki-light-font-style) !important; - font-weight: var(--shiki-light-font-weight) !important; - text-decoration: var(--shiki-light-text-decoration) !important; + + & span { + color: var(--shiki-light) !important; + font-style: var(--shiki-light-font-style) !important; + font-weight: var(--shiki-light-font-weight) !important; + text-decoration: var(--shiki-light-text-decoration) !important; + } } /* Inline code in package descriptions */ diff --git a/app/components/Compare/FacetBarChart.vue b/app/components/Compare/FacetBarChart.vue new file mode 100644 index 000000000..bebe625cf --- /dev/null +++ b/app/components/Compare/FacetBarChart.vue @@ -0,0 +1,318 @@ + + + + + diff --git a/app/components/Compare/PackageSelector.vue b/app/components/Compare/PackageSelector.vue index 5cde32b1c..43e7ec81c 100644 --- a/app/components/Compare/PackageSelector.vue +++ b/app/components/Compare/PackageSelector.vue @@ -272,7 +272,7 @@ onClickOutside(containerRef, () => { { v-for="(result, index) in filteredResults" :key="result.name" data-navigable - class="block w-full text-start my-0.5" + class="block w-full text-start my-0.5 !border-transparent" :class="highlightedIndex === index + resultIndexOffset ? '!bg-accent/15' : ''" @mouseenter="highlightedIndex = index + resultIndexOffset" @click="addPackage(result.name)" diff --git a/app/components/Header/SearchBox.vue b/app/components/Header/SearchBox.vue index 8aeaecd15..9a01ebf9f 100644 --- a/app/components/Header/SearchBox.vue +++ b/app/components/Header/SearchBox.vue @@ -44,11 +44,12 @@ defineExpose({ focus })