namesakefyi / namesake

Web app to aid with the legal name and gender marker change process in the U.S.
Other
4 stars 2 forks source link

feat: Add quest sorting #140

Closed evadecker closed 2 weeks ago

evadecker commented 2 weeks ago

What changed?

CleanShot 2024-10-20 at 17 24 55@2x

Anything else?

Changed quest icon style to Fill for parity between logos and non-logo icons.

changeset-bot[bot] commented 2 weeks ago

🦋 Changeset detected

Latest commit: 8cd55ecff699cae924b2fdfb5424916e34df139a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | -------- | ----- | | namesake | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

github-actions[bot] commented 2 weeks ago

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 8.2%
⬆️ +0.05%
328 / 3997
🔵 Statements 8.2%
⬆️ +0.05%
328 / 3997
🔵 Functions 1.13%
🟰 ±0%
1 / 88
🔵 Branches 8.04%
⬆️ +1.07%
7 / 87
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
convex/auth.ts 0% 0% 0% 0% 1, 7-8, 10-15, 17-23, 25-33, 35-39
convex/constants.ts 100% 100% 100% 100%
convex/schema.ts 100% 100% 100% 100%
convex/seed.ts 0% 0% 0% 0% 1-3, 5-9, 11-16, 18, 20-21, 23-38, 40-46, 48-70, 72-73, 75
convex/userQuests.ts 0% 0% 0% 0% 1, 5-6, 8-14, 16-22, 25-27, 29-35, 37, 39-42, 44-46, 48-54, 56-58, 60-65, 67-68, 71-73, 75-83, 85, 87-92, 94-101, 103-105, 107-116, 118-127, 129-138
convex/users.ts 0% 0% 0% 0% 1, 8-9, 11-16, 18-23, 25-34, 36-44, 46-51, 53-58, 60-65, 67-72, 74-85, 87-92, 94-99, 101-104
convex/validators.ts 100% 100% 100% 100%
src/components/GridList/GridList.tsx 0% 0% 0% 0% 1, 12-21, 24, 27, 29-41, 43-48, 50-52, 54, 59
src/components/ListBox/ListBox.tsx 0% 0% 0% 0% 1, 18-27, 30, 33, 35-47, 49-58, 63, 65-81, 83, 85-93, 95-98, 100-101, 107, 113-114, 116-119, 121, 124
src/routes/_authenticated/quests/$questId.tsx 0% 0% 0% 0% 1, 19-21, 23-38, 40-49, 51-52, 54-63, 65, 70-75, 77-79, 83-84, 88-89, 95-104, 108, 111, 115
src/routes/_authenticated/quests/route.tsx 0% 0% 0% 0% 1, 36-38, 40-43, 48-52, 54-56, 58-59, 61-63, 65-67, 69-78, 80-86, 88-93, 96, 99, 101-102, 105-108, 110-114, 120, 122-124, 126, 128-130, 132-134, 136, 138-147, 151, 153-163, 165-172, 174-178, 180-188, 190-192, 197-199, 201, 203-210, 212-216, 219-221, 223-226, 228, 232-235, 237, 242, 244-249, 251-254, 257-258, 262
Generated in workflow #95 for commit 8cd55ec by the Vitest Coverage Report Action