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

Add carousel with news items to front page #51

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

lkeegan
Copy link
Member

@lkeegan lkeegan commented Nov 6, 2024

  • news items displayed in carousel which scrolls every 3 seconds
  • clicking on an item opens the associated url in a new window
  • news items are stored in the file src/assets/news.json for now
    • could make it editable from the admin interface in the future
  • uses vueperslides library
  • resolves Banner #37

@codecov-commenter
Copy link

codecov-commenter commented Nov 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.98%. Comparing base (72f8150) to head (e4cfd88).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #51   +/-   ##
=======================================
  Coverage   77.98%   77.98%           
=======================================
  Files           8        8           
  Lines         713      713           
=======================================
  Hits          556      556           
  Misses        157      157           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lkeegan lkeegan force-pushed the fix_37_add_carousel_to_front_page branch from 345174d to 764695f Compare November 6, 2024 14:11
- news items displayed in carousel which scrolls every 3 seconds
- clicking on an item opens the associated url in a new window
- news items are stored in the file src/assets/news.json for now
  - could make it editable from the admin interface in the future
- uses vueperslides library
  - add vuesperslides.d.ts as the library has no typescript support
- resolves #37
@lkeegan lkeegan force-pushed the fix_37_add_carousel_to_front_page branch from 764695f to e4cfd88 Compare November 6, 2024 14:17
@lkeegan lkeegan merged commit bcb0b75 into main Nov 6, 2024
5 checks passed
@lkeegan lkeegan deleted the fix_37_add_carousel_to_front_page branch November 6, 2024 14:20
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.

Banner
2 participants