Insality / druid

Powerful Defold UI component framework
https://insality.github.io/druid/modules/Druid.html
MIT License
320 stars 33 forks source link

Rich text #232

Closed Insality closed 1 year ago

Insality commented 1 year ago

Merge current version of Rich Text to Druid to continue work in Develop

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 29.16% and project coverage change: -1.53 :warning:

Comparison is base (2733c88) 51.52% compared to head (1cbe573) 50.00%.

:exclamation: Current head 1cbe573 differs from pull request most recent head 32d184c. Consider uploading reports for the commit 32d184c to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #232 +/- ## =========================================== - Coverage 51.52% 50.00% -1.53% =========================================== Files 17 18 +1 Lines 1611 1652 +41 =========================================== - Hits 830 826 -4 - Misses 781 826 +45 ``` | [Impacted Files](https://app.codecov.io/gh/Insality/druid/pull/232?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Maxim+Tuprikov) | Coverage Δ | | |---|---|---| | [druid/base/drag.lua](https://app.codecov.io/gh/Insality/druid/pull/232?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Maxim+Tuprikov#diff-ZHJ1aWQvYmFzZS9kcmFnLmx1YQ==) | `68.34% <ø> (ø)` | | | [druid/druid.lua](https://app.codecov.io/gh/Insality/druid/pull/232?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Maxim+Tuprikov#diff-ZHJ1aWQvZHJ1aWQubHVh) | `13.95% <ø> (ø)` | | | [druid/styles/default/style.lua](https://app.codecov.io/gh/Insality/druid/pull/232?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Maxim+Tuprikov#diff-ZHJ1aWQvc3R5bGVzL2RlZmF1bHQvc3R5bGUubHVh) | `18.36% <0.00%> (-1.20%)` | :arrow_down: | | [druid/system/middleclass.lua](https://app.codecov.io/gh/Insality/druid/pull/232?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Maxim+Tuprikov#diff-ZHJ1aWQvc3lzdGVtL21pZGRsZWNsYXNzLmx1YQ==) | `21.33% <0.00%> (+0.28%)` | :arrow_up: | | [druid/helper.lua](https://app.codecov.io/gh/Insality/druid/pull/232?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Maxim+Tuprikov#diff-ZHJ1aWQvaGVscGVyLmx1YQ==) | `7.02% <2.12%> (-3.44%)` | :arrow_down: | | [druid/system/druid\_instance.lua](https://app.codecov.io/gh/Insality/druid/pull/232?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Maxim+Tuprikov#diff-ZHJ1aWQvc3lzdGVtL2RydWlkX2luc3RhbmNlLmx1YQ==) | `31.62% <40.62%> (+2.51%)` | :arrow_up: | | [druid/base/button.lua](https://app.codecov.io/gh/Insality/druid/pull/232?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Maxim+Tuprikov#diff-ZHJ1aWQvYmFzZS9idXR0b24ubHVh) | `66.66% <42.85%> (-1.98%)` | :arrow_down: | | [druid/component.lua](https://app.codecov.io/gh/Insality/druid/pull/232?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Maxim+Tuprikov#diff-ZHJ1aWQvY29tcG9uZW50Lmx1YQ==) | `38.25% <63.63%> (-4.85%)` | :arrow_down: | | [druid/event.lua](https://app.codecov.io/gh/Insality/druid/pull/232?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Maxim+Tuprikov#diff-ZHJ1aWQvZXZlbnQubHVh) | `51.42% <100.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/Insality/druid/pull/232/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Maxim+Tuprikov)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.