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

feat: Implement LaTeX generation #145

Open
wants to merge 127 commits into
base: main
Choose a base branch
from
Open

Commits on Feb 6, 2023

  1. Initial ToLaTeX commit.

    Ryan Meneses committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    7be2094 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Add X and Y gate tests with helper function.

    Ryan Meneses committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    479974d View commit details
    Browse the repository at this point in the history
  2. Move gate tests to tests submodule gates.

    Ryan Meneses committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    8fb30e5 View commit details
    Browse the repository at this point in the history
  3. Add TikZ operators.

    Ryan Meneses committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    cb02ef8 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Add latex dependency as feature.

    Ryan Meneses committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    5cb096d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    029d337 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Move latex.rs and snapshots into latex directory.

    Ryan Meneses committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    c9fc7e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Initial commit for LaTeX abstract factory model.

    Ryan Meneses committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    a25abb4 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Revert "Initial commit for LaTeX abstract factory model."

    This reverts commit a25abb4.
    Ryan Meneses committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    1d418a4 View commit details
    Browse the repository at this point in the history
  2. Remove new snapshot of failed X gate unit test.

    Ryan Meneses committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    3f217f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed1f8a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Add comments and update names wrt Quantikz docs.

    Ryan Meneses committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    e00633e View commit details
    Browse the repository at this point in the history
  2. Update snapshot test names.

    Ryan Meneses committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    b7642bc View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Add document template and unit tests.

    Ryan Meneses committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    865f495 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Add gate command and update command variant data types.

    Ryan Meneses committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    dc5b563 View commit details
    Browse the repository at this point in the history
  2. Add test for single qubit with two gates X and Y.

    Ryan Meneses committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    6486920 View commit details
    Browse the repository at this point in the history
  3. Build a Diagram from a vector of Circuits.

    Ryan Meneses committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    5cbfb4d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Remove extraneous gate from snapshot test.

    Ryan Meneses committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    f3ea53b View commit details
    Browse the repository at this point in the history
  2. Add LaTeX gen for single qubit gate instructions.

    Ryan Meneses committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    2a97404 View commit details
    Browse the repository at this point in the history
  3. Add multi-line n-qubit single qubit gates.

    Ryan Meneses committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    f39f1d8 View commit details
    Browse the repository at this point in the history
  4. Update doc string example for get_command.

    Ryan Meneses committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    1a3d66c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    6a4894d View commit details
    Browse the repository at this point in the history
  2. Add initial CNOT LaTeX gen for variable qubits.

    Ryan Meneses committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    04a1723 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Merge branch 'main' into to-latex

    Ryan Meneses committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    458e750 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Add CNOT gate.

    Ryan Meneses committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    568fcdf View commit details
    Browse the repository at this point in the history
  2. Add combined single and multi qubit gate tests.

    Ryan Meneses committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    4a8cf9b View commit details
    Browse the repository at this point in the history
  3. Add settings test module with snapshot test.

    Ryan Meneses committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    e615f2c View commit details
    Browse the repository at this point in the history
  4. Add impute missing qubits setting.

    Ryan Meneses committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    8494931 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Debug CNOT with two TDD tests of complex Programs.

    Ryan Meneses committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    2048ccd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5094048 View commit details
    Browse the repository at this point in the history
  3. Allow CNOT for a single qubit.

    Ryan Meneses committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    dad6ac4 View commit details
    Browse the repository at this point in the history
  4. Revert "Allow CNOT for a single qubit."

    This reverts commit dad6ac4.
    Ryan Meneses committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    423a7ec View commit details
    Browse the repository at this point in the history
  5. Handle CNOT without target.

    Ryan Meneses committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    e36623a View commit details
    Browse the repository at this point in the history
  6. Working draft of CCNOT and CONTROLLED.

    Ryan Meneses committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    b2b1f1a View commit details
    Browse the repository at this point in the history
  7. Revert "Allow CNOT for a single qubit."

    This reverts commit dad6ac4.
    Ryan Meneses committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    298075f View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Merge with to-latex.

    Ryan Meneses committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    9fc3c62 View commit details
    Browse the repository at this point in the history
  2. Add CONTROLLED and CCNOT.

    Ryan Meneses committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    39f8f46 View commit details
    Browse the repository at this point in the history
  3. Update doc and remove unused variables.

    Ryan Meneses committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    b6a9e20 View commit details
    Browse the repository at this point in the history
  4. Reformat doc.

    Ryan Meneses committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    6e1dfba View commit details
    Browse the repository at this point in the history
  5. Reformat file.

    Ryan Meneses committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    9062255 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Propagate LatexGenError instead of panic.

    Ryan Meneses committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    6f3c0c3 View commit details
    Browse the repository at this point in the history
  2. Add PHASE, CZ, and CPHASE.

    Ryan Meneses committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    d40808e View commit details
    Browse the repository at this point in the history
  3. Initial docs.

    Ryan Meneses committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    0cfb8d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Add DAGGER modifier.

    Ryan Meneses committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    6a20a52 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Add texify numerical constants setting.

    Ryan Meneses committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    5655d7e View commit details
    Browse the repository at this point in the history
  2. Fix get_symbol doctest.

    Ryan Meneses committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    370c3cc View commit details
    Browse the repository at this point in the history
  3. Initial good modifiers test.

    Ryan Meneses committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    5d9c138 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into to-latex

    Ryan Meneses committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    e49e7d7 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'to-latex' into good-tests

    Ryan Meneses committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    f0591fb View commit details
    Browse the repository at this point in the history
  6. Add multiple controlled modifiers to single qubit gates.

    Ryan Meneses committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    a068411 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Add good defgate and modifiers tests.

    Ryan Meneses committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    86a280e View commit details
    Browse the repository at this point in the history
  2. Refactor to_latex with initial circuit of used qubits.

    Ryan Meneses committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    2338b2e View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    d31b231 View commit details
    Browse the repository at this point in the history
  2. Test five good programs from quilc good-test-files.

    Ryan Meneses committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    6cd43dc View commit details
    Browse the repository at this point in the history
  3. Add error handling for unsupported programs.

    Ryan Meneses committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    5dfafec View commit details
    Browse the repository at this point in the history
  4. Merge branch 'to-latex' into to-latex-docs

    Ryan Meneses committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    772c2ad View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Update docs including supported programs.

    Ryan Meneses committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    37dbb7f View commit details
    Browse the repository at this point in the history
  2. Tighten visibility of crate.

    Ryan Meneses committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    645b787 View commit details
    Browse the repository at this point in the history
  3. Fix docs and remove deadcode.

    Ryan Meneses committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    5d7940c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11cd5c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5dbaaad View commit details
    Browse the repository at this point in the history
  6. Apply docs suggestions from code review.

    Co-authored-by: Michael Bryant <shadow53@shadow53.com>
    hiyaryan and Shadow53 authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    0b9213d View commit details
    Browse the repository at this point in the history
  7. Fix Quantikz link in documentation.

    Ryan Meneses committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    10fe4f3 View commit details
    Browse the repository at this point in the history
  8. Add clippy fixes.

    Ryan Meneses committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    025f7fa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    af07939 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Add manual clippy fixes and Clone or Copy to structs and make more id…

    …iomatic.
    Ryan Meneses committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    63e13ea View commit details
    Browse the repository at this point in the history
  2. Remove supported program checking.

    Ryan Meneses committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    3677651 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Use write! in Diagram fmt, reduce/reformat docs.

    Ryan Meneses committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    6a2fd9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ec15be View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Decompose gates to canonical form.

    Ryan Meneses committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    28f16e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Fill circuit using instruction in canonical form.

    Ryan Meneses committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    7ab4b5a View commit details
    Browse the repository at this point in the history
  2. Debug PHASE, multiline, and CNOT 0 0 tests.

    Ryan Meneses committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    e37d83e View commit details
    Browse the repository at this point in the history
  3. Handle unsupported instructions and gates.

    Ryan Meneses committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    61f990a View commit details
    Browse the repository at this point in the history
  4. Update docs and readability.

    Ryan Meneses committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    1af1a9f View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    029f05b View commit details
    Browse the repository at this point in the history
  2. Rename feature to ToLatex, set_qw to set_empty, make enums more idiom…

    …atic.
    Ryan Meneses committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    421e7eb View commit details
    Browse the repository at this point in the history
  3. Update doctest examples.

    Ryan Meneses committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    cab0caf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    571c497 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Refactor impute_missing_qubits and set_empty to use built-ins from std.

    Co-authored-by: Marquess Valdez <marquessavaldez@gmail.com>
    hiyaryan and MarquessV authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    0af2769 View commit details
    Browse the repository at this point in the history
  2. Add missing semicolon and fix format.

    Ryan Meneses committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    712a24c View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Organize code by restructuring design.

    Ryan Meneses committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    c353c3f View commit details
    Browse the repository at this point in the history
  2. Make ToLatex a method of Program.

    Ryan Meneses committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    1ecc789 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e4ca5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46c024f View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Update GateDefinition Instruction block in to_latex.

    Ryan Meneses committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    30169aa View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    0b58d76 View commit details
    Browse the repository at this point in the history
  2. Refactor Wire.gate value type to String and remove CONTROLLED collect…

    …ion.
    Ryan Meneses committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    8b74dbe View commit details
    Browse the repository at this point in the history
  3. Rename set_modifiers to extract_daggers, Wire.modifiers to Wire.dagge…

    …rs, and update docs.
    Ryan Meneses committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    9b782fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e4a67b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a6f513 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    392e7af View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f85ddbf View commit details
    Browse the repository at this point in the history
  8. Initial file restructuring.

    Ryan Meneses committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    935875a View commit details
    Browse the repository at this point in the history
  9. Move settings to latex crate.

    Ryan Meneses committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    90c3cb1 View commit details
    Browse the repository at this point in the history
  10. Organize latex module into submodules and update docs.

    Ryan Meneses committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    ee42a06 View commit details
    Browse the repository at this point in the history
  11. Correct docs to m is row, n is column, for m x n matrix.

    Ryan Meneses committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    6833a9b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Move set_empty into gate block in to_latex.

    Ryan Meneses committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    041b969 View commit details
    Browse the repository at this point in the history
  2. Pull column from Wire methods, set as field, refactor set_empty to ap…

    …ply_empty.
    Ryan Meneses committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    f2d2733 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1464300 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09d7fac View commit details
    Browse the repository at this point in the history
  5. Remove enumeration in Diagram fmt.

    Ryan Meneses committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    3010fe8 View commit details
    Browse the repository at this point in the history
  6. Add inner String type to Gate and Phase variants, and implement dagge…

    …r for phase.
    Ryan Meneses committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    6808837 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Remove verticals from Diagram, add Display for Wire, refactor Display…

    … for Diagram to write Wire.
    Ryan Meneses committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    07b6184 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7e0409 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    08a6013 View commit details
    Browse the repository at this point in the history
  2. Use regex for canonical gate decomposition and handle unimplemented X…

    …Y gate.
    Ryan Meneses committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    68cc16e View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

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

Commits on Apr 5, 2023

  1. Use the generic gate and counted modifiers, and catch unsupported gat…

    …es using the CONTROLLED count.
    Ryan Meneses committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    755883d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cf0073 View commit details
    Browse the repository at this point in the history
  3. Change Lstick to LeftWireLabel.

    Ryan Meneses committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    11191e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Update docs for Diagram circuit.

    Co-authored-by: Kalan <22137047+kalzoo@users.noreply.github.com>
    hiyaryan and kalzoo authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    05334d1 View commit details
    Browse the repository at this point in the history
  2. Apply review suggestions.

    Ryan Meneses committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    9487249 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    436ac86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41c2538 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Couple parameter with a specific cell in Column struct in a Wire of C…

    …olumns.
    Ryan Meneses committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    e835c61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04c2abf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b19f0aa View commit details
    Browse the repository at this point in the history
  4. Revert "Make enum-as-inner an optional dependency for latex feature."

    This reverts commit 04c2abf.
    Ryan Meneses committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    9e6d4bc View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

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

Commits on Apr 13, 2023

  1. Refactor using new data model WIP.

    Ryan Meneses committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    ea8cd05 View commit details
    Browse the repository at this point in the history
  2. Fix doc tests, remove dev notes.

    Ryan Meneses committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    b07ff0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12b5ee3 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'to-latex' of https://github.com/hiyaryan/quil-rs into t…

    …o-latex
    Ryan Meneses committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    69087b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Add error handling, clean up code and comments, remove sorting with B…

    …TreeSet.
    Ryan Meneses committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    b504fec View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Apply suggestions from code review.

    Co-authored-by: Michael Bryant <shadow53@shadow53.com>
    hiyaryan and Shadow53 authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    c400135 View commit details
    Browse the repository at this point in the history
  2. Amend previous commit.

    Ryan Meneses committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    a837cf4 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

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