question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[ISSUE] UX issues when code editing (v2)

See original GitHub issue

Issues:

  • Clicking on the code preview doesn’t go to the code editor. You have to click “Edit”, wait for the UI to load and then select the “Code” dropdown. image

  • After you copy and paste something within the editor (ctrl + c, ctrl + v) the undo functionality stops working (ctrl + z)

  • Editor doesn’t remember if you’ve chosen to hide the “Configuration” sidebar where you set props’ values. Each time you visit the editor, it will appear again, taking much of the editing space.

  • Same issue when testing a code step: it will always default to the “Exports” tab even though you selected “Logs” the previous time.

  • I would appreciate an option to show the latest events in a sidebar while in the code editor. Rather than “Three dot menu” > “Inspector” each time.

  • Clicking the “Deploy” button interrupts the flow as it exits the code editor. This coding flow becomes impossible: Make a change to the code > Deploy > Test live workflow externally > Make a change to the code > …

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
nachocabcommented, Aug 21, 2022

Two further notes on the “undo” behavior:

  • The undo behavior in v1 was more granular: typing two words separated by a space and hitting “undo” would remove only the second word. In v2 multiple lines may be removed after hitting undo, which can be confusing (I’d rather hit undo multiple times than retype what got deleted)
  • On long code steps, the “undo” notification scrolls the window to the top, which makes it harder to find my place again
1reaction
dylburgercommented, Mar 14, 2022

@huzaifah-esm Thank you for all the feedback! We are working on some of these items now (e.g. better Undo behavior), and I shared all of this with the team.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The UX issues of development frameworks
The UX issues of development frameworks · 5) Installing/Onboarding · 4) Readability · 3) Feedback · 2) Mapping · 1) Simplifying / Constraints....
Read more >
Confusingly bad UX design of editing FancyZones. #22977
Originally posted by @SeraphimaZykova in #22117 (comment) The problem is not solved: the bad and confusion prone UX is no...
Read more >
Top 10 Application-Design Mistakes - Nielsen Norman Group
An associated problem here is click targets that are so small that users miss and click outside the active area. Even if they...
Read more >
The Current State of Checkout UX - 18 Common Pitfalls & Best ...
The second problem — users mistaking the “Apply” button for the primary button — is caused by the fact that users generally don't...
Read more >
Issue Tracker - Google Developers
Issue fields; Issue hovercards; Editing issues. Edit levels. An issue in Google Issue Tracker is a bug report, feature request, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found