twenty/packages/twenty-front/.storybook
Jérémy M e8d96cfd10
feat: view groups (#7176)
Fix #4244 and #4356

This pull request introduces the new "view groups" capability, enabling
the reordering, hiding, and showing of columns in Kanban mode. The core
enhancement includes the addition of a new entity named `ViewGroup`,
which manages column behaviors and interactions.

#### Key Changes:
1. **ViewGroup Entity**:  
The newly added `ViewGroup` entity is responsible for handling the
organization and state of columns.
This includes:
   - The ability to reorder columns.
- The option to hide or show specific columns based on user preferences.

#### Conclusion:
This PR adds a significant new feature that enhances the flexibility of
Kanban views through the `ViewGroup` entity.
We'll later add the view group logic to table view too.

---------

Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
2024-10-24 15:38:52 +02:00
..
main.ts feat: view groups (#7176) 2024-10-24 15:38:52 +02:00
manager-head.html Storybook fix dark mode (#4865) 2024-04-11 17:28:12 +02:00
preview-head.html Fix MSW and storybook setup (#2976) 2023-12-13 14:37:55 +01:00
preview.tsx feat: view groups (#7176) 2024-10-24 15:38:52 +02:00
test-runner-jest.config.js Feat/performance-refactor-styled-component (#5516) 2024-05-24 18:53:37 +02:00