148 cant access note without title from kanban board (#9817)

closes https://github.com/twentyhq/core-team-issues/issues/148

- fixes not openable kanban card when identifier empty
- update card behavior (onClick open recordPage)
- fixes right click actionDropdown position

## Before


https://github.com/user-attachments/assets/696194b8-d7fa-4fc1-a6f9-b46241a262e5

![image](https://github.com/user-attachments/assets/63a5f634-2688-41ba-9ac4-51292ef09b7a)

## After


https://github.com/user-attachments/assets/41e296e5-ae16-47f8-b174-7dd21d74188d

![image](https://github.com/user-attachments/assets/7f859764-946e-40d3-9b66-5460edb215f2)
This commit is contained in:
martmull
2025-01-23 18:05:35 +01:00
committed by GitHub
parent afa2282ea3
commit daa8ff1299
8 changed files with 394 additions and 241 deletions

View File

@ -26,7 +26,7 @@ import { useDropdown } from '../hooks/useDropdown';
const StyledDropdownFallbackAnchor = styled.div`
left: 0;
position: absolute;
position: fixed;
top: 0;
`;