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: tolerevo/aprendiendo-react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: midudev/aprendiendo-react
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.
  • 13 commits
  • 7 files changed
  • 6 contributors

Commits on Dec 31, 2023

  1. Update useMovies.js.

    Cuando se borran datos del search y queda vacío no dejar hacer sort porque se bloquea.
    AleSrv authored Dec 31, 2023
    Configuration menu
    Copy the full SHA
    6fa03ea View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Fix typo

    MarcGonzalezMoratona authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    cb1b253 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

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

Commits on Jan 29, 2024

  1. Merge pull request midudev#104 from Byron2016/fix-project_04-fetch-is…

    …sues-cat_images
    
    Fix broken url for cat's image (project 04)
    midudev authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    7809f0c View commit details
    Browse the repository at this point in the history
  2. Merge pull request midudev#101 from MarcGonzalezMoratona/patch-1

    fix: typo on project 4
    midudev authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    500db8f View commit details
    Browse the repository at this point in the history
  3. Merge pull request midudev#98 from AleSrv/patch-1

    Update useMovies.js.
    midudev authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ad0f85f View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Encontre un error a la hora de renderizar las imagenes, ya que la api…

    … se actualizo y cambio los nombres de las imagenes
    leo-dillon committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    5991ac0 View commit details
    Browse the repository at this point in the history
  2. Remove border in .winner .win from index.css

    Lo he borrado para que ya no aparezca el "punto" blanco que se ve luego de la palabra "Empate". Se está renderizando el estilo del borde. y como buena QA, lo he quitado. :) También he revisado que este delete no afecte otros estilos, y no afecta, pero de todas formas, checkear.
    GianninaGit authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    a7f8563 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Avoid translate of "Tic tac toe" in spanish App.jsx

    A pesar de tener en Layout.astro <html lang="es">, cuando el browser está en español, se traduce el título "Tic tac toe". He añadido translate="no" en App.jsx para evitar que esto ocurra :)
    GianninaGit authored Mar 10, 2024
    Configuration menu
    Copy the full SHA
    b2bc955 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Update README.md

    midudev authored May 24, 2024
    Configuration menu
    Copy the full SHA
    feccc7f View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2025

  1. Merge pull request midudev#107 from leo-dillon/master

    Error en la carga de imagenes de Creación de un ecommerce con carrito de compras
    midudev authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    47bfc29 View commit details
    Browse the repository at this point in the history
  2. Merge pull request midudev#108 from GianninaGit/patch-2

    Remove border in .winner .win from index.css
    midudev authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    fa3b4fa View commit details
    Browse the repository at this point in the history
  3. Merge pull request midudev#109 from GianninaGit/patch-3

    Avoid translate of "Tic tac toe" in spanish App.jsx
    midudev authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    2de1877 View commit details
    Browse the repository at this point in the history
Loading