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/animation to search tables loading issue #1531 #1540

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Feb 10, 2024

  1. Fix/animation to search tables loading issue rowyio#1531

    Fix/animation to search tables loading issue rowyio#1531
    
    /claim rowyio#1531
    
    Implemented -
    
    update TableGrid.tsx
    commented out this line of code :
     //timeout={(sectionIndex + 1) * 100 + tableIndex * 50}
    
    Video : https://github.com/TheVixhal/Video/blob/751b7962487c866eb4a8dcb7db976793898d52f1/Tables%20%E2%80%A2%20ghoda-94d3f%20%E2%80%A2%20Rowy%20(dev)%20-%20Google%20Chrome%202024-02-11%2003-46-24.mp4
    TheVixhal committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    97154da View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Update useBasicSearch.ts

    Update useBasicSearch.ts
    set debounce number 200
    TheVixhal committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    94288d8 View commit details
    Browse the repository at this point in the history
  2. Update TableGrid.tsx

    Update TableGrid.tsx
    TheVixhal committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    4c789ee View commit details
    Browse the repository at this point in the history