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

Vite and tsc #2200

Merged
merged 29 commits into from
Jun 26, 2024
Merged

Vite and tsc #2200

merged 29 commits into from
Jun 26, 2024

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    1c01104 View commit details
    Browse the repository at this point in the history
  2. First steps to removing Vue cli

    - Vite build working for front end
    - tsc working for the back end
    
    TODO
    - Does the front-end code actually see the native modules in node_modules?
    - Make electron-builder copy the right files
    - Make a working electron dev env
    - Make a working electron build env
    - Make sure all the build processes work
    rathboma committed May 11, 2024
    Configuration menu
    Copy the full SHA
    9b7f192 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2219fe5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e30267 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    f49f87e View commit details
    Browse the repository at this point in the history
  2. Solved SCSS issues for vue

    - 3 vue compilation issues remain
    rathboma committed May 14, 2024
    Configuration menu
    Copy the full SHA
    9a42c8e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    a6bc089 View commit details
    Browse the repository at this point in the history
  2. Holy shit, it's working

    rathboma committed May 15, 2024
    Configuration menu
    Copy the full SHA
    d1aeb04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fea4af View commit details
    Browse the repository at this point in the history
  4. fixme

    rathboma committed May 15, 2024
    Configuration menu
    Copy the full SHA
    fd299c2 View commit details
    Browse the repository at this point in the history
  5. fixed build

    rathboma committed May 15, 2024
    Configuration menu
    Copy the full SHA
    fb03371 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. More graceful reloads for the renderer

    - main retarts properly (SIGTERM)
    - renderer reloads webcontents
    rathboma committed May 16, 2024
    Configuration menu
    Copy the full SHA
    6b2a25d View commit details
    Browse the repository at this point in the history
  2. sigint is better

    rathboma committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a936c72 View commit details
    Browse the repository at this point in the history
  3. Working tabulator + resolved all icons and images

    - copying all required images and icons
    - changed imports to actually work
    - Azmi's tabulator fix
    - changed img source for logo
    rathboma committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f169b80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f192ec View commit details
    Browse the repository at this point in the history
  5. one command to rule them all

    rathboma committed May 16, 2024
    Configuration menu
    Copy the full SHA
    885ba74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8818858 View commit details
    Browse the repository at this point in the history
  7. missing menu item

    rathboma committed May 16, 2024
    Configuration menu
    Copy the full SHA
    819aad6 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. more tweaks

    rathboma committed May 21, 2024
    Configuration menu
    Copy the full SHA
    cf54c73 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

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

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    31795db View commit details
    Browse the repository at this point in the history
  2. fix

    not-night-but committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    bb88bdc View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. fix build

    not-night-but committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f2e349f View commit details
    Browse the repository at this point in the history
  2. missing package

    not-night-but committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    dcc639e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e7591a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fa3cb2 View commit details
    Browse the repository at this point in the history
  5. a dumb fix

    not-night-but committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    2d8399a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

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