Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: syradar/JavaScript30
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: wesbos/JavaScript30
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 10 files changed
  • 10 contributors

Commits on Oct 2, 2022

  1. Update style.css

    Update keys flex property
    Lethalos authored Oct 2, 2022
    Configuration menu
    Copy the full SHA
    932539b View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Configuration menu
    Copy the full SHA
    10388a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Removed a button element

    The empty button just before script tag is confusing. There is no need for it in the start file as Wes already wrote this element in the end section of tutorial.
    Clavis7 authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    a89f763 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    97a08d6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request wesbos#659 from wesbos/fix/readme-typo

    fix: link and typos in readme
    palashmon authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    6b98a14 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. Configuration menu
    Copy the full SHA
    a23f7ec View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. Configuration menu
    Copy the full SHA
    40e9d12 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. Fixed SpeechDetection 'end" event listener

    Passing only recognition.start in the event listener no longer works in Chrome. Changing it to an arrow function fixes the issue.
    RoccoMangone authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    0600543 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2026

  1. fix: replace broken image URLs in flex panel gallery

    The Unsplash Source API (source.unsplash.com) has been discontinued, causing all panel background images to break. Replaced with direct Unsplash image URLs and one Pixabay URL where the original image is no longer available.
    khunz committed Apr 29, 2026
    Configuration menu
    Copy the full SHA
    a9bfc6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7ac119 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2026

  1. Add Khush Gupta's implementation of JavaScript30 challenge (wesbos#744)

    * Add Khush Gupta's implementation of JavaScript30 challenge
    khushgupta14 authored Apr 30, 2026
    Configuration menu
    Copy the full SHA
    e8770bc View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2026

  1. Merge pull request wesbos#743 from khunz/fix-broken-images

    fix: replace broken image URLs in flex panel gallery
    Asjas authored Jun 1, 2026
    Configuration menu
    Copy the full SHA
    30082a2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request wesbos#740 from RoccoMangone/patch-1

    Fixed SpeechDetection 'end' event listener
    Asjas authored Jun 1, 2026
    Configuration menu
    Copy the full SHA
    5050afa View commit details
    Browse the repository at this point in the history
  3. Merge pull request wesbos#712 from yoanastamenova/fix/03-img-src-load

    fix: project 3 image source loading
    Asjas authored Jun 1, 2026
    Configuration menu
    Copy the full SHA
    2275030 View commit details
    Browse the repository at this point in the history
  4. Merge pull request wesbos#558 from Clavis7/patch-1

    Removed a button element.
    Asjas authored Jun 1, 2026
    Configuration menu
    Copy the full SHA
    1dd693f View commit details
    Browse the repository at this point in the history
  5. Merge pull request wesbos#555 from hamnaraeel/master

    sticky nav starting offset point issue on multiple screens is fixed by the height in px.
    Asjas authored Jun 1, 2026
    Configuration menu
    Copy the full SHA
    eabf3e7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request wesbos#538 from Lethalos/master

    Update style.css
    Asjas authored Jun 1, 2026
    Configuration menu
    Copy the full SHA
    c36f2ed View commit details
    Browse the repository at this point in the history
Loading