994e7f0 Show on GitHub

  • Author: J3SS3HVA
  • Date: 8/26/2025, 1:43:13 PM
  • Message: Merge pull request #213 from fdnd-agency/dev Dev to main
  • Stats: 7313 total changes (+4265 / -3048)

Changed Files

  • CONTRIBUTIONS.md — +5 / -0 (5 changes)
  • contributions.md — +5 / -0 (5 changes)
  • docs/how-the-code-base-works.md — +49 / -1 (50 changes)
  • handover.md — +8 / -4 (12 changes)
  • src/lib/Constructions/article.svelte — +0 / -95 (95 changes)
  • src/lib/Constructions/carrousel.svelte — +0 / -395 (395 changes)
  • src/lib/Constructions/cta.svelte — +0 / -430 (430 changes)
  • src/lib/Constructions/doctors-united.svelte — +0 / -87 (87 changes)
  • src/lib/Constructions/navigation.svelte — +0 / -309 (309 changes)
  • src/lib/Globals/footer.svelte — +0 / -5 (5 changes)
  • src/lib/Globals/loading-state.svelte — +0 / -0 (0 changes)
  • src/lib/Globals/navigation.svelte — +536 / -0 (536 changes)
  • src/lib/Pages/Contourings/Blocks/profile-contourings.svelte — +65 / -0 (65 changes)
  • src/lib/Pages/Contourings/Blocks/profile-favourites.svelte — +60 / -0 (60 changes)
  • src/lib/Pages/Contourings/Blocks/profile-history.svelte — +59 / -0 (59 changes)
  • src/lib/Pages/Contourings/Blocks/profile-notifications.svelte — +59 / -0 (59 changes)
  • src/lib/Pages/Contourings/Bricks/contouring-content.svelte — +30 / -0 (30 changes)
  • src/lib/Pages/Contourings/Bricks/contouring-header.svelte — +8 / -0 (8 changes)
  • src/lib/Pages/Contourings/Bricks/contouring-hero.svelte — +24 / -0 (24 changes)
  • src/lib/Pages/Contourings/Bricks/contouring-qanda.svelte — +17 / -0 (17 changes)
  • src/lib/Pages/Contourings/Bricks/contouring-resources.svelte — +18 / -0 (18 changes)
  • src/lib/Pages/Contourings/Bricks/contouring-search-result.svelte — +15 / -0 (15 changes)
  • src/lib/Pages/Home/Blocks/FAQ.svelte — +0 / -0 (0 changes)
  • src/lib/Pages/Home/Blocks/partners.svelte — +0 / -0 (0 changes)
  • src/lib/Pages/Home/Bricks/home-arrow.svelte — +6 / -0 (6 changes)
  • src/lib/Pages/Home/Constructions/carrousel.svelte — +340 / -0 (340 changes)
  • src/lib/Pages/Home/Constructions/doctors-united.svelte — +155 / -0 (155 changes)
  • src/lib/Pages/Home/Constructions/home-call-to-action.svelte — +48 / -0 (48 changes)
  • src/lib/Pages/Home/Constructions/home-hero.svelte — +274 / -0 (274 changes)
  • src/lib/Pages/Profile/Blocks/profile-contourings.svelte — +65 / -0 (65 changes)
  • src/lib/Pages/Profile/Blocks/profile-favourites.svelte — +60 / -0 (60 changes)
  • src/lib/Pages/Profile/Blocks/profile-history.svelte — +59 / -0 (59 changes)
  • src/lib/Pages/Profile/Blocks/profile-notifications.svelte — +59 / -0 (59 changes)
  • src/lib/Pages/Profile/Constructions/profile-info.svelte — +205 / -0 (205 changes)
  • src/lib/Pages/Speakers/Assemblages/speaker-info.svelte — +388 / -0 (388 changes)
  • src/lib/Pages/Speakers/Blocks/speaker-back-button.svelte — +38 / -0 (38 changes)
  • src/lib/Pages/Speakers/Constructions/speaker-featuredwebinars.svelte — +195 / -0 (195 changes)
  • src/lib/Pages/Webinars/Blocks/webinar-chapters.svelte — +88 / -0 (88 changes)
  • src/lib/Pages/Webinars/Blocks/webinar-speakers.svelte — +108 / -0 (108 changes)
  • src/lib/Pages/Webinars/Bricks/webinar-description.svelte — +45 / -0 (45 changes)
  • src/lib/Pages/Webinars/Bricks/webinar-header.svelte — +8 / -0 (8 changes)
  • src/lib/Pages/Webinars/Bricks/webinar-q&a.svelte — +29 / -0 (29 changes)
  • src/lib/Pages/Webinars/Bricks/webinar-resources.svelte — +17 / -0 (17 changes)
  • src/lib/Pages/Webinars/Bricks/webinar-transcript.svelte — +66 / -0 (66 changes)
  • src/lib/Pages/Webinars/Constructions/FullWebinarSection.svelte — +64 / -0 (64 changes)
  • src/lib/Pages/Webinars/Constructions/webinar-video-header.svelte — +114 / -0 (114 changes)
  • src/lib/Pages/Webinars/Constructions/webinar-watchnext.svelte — +134 / -0 (134 changes)
  • src/lib/Reusables/Assemblages/q-a.svelte — +0 / -0 (0 changes)
  • src/lib/Reusables/Blocks/comment.svelte — +0 / -0 (0 changes)
  • src/lib/Reusables/Blocks/contouring-overview.svelte — +3 / -3 (6 changes)
  • src/lib/Reusables/Blocks/featured-webinar.svelte — +0 / -0 (0 changes)
  • src/lib/Reusables/Blocks/filter.svelte — +0 / -0 (0 changes)
  • src/lib/Reusables/Blocks/resources.svelte — +0 / -0 (0 changes)
  • src/lib/Reusables/Blocks/search.svelte — +0 / -0 (0 changes)
  • src/lib/Reusables/Blocks/webinar-overview.svelte — +0 / -0 (0 changes)
  • src/lib/Reusables/Bricks/Button.svelte — +12 / -2 (14 changes)
  • src/lib/Reusables/Bricks/empty-states.svelte — +0 / -0 (0 changes)
  • src/lib/Reusables/Bricks/home-contourings-button.svelte — +123 / -0 (123 changes)
  • src/lib/Reusables/Bricks/home-doctors-button.svelte — +125 / -0 (125 changes)
  • src/lib/Reusables/Bricks/home-empty-button.svelte — +106 / -0 (106 changes)
  • src/lib/Reusables/Bricks/home-webinars-button.svelte — +115 / -0 (115 changes)
  • src/lib/Reusables/Bricks/like.svelte — +0 / -0 (0 changes)
  • src/lib/Reusables/Bricks/liked.svelte — +0 / -0 (0 changes)
  • src/lib/Reusables/Bricks/loader-dots.svelte — +0 / -0 (0 changes)
  • src/lib/Reusables/Bricks/loader-spin.svelte — +0 / -0 (0 changes)
  • src/lib/Reusables/Bricks/loading-state.svelte — +68 / -0 (68 changes)
  • src/lib/Reusables/Bricks/navback.svelte — +35 / -0 (35 changes)
  • src/lib/Reusables/Bricks/preview-doc.svelte — +0 / -0 (0 changes)
  • src/lib/Reusables/Constructions/search-results.svelte — +0 / -0 (0 changes)
  • src/lib/index.js — +82 / -27 (109 changes)
  • src/routes/+layout.svelte — +11 / -22 (33 changes)
  • src/routes/+page.svelte — +5 / -6 (11 changes)
  • src/routes/contourings/+page.svelte — +4 / -52 (56 changes)
  • src/routes/contourings/[slug]/+page.svelte — +10 / -51 (61 changes)
  • src/routes/profile/+page.svelte — +8 / -300 (308 changes)
  • src/routes/search/+page.svelte — +1 / -14 (15 changes)
  • src/routes/speakers/[slug]/+page.svelte — +7 / -637 (644 changes)
  • src/routes/webinars/+page.svelte — +4 / -69 (73 changes)
  • src/routes/webinars/[slug]/+page.svelte — +20 / -537 (557 changes)
  • static/css/global.css — +3 / -2 (5 changes)
  • static/images/doctors-tablet-desktop.png — +0 / -0 (0 changes)
  • static/images/welcome-image.png — +0 / -0 (0 changes)
  • static/images/welkom-image-desktop.png — +0 / -0 (0 changes)