-
Notifications
You must be signed in to change notification settings - Fork 43
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
fix: Add new generic change type and generic component for UI display #3034
base: main
Are you sure you want to change the base?
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Jimmy-Joseph19, some questions and suggestions.
GENERIC_CHANGE_TITLE=Title | ||
ANNOTATION_FILE_URI=Annotation File | ||
RENAME_CHANGE=Rename Change | ||
SELECTOR_ID=Selector Id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SELECTOR_ID=Selector Id | |
SELECTOR_ID=Selector ID |
NEW_VALUE=New value | ||
TEXT_TYPE=Text Type | ||
MOVE_CONTROLS_CHANGE=Move Controls Change | ||
MOVED_CONTROL_ID=Control Id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MOVED_CONTROL_ID=Control Id | |
MOVED_CONTROL_ID=Control ID |
NEW_VALUE=New value | ||
MOVE_FROM_INDEX=Move from | ||
MOVE_TO_INDEX=Move to | ||
TARGET_CONTROL_ID=Target Id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TARGET_CONTROL_ID=Target Id | |
TARGET_CONTROL_ID=Target ID |
ANNOTATION_FILE_URI=Annotation File | ||
RENAME_CHANGE=Rename Change | ||
SELECTOR_ID=Selector Id | ||
NEW_VALUE=New value |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you show me where this appears so I can tell if value should be capitalized?
TEXT_TYPE=Text Type | ||
MOVE_CONTROLS_CHANGE=Move Controls Change | ||
MOVED_CONTROL_ID=Control Id | ||
NEW_VALUE=New value |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you show me where this appears so I can tell if value should be capitalized?
MOVE_CONTROLS_CHANGE=Move Controls Change | ||
MOVED_CONTROL_ID=Control Id | ||
NEW_VALUE=New value | ||
MOVE_FROM_INDEX=Move from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you show me where this appears so I can tell if from should be capitalized?
MOVED_CONTROL_ID=Control Id | ||
NEW_VALUE=New value | ||
MOVE_FROM_INDEX=Move from | ||
MOVE_TO_INDEX=Move to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you show me where this appears so I can tell if to should be capitalized?
|
Add new generic component and handle changes generically for change types