-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Kanban Card Disappears When Moved to Filtered Stage #5496
Comments
Disclaimer: This comment was automatically generated with AI. It can give some useful hints as to where to look for, but sometimes it can also give very inaccurate answers so takes this with a pinch of salt :). To address the issue where Kanban cards disappear when moved to filtered stages, follow these steps:
These changes should enhance the visibility of filtered columns and ensure cards do not disappear when moved. References/packages/twenty-front/src/modules/object-record/record-index/components/RecordIndexContainer.tsx |
hello @Bonapara! I interested in this issue. Can I assign it? |
Sure @uniqueeest, thanks for contributing! |
Hi @uniqueeest is everything ok for you? Thanks for contributing! |
Hi @uniqueeest, I'm unassigning you. Ping me if you still want to tackle this one! |
@Bonapara On the last issue assigned to me, I need the server to be working, but somehow I have facing Internal-Server-Error while querying the db. So Can I work on this frontend issue till I resolve the problem . |
Do you still want it alongside the other issues @Faisal-imtiyaz123? Thanks for contributing! |
Yes. would love to. |
So I don't think this issue is the same anymore. |
@FelixMalfait Sorry but I didn't understand what needs to be fixed now. Could you please elaborate a bit more. |
@Faisal-imtiyaz123 if you try adding a filter like "stage != Won" you'll see it doesn't even work anymore, because of a recent refactoring. That needs to be fixed |
@FelixMalfait I am sorry for asking again but I don't understand what exactly are we trying to achieve here. |
@Faisal-imtiyaz123 no problem. See in video below how filters are not being applied: Screen.Recording.2024-08-12.at.16.25.19.mov |
@FelixMalfait I don't think it is apt to have |
Current Behavior
When a filter is applied to certain stages in Kanban views, dragging a card to one of these filtered stages causes the card to disappear.
Screen.Recording.2024-05-17.at.15.12.37.1.mov
Desired Behavior
Enhance visibility of which columns (stages) have filters applied by adding a
Filter applied
label on a full-height, sticky card that remains visible when scrolling.The drag-and-drop to these columns should still be available
Figma
https://www.figma.com/design/xt8O9mFeLl46C5InWwoMrN/Twenty?node-id=31193-42391&t=bcKzeniOHKNgwiqg-11
The text was updated successfully, but these errors were encountered: