Skip to content

Feat/use cases implement column visibility#3415

Merged
MuhammadKhalilzadeh merged 4 commits intodevelopfrom
feat/UseCases-Implement-ColumnVisibility
Feb 26, 2026
Merged

Feat/use cases implement column visibility#3415
MuhammadKhalilzadeh merged 4 commits intodevelopfrom
feat/UseCases-Implement-ColumnVisibility

Conversation

@Innagl
Copy link
Copy Markdown
Contributor

@Innagl Innagl commented Feb 24, 2026

Describe your changes

Added column visibility controls to the Use Cases page so users can customize which columns are displayed.

Write your issue number after "Fixes "

Fixes #3311

Please ensure all items are checked off before requesting a review:

  • I deployed the code locally.
  • I have performed a self-review of my code.
  • I have included the issue # in the PR.
  • I have labelled the PR correctly.
  • The issue I am working on is assigned to me.
  • I have avoided using hardcoded values to ensure scalability and maintain consistency across the application.
  • I have ensured that font sizes, color choices, and other UI elements are referenced from the theme.
  • My pull request is focused and addresses a single, specific feature.
  • If there are UI changes, I have attached a screenshot or video to this PR.
Screenshot 2026-02-24 at 6 48 34 PM

@Innagl Innagl added this to the 2.2 milestone Feb 24, 2026
@Innagl Innagl self-assigned this Feb 24, 2026
@Innagl Innagl added the frontend Frontend related tasks/issues label Feb 24, 2026
@Innagl
Copy link
Copy Markdown
Contributor Author

Innagl commented Feb 24, 2026

@MuhammadKhalilzadeh I've found out that Column Visability component already exists. So basically I've reused it on the Use case page. If it looks ok I can incorporate it into the rest of the tables

@gorkem-bwl
Copy link
Copy Markdown
Contributor

LGTM. You can ignore the E2E tests.

@MuhammadKhalilzadeh
Copy link
Copy Markdown
Collaborator

MuhammadKhalilzadeh commented Feb 25, 2026

@MuhammadKhalilzadeh I've found out that Column Visability component already exists. So basically I've reused it on the Use case page. If it looks ok I can incorporate it into the rest of the tables

Thank you @Innagl Let's do that

@MuhammadKhalilzadeh
Copy link
Copy Markdown
Collaborator

@Innagl Thank you for the code
I don't know if it is only from my end or not; checkboxes are hardly clickable. They only response and change the screen after many times clicking on them.

@Innagl
Copy link
Copy Markdown
Contributor Author

Innagl commented Feb 25, 2026

@MuhammadKhalilzadeh Fixed checkbox clicks

Copy link
Copy Markdown
Collaborator

@MuhammadKhalilzadeh MuhammadKhalilzadeh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM @Innagl Thanks

@MuhammadKhalilzadeh MuhammadKhalilzadeh merged commit 887c119 into develop Feb 26, 2026
4 checks passed
@MuhammadKhalilzadeh MuhammadKhalilzadeh deleted the feat/UseCases-Implement-ColumnVisibility branch February 26, 2026 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

frontend Frontend related tasks/issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable selecting which columns to display in the table.

3 participants