Skip to content

Create a virtual quote board#715

Merged
richwklein merged 15 commits intomainfrom
chalkboard
Dec 11, 2024
Merged

Create a virtual quote board#715
richwklein merged 15 commits intomainfrom
chalkboard

Conversation

@richwklein
Copy link
Copy Markdown
Owner

@richwklein richwklein commented Nov 22, 2024

Proposed changes

Add quotes as a content collection and show the latest quote on the homepage. Add an index page with all the quotes. Fixes #620

Types of changes

What types of changes does your code introduce?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added the necessary documentation (if appropriate)
  • Any dependent changes have been merged and published in downstream modules
  • Link to issue to close it

@richwklein richwklein changed the title Chalkboard Create a virtual quote board Dec 4, 2024
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 10, 2024

Coverage Report

Status Category Percentage Covered / Total
🔴 Lines 16.37% (🎯 60%) 249 / 1521
🔴 Statements 16.37% (🎯 60%) 249 / 1521
🔴 Functions 33.33% (🎯 60%) 21 / 63
🔴 Branches 56% (🎯 60%) 56 / 100
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
src/components/ArticleByLine.astro 100% 100% 100% 100%
src/components/ArticleCard.astro 0% 0% 0% 0% 1-71
src/components/ArticleCardLead.astro 0% 0% 0% 0% 1-73
src/components/ArticleImage.astro 0% 0% 0% 0% 1-80
src/components/QuoteCard.astro 100% 100% 100% 100%
src/components/QuoteCardLead.astro 100% 100% 100% 100%
src/components/QuoteGrid.astro 0% 0% 0% 0% 1-31
src/content/config.ts 0% 0% 0% 0% 1-107
src/layouts/Layout.astro 0% 0% 0% 0% 1-68
src/pages/index.astro 0% 0% 0% 0% 1-46
src/pages/article/[id].astro 0% 0% 0% 0% 1-99
src/pages/quote/index.astro 0% 0% 0% 0% 1-35
src/utils/article.ts 0% 0% 0% 0% 1-142
src/utils/misc.ts 100% 100% 100% 100%
src/utils/quote.ts 0% 0% 0% 0% 1-38
Generated in workflow #59 for commit 02364dc by the Vitest Coverage Report Action

@richwklein richwklein marked this pull request as ready for review December 11, 2024 19:54
@richwklein richwklein merged commit ee45f0d into main Dec 11, 2024
@richwklein richwklein deleted the chalkboard branch December 11, 2024 19:57
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.

Put together a virtual quote board

1 participant