-
Notifications
You must be signed in to change notification settings - Fork 326
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
Copying cells from the table viz on a mac keyboard shortcut #11141
Comments
Adam Obuchowicz reports a new STANDUP for the last Tuesday (2024-10-15): Progress: Replace default copypaste handlers from AgGrid with our own, configurable. Attach the events properly, so it doesn't interfere anymore with GraphEditor's handler. Updated the menu. It should be finished by 2024-10-21. Next Day: Next day I will be working on the same task. Code cleanup and tests. |
Adam Obuchowicz reports a new STANDUP for the last Wednesday (2024-10-16): Progress: During tests discovered, that we handle paste wrongly in case of data being bigger than already created table. This, and the fact that pasting multiple cells made many AST transactions forced me to implement custom paste handler, pasting directly to HTML. Added unit and e2e tests. It should be finished by 2024-10-21. Next Day: Next day I will be working on the same task. Last testing and create a PR. |
Adam Obuchowicz reports a new STANDUP for yesterday (2024-10-17): Progress: Created a PR with copying and paste. Tried to quickly unify linters for dashboard and GUI, but it wasn't so simple: lints requiring type checking does work in vue files for some reason, and even smaller set extended the linting time greatly. It should be finished by 2024-10-21. Next Day: Next day I will be working on the #10862 task. Start next issue. |
Copying cells from the table viz on a mac keyboard shortcut should be command-C not Control-C.
Same for other keyboard shortcuts
The text was updated successfully, but these errors were encountered: