VolkovLabs / business-text

The Business Text panel plugin allows you to construct a text visualization template from the values of a dataset returned by a data source query.
https://docs.volkovlabs.io
Apache License 2.0
81 stars 13 forks source link

Update CSS class for the Panel instead of a Row #272

Closed vitPinchuk closed 8 months ago

vitPinchuk commented 8 months ago

Resolve #258

  1. Added suport for container through & {}
  2. Added support for each row through a class:.dt-row, which can be nested and applied only to the corresponding panel:

image

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.87%. Comparing base (be7bc5d) to head (4e1514e).

:exclamation: Current head 4e1514e differs from pull request most recent head 6a0d806. Consider uploading reports for the commit 6a0d806 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #272 +/- ## ======================================= Coverage 98.87% 98.87% ======================================= Files 35 35 Lines 446 446 Branches 68 68 ======================================= Hits 441 441 Misses 5 5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

vitPinchuk commented 8 months ago

@asimonok ready for review