-
-
Notifications
You must be signed in to change notification settings - Fork 428
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 mobile drag PoC #9048
Kanban mobile drag PoC #9048
Conversation
… don't do anything with it
If you switch to desktop mode, add a kanban board, then switch to touch emulation mode, the pc kanban board now correctly responds to touch-based drag events. Now I just need to wire up the mobile component so that it looks like the pc one.
this was just from looking at 'code --diff */kanban-view.ts'. It might be pointless cargo-culting
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@alsuren is attempting to deploy a commit to the toeverything Team on Vercel. A member of the Team first needs to authorize it. |
How to use the Graphite Merge QueueAdd the label merge to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
View your CI Pipeline Execution ↗ for commit 4eab55b.
☁️ Nx Cloud last updated this comment at |
Hi, thanks for your contribution. However, reagarding #9045, we don't accept new pr in this repo. If you still want to contribute, you can move your pr to https://github.com/toeverything/AFFiNE. |
This PR includes:
This is based on top of #9044 so it included a basic playwright test. I'm happy to merge this as two separate PRs or close the other one if you prefer.