eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.84k stars 2.48k forks source link

Added basics for notebook cell drag image renderers #13698

Closed jonah-iden closed 3 months ago

jonah-iden commented 3 months ago

What it does

This adds the basics for custom rendering of drag images similiar to how vscode does it. For now its just text showing what kind of cell is being dragged. This can be improved on later

How to test

Open a notebook and drag a cell. Should show a text now instead of the full cell list view

Follow-ups

Review checklist

Reminder for reviewers