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

Array widget improvements #214

Merged
merged 14 commits into from
Aug 23, 2024
Merged

Array widget improvements #214

merged 14 commits into from
Aug 23, 2024

Conversation

Tomansion
Copy link
Member

Describe your changes

The previous widget array was slow and buggy when there were many rows and columns to show.
I've completely remade it with the following features:

  • The number of lines automatically increases or decreases when the widget size changes.
  • Fast column sort by and reverse sort
  • Pagination
  • Displays quickly and is ram efficient
  • Added get and set conf

Screenshots (if appropriate):

image
image
image

Issue ticket number and link

#213

Checklist before requesting a review

  • I have performed a self-review of my code
  • I have increased the version number in the frontend/package.json and backend/swagger.yaml files
  • I have checked that Black, Flake8, Prettier and Cspell are passing

@Tomansion Tomansion linked an issue Aug 19, 2024 that may be closed by this pull request
@Tomansion Tomansion requested a review from FadyCoding August 19, 2024 12:37
@Tomansion Tomansion merged commit bd88540 into main Aug 23, 2024
10 checks passed
@Tomansion Tomansion deleted the 213-fix-the-array-widget branch November 5, 2024 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Fix the array widget
1 participant