Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(module search): add stats to module search results #221

Merged
merged 11 commits into from Mar 16, 2024

Conversation

rohrig
Copy link
Contributor

@rohrig rohrig commented Sep 22, 2023

closes #130

@rohrig rohrig changed the title feat: add stars to module search feat: add stats to module search results Sep 22, 2023
@rohrig rohrig marked this pull request as ready for review September 22, 2023 17:01
@Atinux
Copy link
Member

Atinux commented Mar 16, 2024

PR updated, and it looks nice 💚

CleanShot 2024-03-16 at 01 07 42@2x

Thank you and sorry for taking that long!

@Atinux Atinux requested a review from pi0 March 16, 2024 00:09
@@ -4,7 +4,12 @@ import consola from 'consola'
import { fetchModules, checkNuxtCompatibility, getNuxtVersion } from './_utils'
import Fuse from 'fuse.js'
import { upperFirst, kebabCase } from 'scule'
import { bold, green, magenta, cyan, gray } from 'colorette'
import { bold, green, magenta, cyan, gray, yellow } from 'colorette'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to refactor: we shall use consola/utils

@pi0 pi0 changed the title feat: add stats to module search results feat(module search): add stats to module search results Mar 16, 2024
@pi0 pi0 merged commit cdb504f into nuxt:main Mar 16, 2024
2 checks passed
@pi0
Copy link
Member

pi0 commented Mar 16, 2024

Thanks ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[module search] Leverage api.nuxt.com/modules
3 participants