-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add sorting functionality and refactor table components #445
base: develop
Are you sure you want to change the base?
Conversation
…ents; refactor VotesColumn and TimeColumn; update ESLint configuration
…definitions; replace ts-expect-error with ts-ignore
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@shenshin please fix lint errors. |
Which errors? By the way , before starting working on this pr , I installed additional linting plugins. The app misses some very important linters such as eslint-plugin-react , react hooks and so on. But after finishing work I removed the modules because they should be better installed in a separate PR. So , I don't know what linting error you mean. Could you please give more details |
Introduce sorting capabilities and custom renderers to the table component. Refactor the proposals table for better separation of data and presentation, and enhance the overall structure with new components for proposal name and status. Clean up ESLint configurations and improve type definitions.