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 `/browse` route #158

Closed evadecker closed 1 week ago

evadecker commented 1 week ago

What changed?

Why?

How was this tested?

One day I'll write tests, lol.

changeset-bot[bot] commented 1 week ago

🦋 Changeset detected

Latest commit: 6adbd3d57e358f729633fc75d5de20043ac29745

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 1 week ago

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 7.84%
⬇️ -0.14%
328 / 4179
🔵 Statements 7.84%
⬇️ -0.14%
328 / 4179
🔵 Functions 1.11%
⬇️ -0.01%
1 / 90
🔵 Branches 7.86%
⬇️ -0.09%
7 / 89
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
convex/userQuests.ts 0% 0% 0% 0% 1, 5-6, 8-14, 16-22, 25-27, 29-35, 37, 39-42, 44-46, 48-55, 57-59, 61-68, 70-71, 74-76, 78-87, 89, 91-96, 98-105, 107-109, 111-121, 123-133, 135-145, 147-153, 155-157, 159-170, 172-174
src/components/AppHeader/AppHeader.tsx 0% 0% 0% 0% 1, 11-15, 17-19, 21-24, 26-34, 36-42, 45, 52
src/components/Button/Button.tsx 0% 0% 0% 0% 1, 17-52, 54-71, 74-75, 78
src/components/Empty/Empty.tsx 0% 0% 0% 0% 1, 17-29, 32-36, 39
src/components/Link/Link.tsx 0% 0% 0% 0% 1, 15-27, 29-42, 46
src/components/PageHeader/PageHeader.tsx 0% 0% 0% 0% 1, 13-25, 28-32, 34, 36, 39
src/routes/_authenticated/_home.index.tsx 0% 0% 0% 0% 1, 3-5, 7-9
src/routes/_authenticated/_home.quests.index.tsx 0% 0% 0% 0% 1, 3-9
src/routes/_authenticated/browse/index.tsx 0% 0% 0% 0% 1, 21-23, 25-28, 33-36, 38-42, 44-48, 50-51, 53-55, 59, 61-63, 65, 67-70, 73, 77, 79-85, 87, 89, 92, 94-97, 99-101, 104-106, 110-121, 126, 128-129, 131-132, 135-142, 147, 149-151, 153-154, 157-160, 162, 165
Generated in workflow #103 for commit 6adbd3d by the Vitest Coverage Report Action