Jérémy M

Results 63 issues of Jérémy M

When a table is grouped by a field, each section should be displayed and group de rows under. A click on the chevron collapse or shows the rows. ![Image](https://github.com/user-attachments/assets/84a6f87f-70b7-4f59-94d1-a2d1201d2dc5)

scope: front

This is the main ticket of Record group table support ```[tasklist] ### Tasks - [ ] https://github.com/twentyhq/twenty/issues/8401 - [ ] https://github.com/twentyhq/twenty/issues/8402 - [ ] https://github.com/twentyhq/twenty/issues/8403 - [ ] https://github.com/twentyhq/twenty/issues/8756 -...

scope: front

This PR fix #8202 that is revamping the `Options` settings for board and table.

-PR: awaiting author

When toggling a section of record group, the rows bellow should be animated with a collapse animation. ![Image](https://github.com/user-attachments/assets/84a6f87f-70b7-4f59-94d1-a2d1201d2dc5)

scope: front

Refactor board component states from v1 to v2 so we're able to mutualize states between table and board like allRowsIds and rowsIdsByGroup. This is going to simplify the code for...

scope: front

Infinite loading should be disabled when table is grouped by a field, and instead a "Load more" button is displayed. Loading more content is toggled only when the a click...

scope: front

Bellow each record group a button "Add new" is displayed, when user click on it a rows is added at the top of the current record group. ![Image](https://github.com/user-attachments/assets/84a6f87f-70b7-4f59-94d1-a2d1201d2dc5)

scope: front

This PR is fixing the following issues with record groups: - [x] [Backend] - Only update view groups when a field is edited if this one already has view groups...