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.

Minor UI issue with `init` flow

See original GitHub issue

After running through the following init flow:

  • Starter kit
  • TS
  • Script
  • SQLite

I get the following output:

image

In the sentence:

Start Prisma's development mode to enable access to Prisma Studio and watch schema.prisma for changes:

the for changes should be printed in gray instead of white.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

3reactions
pantharshit00commented, Sep 2, 2019

Made a quick PR for this: https://github.com/prisma/prisma2/pull/481

This was caused by the extra reset prop which resets the applied dim prop in chalk(ink just wraps that API)

1reaction
pantharshit00commented, Sep 12, 2019

I changed my theme and set this up locally for testing. The main culprit was prop order rather than reset prop.

With <Color reset dim>: image

With <Color dim reset>: image

Maybe a thing for @timsuchanek to note.

Made a new PR fixing this: https://github.com/prisma/prisma2/pull/543

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fixing common UI problems through testing | by Dillion Megida
Here are some UI problems you may find when you visit untested web applications. 1. Inaccessible links and buttons. Inaccessible here means difficult...
Read more >
Solving Transient Models That Have Inconsistent Initial Values
Read this article to learn different approaches for solving transient model equations in {:comsolmph} when you have inconsistent initial values.
Read more >
Cosmetic and the Functional Bugs - What has to be Treated ...
This article helps in understanding the importance of the functional and the cosmetic bugs and explains how the cosmetic bugs can be ...
Read more >
10 Examples Of Bad UI Design And How To Fix Them
If you're designing an app or a website, make sure you're aware of these common UI design mistakes. Read more here.
Read more >
UI layer - Android Developers
Unidirectional data flow (UDF) as a means of producing and managing the UI state. ... leading to data inconsistencies and subtle bugs.
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