rappasoft / laravel-livewire-tables

A dynamic table component for Laravel Livewire
https://rappasoft.com/docs/laravel-livewire-tables/v2/introduction
MIT License
1.71k stars 320 forks source link

v3 DateRange - Icon Styling, FilterHelper Method #1490

Closed lrljoe closed 8 months ago

lrljoe commented 8 months ago

Fixes unstyled DateRange Calendar Icon for Bootstrap Adds new FilterHelper method for generating wire:key for Filters Adds new tests for FilterCustomPosition

All Submissions:

New Feature Submissions:

  1. [X] Does your submission pass tests and did you add any new tests needed for your feature?
  2. [X] Did you update all templates (if applicable)?
  3. [X] Did you add the relevant documentation (if applicable)?
  4. [X] Did you test locally to make sure your feature works as intended?

Changes to Core Features:

codecov[bot] commented 8 months ago

Codecov Report

Merging #1490 (45ae2ab) into v3-develop (5a2c14e) will increase coverage by 0.04%. The diff coverage is 100.00%.

@@               Coverage Diff                @@
##             v3-develop    #1490      +/-   ##
================================================
+ Coverage         88.03%   88.08%   +0.04%     
- Complexity         1239     1251      +12     
================================================
  Files                88       88              
  Lines              3001     3013      +12     
================================================
+ Hits               2642     2654      +12     
  Misses              359      359              
Files Coverage Δ
src/Views/Filters/DateRangeFilter.php 87.27% <100.00%> (+1.27%) :arrow_up:
src/Views/Traits/Helpers/FilterHelpers.php 97.33% <100.00%> (+0.07%) :arrow_up: