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

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.
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