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

Data conversion #141

Merged
merged 7 commits into from
Jul 16, 2024
Merged

Data conversion #141

merged 7 commits into from
Jul 16, 2024

Conversation

melody-rs
Copy link
Member

Connections
#140
#139

Description
This PR implements the data format conversion logic that was absent in the config editor pull request.
When changing data formats, a progress modal will briefly prevent the user from interacting with the UI until conversion is finished.
image

Testing

  • Open a project
  • Open the project config editor
  • Change the data format, and press OK

Checklist

  • Run cargo fmt.
  • Run cargo clippy. If applicable, add:
    • --target wasm32-unknown-unknown -Z build-std=std,panic_abort
  • Run cargo build --release
  • If applicable, run trunk build --release

@melody-rs melody-rs requested a review from a team as a code owner July 15, 2024 21:37
@melody-rs melody-rs marked this pull request as draft July 15, 2024 21:49
@melody-rs melody-rs marked this pull request as ready for review July 15, 2024 22:02
@melody-rs melody-rs requested a review from white-axe July 16, 2024 02:27
@white-axe white-axe merged commit 5555362 into Astrabit-ST:dev Jul 16, 2024
4 checks passed
@melody-rs melody-rs deleted the data-conversion branch July 21, 2024 21:59
MolassesLover pushed a commit to MolassesLover/luminol-molasses that referenced this pull request Jul 23, 2024
* Conversion that sort of works

* Refactor code to be more async

* Fix wasm compile error

* Oops

* Actually deserialize/serialize parameter type now

* Add pretty print support

* Flush files
@melody-rs melody-rs added this to the v1.0 milestone Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants