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

Forbid edits in read-only mode #6342

Merged
merged 18 commits into from
Apr 24, 2023
Merged

Forbid edits in read-only mode #6342

merged 18 commits into from
Apr 24, 2023

Conversation

vitvakatu
Copy link
Contributor

@vitvakatu vitvakatu commented Apr 18, 2023

Pull Request Description

Closes #6182

Implements read-only mode for relevant components of the IDE.

  • Project Name renaming
  • Nodes editing
  • Editing code in the code editor
  • Creating nodes
  • Removing nodes
  • Entering and leaving nodes
  • Creating, dropping, and changing connections between nodes
  • Buttons on nodes (except for visualization toggle button)
  • Widgets on nodes
2023-04-18.18-23-23.mp4

Checklist

Please ensure that the following checklist has been satisfied before submitting the PR:

  • The documentation has been updated, if necessary.
  • Screenshots/screencasts have been attached, if there are any visual changes. For interactive or animated visual changes, a screencast is preferred.
  • All code follows the
    Scala,
    Java,
    and
    Rust
    style guides. In case you are using a language not listed above, follow the Rust style guide.
  • All code has been tested:
    • Unit tests have been written where possible.
    • If GUI codebase was changed, the GUI was tested when built using ./run ide build.

@vitvakatu vitvakatu added the CI: No changelog needed Do not require a changelog entry for this PR. label Apr 18, 2023
@vitvakatu vitvakatu self-assigned this Apr 18, 2023
@vitvakatu vitvakatu marked this pull request as ready for review April 18, 2023 15:24
Base automatically changed from wip/vitvakatu/read-only-controllers to develop April 20, 2023 14:17
@sylwiabr
Copy link
Member

@vitvakatu who is doing a QA here? Le's merge the PR and test read-only mode :)

@Procrat
Copy link
Contributor

Procrat commented Apr 21, 2023

QA: Looks fine to me! I did notice that the node buttons and the button for adding are still visible which might be a bit confusing to users. Not sure if you wanted to address that in this PR or if that's part of a different issue.

@vitvakatu vitvakatu added the CI: Ready to merge This PR is eligible for automatic merge label Apr 21, 2023
@vitvakatu
Copy link
Contributor Author

I did notice that the node buttons and the button for adding are still visible which might be a bit confusing to users. Not sure if you wanted to address that in this PR or if that's part of a different issue.

I think the indication of the read-only mode should be much more diverse - including different messages to the user. For now, let's keep it this way, and adjust the looks in the future tasks.

@mwu-tow mwu-tow merged commit 719bd8c into develop Apr 24, 2023
@mwu-tow mwu-tow deleted the wip/vitvakatu/read-only-gui branch April 24, 2023 08:01
Procrat added a commit that referenced this pull request Apr 25, 2023
* develop:
  Turn null into UnexpectedExpression when Union type is incomplete (#6415)
  Ensure that IO.println does not fail if `to_text` returned a non-Text value. (#6223)
  Improve inlining of `<|` on (GraalVM EE) (#6384)
  Feat: update templates styles and feature (#6071)
  5127 Add Table.parse_to_columns to parse a single column to a set of columns. (#6383)
  URL handling (#6243)
  Exclude comparison operators from modifier logic (#6370)
  Better cleanup of project management test suite (#6392)
  Fix all eslint errors (#6267)
  Infer SQLite types locally (#6381)
  Vector Editor with List Editor and adding elements. (#6363)
  Add typechecks to Aggregate and Cross Tab (#6380)
  Forbid edits in read-only mode (#6342)
  Add Table.parse_text_to_table to convert Text to a Table. (#6294)
  Adding typechecks to Column Operations (#6298)
  Rollback cloud options groups (#6331)
  Project folder not renamed after project name change (#6369)
  Add `replace`, `trim` to Column. Better number parsing. (#6253)
  Read-only mode for controllers (#6259)
  Prevent default for all events, fixing multiple IDE bugs (#6364)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI: No changelog needed Do not require a changelog entry for this PR. CI: Ready to merge This PR is eligible for automatic merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Read-only mode for Views
5 participants