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

Add ability to filter columns #106

Open
Forty-Bot opened this issue Feb 23, 2024 · 0 comments
Open

Add ability to filter columns #106

Forty-Bot opened this issue Feb 23, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Forty-Bot
Copy link
Owner

Currently there is no way to filter columns client-side. Many of the pages on the site (e.g. /log or /player/logs) have fewer columns to prevent the content from becoming too wide. Similarly, many pages lack a variety of derived statistics (e.g. most do not include all of k, d, a, k/30, d/30, a/30, k/d, ka/d).

It is important to hint at this feature in the UI so users can tell when there are additional columns available.

Ideally this would be done client-side using a cookie or something like that. It could also be done server-side, but this would complicate rendering (which is already complex...).

@Forty-Bot Forty-Bot added enhancement New feature or request good first issue Good for newcomers labels Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant