lc-soft / LCUI

C library for building user interfaces
https://lcui-dev.github.io
MIT License
4.12k stars 356 forks source link

refactor: redesign ui widgets library #277

Closed lc-soft closed 2 years ago

commit-lint[bot] commented 2 years ago

Code Refactoring

Contributors

lc-soft

Commit-Lint commands
You can trigger Commit-Lint actions by commenting on this PR: - `@Commit-Lint merge patch` will merge dependabot PR on "patch" versions (X.X.Y - Y change) - `@Commit-Lint merge minor` will merge dependabot PR on "minor" versions (X.Y.Y - Y change) - `@Commit-Lint merge major` will merge dependabot PR on "major" versions (Y.Y.Y - Y change) - `@Commit-Lint merge disable` will desactivate merge dependabot PR - `@Commit-Lint review` will approve dependabot PR - `@Commit-Lint stop review` will stop approve dependabot PR
codecov[bot] commented 2 years ago

Codecov Report

Merging #277 (ab80bd7) into v3.0-dev (2b0b67e) will increase coverage by 0.07%. The diff coverage is 58.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##           v3.0-dev     #277      +/-   ##
============================================
+ Coverage     50.63%   50.71%   +0.07%     
============================================
  Files            95       93       -2     
  Lines         15272    15219      -53     
============================================
- Hits           7733     7718      -15     
+ Misses         7539     7501      -38     
Impacted Files Coverage Δ
lib/platform/include/platform.h 0.00% <ø> (ø)
lib/platform/src/linux/uri.c 0.00% <0.00%> (ø)
lib/ui/include/ui.h 89.13% <ø> (ø)
lib/ui/src/ui_events.c 59.87% <ø> (ø)
lib/ui-widgets/src/anchor.c 7.20% <16.32%> (ø)
lib/ui-widgets/src/canvas.c 8.53% <24.13%> (ø)
lib/ui-widgets/src/textedit.c 45.81% <53.69%> (-0.19%) :arrow_down:
lib/ui-widgets/src/textcaret.c 51.02% <61.90%> (ø)
lib/ui-widgets/src/scrollbar.c 57.01% <69.91%> (ø)
lib/ui-widgets/src/button.c 81.81% <80.00%> (ø)
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2b0b67e...ab80bd7. Read the comment docs.