Tomas Van Morlegan
Tomas Van Morlegan
We worked on a similar feature yet. Probably we can continue developing it in the future. Are you a developer? this is the PR https://github.com/cboard-org/cboard/pull/1091
Hello @anishyadavv :) Yes. If you want we can update the branch on this PR https://github.com/cboard-org/cboard/pull/1091 modify, review, and test it. if not we can consider working in a completely...
Hi! Thanks :) Yes. The alert should appear when they try to activate that feature. Also, it should disable it automatically when the user logs out. This is the first...
Thanks, @maxicapodacqua great Job getting familiar with the Cboard code. Excuse me. I pushed some commits to use the same capturer for premium features to also require the user to...
completed on #1700 PR
The Line that cause this for unlogged users is: https://github.com/magush27/cboard/blob/4e6a88ac8e82ab78d90a46b11f4d30101d86fa1a/src/components/Board/TileEditor/TileEditor.component.js#L245
Idealy We should implement. this function ```js export function chunks({ tileItems, order }:{ tileItems: Array; order: GridOrder; }) { const firstPageItemsInOrder = order.map(row => row.map(id => tileItems.find(item => item.id ===...
Is this still necessary? @RodriSanchez1
Thanks @zkarmi !
Hey @katrinechow! Welcome to Cboard!! I added the steps to reproduce it. But I can't reproduce it. I am on macOS and maybe it appears only on Windows OS. Please...