You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two approaches to introducing read-only mode in IDE:
A more general one, add some read-only flag to display objects and propagate this property through the hierarchy.
A more specific one, add conditional checks in all the necessary places and add FRP endpoints in particular components that need to support read-only mode.
This task is about the second approach.
The things that we should lock:
Project Name renaming (double clicking)
Nodes editing
Code Editor
Creating nodes
Removing nodes
Entering and leaving nodes
Connections between nodes
Buttons on nodes
Widgets on nodes
Acceptance Criteria
Check if everything above is not possible when the read-only mode is active.
The text was updated successfully, but these errors were encountered:
Ilya Bogdanov reports a new STANDUP for today (2023-04-18):
Progress: Finished read-only mode support for project name, buttons on nodes, and widgets. Tested and created a PR. It should be finished by 2023-04-19.
Next Day: Next day I will be working on the #6228 task. starting to work on the next task
There are two approaches to introducing read-only mode in IDE:
read-only
flag to display objects and propagate this property through the hierarchy.read-only
mode.This task is about the second approach.
The things that we should lock:
Acceptance Criteria
Check if everything above is not possible when the read-only mode is active.
The text was updated successfully, but these errors were encountered: