restored publish functionality, now using vite#228
Merged
Conversation
s-hiitola
added a commit
that referenced
this pull request
Nov 6, 2025
* Update versioning to reflect the new released version * Bump electron from 22.3.24 to 22.3.25 Bumps [electron](https://github.com/electron/electron) from 22.3.24 to 22.3.25. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](electron/electron@v22.3.24...v22.3.25) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * #203: Add tabs to UI, move CBA to separate tab, cleanup empty css rules * Add package files * Tweak styling, add padding to settings button * Tweak tab styling, change tab titles * Hide X overflow so we don't get a horizontal scroll bar * Tweak CBA tab styling * Tweak styles, remove empty CSS classes * WIP: #205 better support for multiple EMME python versions * Add manual path adding to python envs list * Add null check * Add EMME version input to Settings * Improve error handling of python envs * Remove EMME version input, improve automatic discovery of python installations * Add logging * WIP: Add more logging * Push windows python env discovery fixes * WIP: Add room for CBA performing instructions * WIP: Add logging to path discovery * WIP: Add even more logging for troubleshooting * WIP: Change to os-agnostic path string handling * WIP: Change logging * WIP: Refactor path discovery * Refactor path discovery logic * #205: Filter away duplicates and windows backslash-starting paths * Remove unused module import * Change path filtering in python path discovery * Change path filtering in python path discovery * Push style tweaks, get rid of unkeyed list item warnings * WIP: Make scenario list container resizable * Add resizing element * #205: Tweak python env list style * Add default OpenPaths EMME folder to path discovery * #205: Tweak styling of path list, add default OpenPaths path to finding function * Add spacers for environment option list * Add CBA instructions * #207: Improve instruction readability * #207: Improve resizable div behavior, remember adjustment per app session * Hide scrollbar when not needed * Testing if window.location.reload() can be removed * #208: Fix for losing focus after showing confirm prompt * Add focus-fix before vex.js prompting * Move documentation button to tab header, center buttons on the tab header and make bottom background color white * #212: Show dynamic Helmet model system version in UI header * Add dynamic Helmet model system version to app title as well * Add dynamic helmet model system version to window title * Move title assigning to proper function * Update version numbers and info * #216: UI Improvements * #217: Remove download popup on startup * Set emmepath variable as a user environment variable * Remove startup alert about python path * Transition from babel to vite, partial transition to typescript * Github test fix * Bump node build target from 16 to 20. Hopefully fixes github test * Made it possible to access helmet version from anywhere. Not thoroughly tested yet * Fixes to asynchronous operation, performance and ux improvements * Updated package requirements * General fixes to file access * Fixes to running scenarios and logging their progress * Set emmepath variable as a user environment variable * Enable tracking of convergence in both h5 and h4 * Fix missing squirrel config * Fix log message parsing during runtime * Fixed drawing the convergence graph * Fixed renaming scenarios * restored publish functionality, now using vite (#228) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Erkki Halinen <erkki-eemeli.halinen@cgi.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: hsl-petrhaj <127391244+hsl-petrhaj@users.noreply.github.com> Co-authored-by: e-halinen <54105602+e-halinen@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.