Merged
Conversation
|
gregmeldrum
added a commit
that referenced
this pull request
Apr 16, 2025
* Update the use effect for darkmode in authcallback * Update readme * Update ci to run on dev branch * chore: update built files * Fix token refresh issue (#4) * AI-542 and AI-595: HTML/Mermaid rendering + new preview panel + new status message display (#7) * Responsive file panel * Make it more responsive * Working html rendering * Working mermaid rendering * Add a run button to directly render supported content * html + mermaid rendering * Update rendering components * Fix scroll arrow positioning relative to preview * standardize imports * Cleanup * Cleanup + close preview panel on new session * Improve file handling * chore: update built files * AI-628: Add UTF-8 support in rendering (#8) * Add helper for decoding base 64 content * Revert file row changes * chore: update built files * chore: Revert static files for release (#10) * Release 0.1.1 (#5) * Update the use effect for darkmode in authcallback * Update readme * Update ci to run on dev branch * chore: update built files * Fix token refresh issue (#4) --------- * [ci skip] Bump version to 0.1.1 * Revert all static files to main for release --------- Co-authored-by: GitHub Action <action@github.com> * Fix base64 rendering (#11) * Fix raw base 64 rendering * Address sonarqube changes * chore: update built files * Update logo to new SAM logo (#13) * Update logo * Revert static files for release * Fix conflicts for release (#15) * Release 0.1.1 (#5) * Update the use effect for darkmode in authcallback * Update readme * Update ci to run on dev branch * chore: update built files * Fix token refresh issue (#4) --------- * [ci skip] Bump version to 0.1.1 * Release 0.2.0 (#9) * Update the use effect for darkmode in authcallback * Update readme * Update ci to run on dev branch * chore: update built files * Fix token refresh issue (#4) * AI-542 and AI-595: HTML/Mermaid rendering + new preview panel + new status message display (#7) * Responsive file panel * Make it more responsive * Working html rendering * Working mermaid rendering * Add a run button to directly render supported content * html + mermaid rendering * Update rendering components * Fix scroll arrow positioning relative to preview * standardize imports * Cleanup * Cleanup + close preview panel on new session * Improve file handling * chore: update built files * AI-628: Add UTF-8 support in rendering (#8) * Add helper for decoding base 64 content * Revert file row changes * chore: update built files * chore: Revert static files for release (#10) * Release 0.1.1 (#5) * Update the use effect for darkmode in authcallback * Update readme * Update ci to run on dev branch * chore: update built files * Fix token refresh issue (#4) --------- * [ci skip] Bump version to 0.1.1 * Revert all static files to main for release --------- Co-authored-by: GitHub Action <action@github.com> --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: GitHub Action <action@github.com> * chore: update built files * [ci skip] Bump version to 0.2.0 --------- Co-authored-by: GitHub Action <action@github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * chore(DATAGO-98386): set min python version to 3.10.16 (#6) * chore(DATAGO-96612): set min python version to 3.11 * Add static files to gitignore * Use custom build scripts for static assets * remove package-lock from .gitignore * include lock file * use updated reusable workflow * use main * use 3.10.16 as min version * bump max version * Fix localhost cors bug (#16) --------- Co-authored-by: RohanSreelesh <Rohansreelesh02@gmail.com> Co-authored-by: Rohan <31416057+RohanSreelesh@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Art Morozov <art.morozov@solace.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.



Fixes the CORS issue by adding both
localhostand127.0.0.1to the CORS list, this should allow the user to access the web ui fromlocalhostor127.0.0.1