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 anagram helper to crossword #1819

Merged
merged 39 commits into from
Nov 29, 2024
Merged

Add anagram helper to crossword #1819

merged 39 commits into from
Nov 29, 2024

Commits on Nov 21, 2024

  1. Anagram helper WIP

    oliverabrahams committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    fbc3877 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a062554 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a93939 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Word wheel 1st pass

    oliverabrahams committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    394226b View commit details
    Browse the repository at this point in the history
  2. WIP

    oliverabrahams committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    b016d96 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    d28c956 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17dc820 View commit details
    Browse the repository at this point in the history
  3. WIP add separators

    oliverabrahams committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    bf006e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21dd4fa View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    7c2b2c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3f3eaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e07e3b1 View commit details
    Browse the repository at this point in the history
  4. Fix rerender issue

    oliverabrahams committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    bd91019 View commit details
    Browse the repository at this point in the history
  5. add save

    oliverabrahams committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    10d47fe View commit details
    Browse the repository at this point in the history
  6. add memo

    oliverabrahams committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    8bdbe24 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. 1st pass AnagramHelper

    oliverabrahams committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    2d56d65 View commit details
    Browse the repository at this point in the history
  2. UI improvements

    oliverabrahams committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    251c770 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b58124 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb59604 View commit details
    Browse the repository at this point in the history
  5. add Key

    oliverabrahams committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    58ed1df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    740164a View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Refactors

    oliverabrahams committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    bdd5f32 View commit details
    Browse the repository at this point in the history
  2. Add reset button

    oliverabrahams committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    2166202 View commit details
    Browse the repository at this point in the history
  3. v1 drag and drop

    oliverabrahams committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    2b401d9 View commit details
    Browse the repository at this point in the history
  4. Refactoring

    oliverabrahams committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    5a9133b View commit details
    Browse the repository at this point in the history
  5. Refactoring

    oliverabrahams committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    9d7fa4b View commit details
    Browse the repository at this point in the history
  6. Refactoring

    oliverabrahams committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    47c29f9 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' into oa/anagram-helper

    # Conflicts:
    #	libs/@guardian/react-crossword/src/@types/crossword.ts
    #	libs/@guardian/react-crossword/src/components/Controls.tsx
    #	libs/@guardian/react-crossword/src/components/Crossword.tsx
    #	libs/@guardian/react-crossword/src/theme.ts
    oliverabrahams committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    1672d81 View commit details
    Browse the repository at this point in the history
  8. merge main

    oliverabrahams committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    1218f0f View commit details
    Browse the repository at this point in the history
  9. fix stories

    oliverabrahams committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    9f26f90 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. fix stories

    oliverabrahams committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    5363af2 View commit details
    Browse the repository at this point in the history
  2. onClickClose

    oliverabrahams committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    d5f96e7 View commit details
    Browse the repository at this point in the history
  3. add key

    oliverabrahams committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    21efe10 View commit details
    Browse the repository at this point in the history
  4. move useState

    oliverabrahams committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    d7342ae View commit details
    Browse the repository at this point in the history
  5. change theme var name

    oliverabrahams committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    1145d6d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    15a406c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4444382 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a16d05 View commit details
    Browse the repository at this point in the history
  9. refactor word wheel

    oliverabrahams committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    0026463 View commit details
    Browse the repository at this point in the history