presciencelabs / tabitha-editor

0 stars 0 forks source link

Handle and display multiple messages on Tokens #100

Closed craigp-atw closed 3 months ago

craigp-atw commented 3 months ago

There may be more than one error associated with a Token, or a suggestion along with an error. We should change the message display from a tooltip to a popup, similar to the lookup results.

This paves the way for #101 , where we can auto-fix certain errors/suggestions.

craigp-atw commented 3 months ago

We can also add more message types, i.e. 'warning' and 'info'