Conversation
feat: info about the cube shows up BUG: Text in the wrong color
chore: refactor
# Conflicts: # go.mod # go.sum
fix: values in fieldgroups are now accessable
feat: new displqy condition (display after)
feat: cube setup BUB: cube position does not work correctly BUG: first cube doesn't show up when placed BUG: clicking on invisible first cube crashes the app
feat: added translations
feat: added translations
fix: translation generators work again fix: form to gui converter works for all usecases now by removing case specific props
feat: update language without restarting feat: added way to update / recreate the whole gui at runtime without it being noticeable by the user
feat: orchestrator client.CreateNewCube chore: mock orchestrator server feat: add url field type to form feat: add remote url field to the setup dialog feat: setup dialog now sends a request to the server using the client feat: add none ui type for headless server fix: form now refreshes correctly (previously there was a bug that field did not get replaced when there was a field that should be displayed instead of another) feat: added ToJson method CubeConfig type fix: update_owo.py now re-adds the trailing space if missing after .strip()
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.
This PR will also things that are important for other parts of the CUBUS-core, such as translation, settings, persistent storage, setup dialog.