Flow List: Highlight focused flow
See original GitHub issueIs your feature request related to a problem? Please describe.
With the new flow view, it is sometimes hard to select the line I want. For example, on the right I see a json that I want to analyze. There is the sign >
on the left that shows what is the current line, but I often choose the wrong line (one or two above…).
Describe the solution you’d like
I’d appreciate a different background for the current selected line, example below.
Describe alternatives you’ve considered
There are other way that could help, underline the current line, use of ligther colors or even a symbol that would be repeted between each part of a line.
Additional context
I tryed to do it myself but things like UI stuff are not my cup of tea. Eventually I can gimp the screenshot like below to provide an example:
Issue Analytics
- State:
- Created 4 years ago
- Reactions:5
- Comments:12 (4 by maintainers)
Top Results From Across the Web
Advanced formatting concepts | Microsoft Learn
Select Flow > See your flows in the SharePoint list where the Flow is configured. Select the Flow you want to run. Copy...
Read more >Highlight selected Item in Master Detail Flow - Stack Overflow
I'm using default Master/Detail Flow theme in Android Studio. The problem I saw in that layout is when I select item from left...
Read more >Conditional Formatting on SharePoint list with Flow Button
We can do the column formatting in modern list view to add a custom button which can be used to launch flow on...
Read more >Power Automate SharePoint Item Modified flow - YouTube
This Power Automate video is a step-by-step tutorial on how to track column changes (version history) for SharePoint by using "when an item ......
Read more >Highlight Unused Resources in Flow Toolbox List
It would be very helpful for the Flow resource list to visually highlight a resource that is not currently used anywhere in the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sorry for the misunderstanding. Indeed, that would be fine like that.
I meant to change the foreground color to white. The text color in the active row of every column would be without syntax highlight. It should be fairly simple because I read with
urwid
it’s difficult to handle background highlight.