Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(table): debounce function not called #912

Merged
merged 2 commits into from
Apr 29, 2024

Conversation

dauriata
Copy link
Contributor

Proposed Changes

Fixes debounce function in table search filter.
The function was not called

Copy link

netlify bot commented Apr 27, 2024

Deploy Preview for oruga-documentation-preview ready!

Name Link
🔨 Latest commit c13e4bc
🔍 Latest deploy log https://app.netlify.com/sites/oruga-documentation-preview/deploys/662e6d8a7d157b00081f1d79
😎 Deploy Preview https://deploy-preview-912--oruga-documentation-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Apr 27, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 17.86%. Comparing base (484cfe8) to head (c13e4bc).
Report is 57 commits behind head on develop.

Files Patch % Lines
packages/oruga/src/components/table/Table.vue 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           develop     #912       +/-   ##
============================================
- Coverage    56.71%   17.86%   -38.86%     
============================================
  Files           30      292      +262     
  Lines         1511     7317     +5806     
  Branches       544     2119     +1575     
============================================
+ Hits           857     1307      +450     
- Misses         654     5059     +4405     
- Partials         0      951      +951     
Flag Coverage Δ
oruga-next 17.86% <0.00%> (-38.86%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mlmoravek mlmoravek added the bug Something isn't working label Apr 28, 2024
@mlmoravek
Copy link
Member

@dauriata Thanks for fixing all this table problems!

@dauriata
Copy link
Contributor Author

I added a commit making debounceSearch a global config option

@mlmoravek
Copy link
Member

@dauriata Please regenerate the docs page so that the prop documentation can be changed.

@mlmoravek mlmoravek added the enhancement Improvements to existing features and functionality label Apr 28, 2024
@mlmoravek mlmoravek merged commit 517598f into oruga-ui:develop Apr 29, 2024
7 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement Improvements to existing features and functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants