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

feat(ui): display line numbers in object-editor. Fixes #12807. #12873

Merged
merged 1 commit into from Apr 3, 2024

Conversation

alizademhdi
Copy link
Contributor

@alizademhdi alizademhdi commented Apr 2, 2024

Related issue:

Fixes #12807

Motivation

Adding support for displaying the line number would enhance the user experience, as it would aid in debugging

Modifications

Remove lineNumbers key in object-editor.tsx.

Verification

after changes:

Screenshot 2024-04-02 at 9 38 51 PM

before changes:
Screenshot 2024-04-02 at 11 36 28 PM

@agilgur5 agilgur5 changed the title feat: displaying line number in object-editor. Fixes #12807. feat(UI): display line numbers in object-editor. Fixes #12807. Apr 3, 2024
@agilgur5 agilgur5 changed the title feat(UI): display line numbers in object-editor. Fixes #12807. feat(ui): display line numbers in object-editor. Fixes #12807. Apr 3, 2024
@agilgur5 agilgur5 self-assigned this Apr 3, 2024
Signed-off-by: alizademhdi <alizademhdi@gmail.com>
@shuangkun
Copy link
Member

It looks good. I also wanted to display the line number on the left to help debug.

Copy link
Member

@agilgur5 agilgur5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for modifying & testing this!

@agilgur5 agilgur5 merged commit 74eb722 into argoproj:main Apr 3, 2024
16 checks passed
@agilgur5 agilgur5 added this to the v3.6.0 milestone Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support displaying line numbers in object-editor
3 participants