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 - Add "Confirmation" Option to Bulk Actions #1437

Closed lrljoe closed 8 months ago

lrljoe commented 9 months ago

IN PROGRESS - TESTS STILL UNDERWAY

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 9 months ago

Codecov Report

Merging #1437 (41f1225) into v3-develop (b4c07dc) will increase coverage by 0.11%. The diff coverage is 100.00%.

:exclamation: Current head 41f1225 differs from pull request most recent head f7392d0. Consider uploading reports for the commit f7392d0 to get more accurate results

@@               Coverage Diff                @@
##             v3-develop    #1437      +/-   ##
================================================
+ Coverage         88.00%   88.11%   +0.11%     
- Complexity         1210     1222      +12     
================================================
  Files                85       85              
  Lines              2950     2971      +21     
================================================
+ Hits               2596     2618      +22     
+ Misses              354      353       -1     
Files Coverage Δ
.../Traits/Configuration/BulkActionsConfiguration.php 100.00% <100.00%> (ø)
src/Traits/Helpers/BulkActionsHelpers.php 100.00% <100.00%> (ø)
src/Traits/WithBulkActions.php 100.00% <100.00%> (+25.00%) :arrow_up:
lrljoe commented 9 months ago

Related Feature Request: #1409