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

Convert Blabber's Dialogue Editor to Svelte #83

Merged
merged 69 commits into from
Apr 7, 2024
Merged

Commits on Mar 21, 2024

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

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    3a193c8 View commit details
    Browse the repository at this point in the history
  2. Always enable sourcemap generation in sprinkles

    We are not hiding anything here
    Pyrofab committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    06d648f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7554a45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2bf5f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Convert first half of the main dialogue editing view to Svelte

    also replace most uses of inline SVGs with a dedicated Vite plugin
    Pyrofab committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    3ae58dc View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Implement dialogue text input

    Pyrofab committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    2ee66cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73bc356 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d876404 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a39731 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae2c0f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1fe2df View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f27e5b View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    b0a586e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c28fd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e05006e View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    25cd29c View commit details
    Browse the repository at this point in the history
  2. Fix discord invite CSS

    Pyrofab committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    280acb0 View commit details
    Browse the repository at this point in the history
  3. Add a settings page

    Pyrofab committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    003c203 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d4996b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78a671f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f58a0c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3453d70 View commit details
    Browse the repository at this point in the history
  8. Fix dialogue IO error logging

    Pyrofab committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    37d01c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    dfa3341 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff793bb View commit details
    Browse the repository at this point in the history
  3. Improve choice table look

    Pyrofab committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d89cab9 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    deeb876 View commit details
    Browse the repository at this point in the history
  2. Fix button styling

    Pyrofab committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    f33f22e View commit details
    Browse the repository at this point in the history
  3. Add Parlour to tools index

    Pyrofab committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    f16afd1 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    dd8f424 View commit details
    Browse the repository at this point in the history
  2. Add build checking workflow

    Pyrofab committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    2487e76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbcb7ff View commit details
    Browse the repository at this point in the history
  4. Add NPM install workflow step

    Pyrofab committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    c35a569 View commit details
    Browse the repository at this point in the history
  5. Simplify node setup

    Pyrofab committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    b8d627d View commit details
    Browse the repository at this point in the history
  6. Fix node install

    Pyrofab committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    fed08dc View commit details
    Browse the repository at this point in the history
  7. Add back filename input

    Pyrofab committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    c178a4e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1b2591 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    14a1272 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f36d3ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e75cd2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    813c0d2 View commit details
    Browse the repository at this point in the history
  5. Clean up website CSS

    Pyrofab committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e641cf6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d06b0da View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into svelt-sprinkles

    # Conflicts:
    #	public/_data/mods/resource_roots.yml
    #	public/wiki/requiem/opus_daemonium.md
    Pyrofab committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    16b062a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd06ffc View commit details
    Browse the repository at this point in the history
  9. Remove now unused scripts

    Pyrofab committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    f09ca32 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    9f2b13a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ff6eac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ba9dde View commit details
    Browse the repository at this point in the history
  4. Fix MC text input styling

    Pyrofab committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    42ae1de View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Fix dialogue deserialization

    Pyrofab committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    33460b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60f4b82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3cf9be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09b1c83 View commit details
    Browse the repository at this point in the history
  5. "Brand" the Identifier type

    Pyrofab committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    100be9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a3f35e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    211cf7b View commit details
    Browse the repository at this point in the history
  8. Make scrollbar gutter stable

    Pyrofab committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    6823bc7 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Add a "delete state" button

    Pyrofab committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    05d2e6e View commit details
    Browse the repository at this point in the history
  2. Refactor dialogue IO into several components and helpers

    Also make footer icons more consistent (octicon set, 24px)
    Pyrofab committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    55040cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efccdaa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7633933 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a6a214 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7632d4d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    261946f View commit details
    Browse the repository at this point in the history
  8. Remove leftover console log

    Pyrofab committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    f46a300 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ea2b735 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a312629 View commit details
    Browse the repository at this point in the history