Covenant icon indicating copy to clipboard operation
Covenant copied to clipboard

Added Tooltip Helper info in every label for easy to understand

Open aancw opened this issue 4 years ago • 2 comments

Added Tooltip Helper info in every label for easy to understand https://github.com/cobbr/Covenant/issues/277

image

aancw avatar Apr 23 '21 08:04 aancw

Hey @aancw , this looks really cool, could be a great addition!

Haven't taken a deep dive into the code yet, but I'm wondering if we could break out the descriptions/tips out in a better way, where they aren't just static inside the component.

cobbr avatar Apr 23 '21 19:04 cobbr

Hi @cobbr, that's cool idea. I'm not familiar with Razor, but I got what you mean. It's using defined dictionary like this?

Keyname: tips description

And showing that tips using class, id or something that unique, isn't?

For now, I'm doing a static way because that's what can I do right now and if you want, you can merge it if you like it :)

I will learn Razor later, so I can implement it as dynamic way.

Thanks

aancw avatar Apr 23 '21 22:04 aancw