devin-ai-integration[bot]

Results 55 issues of devin-ai-integration[bot]

Fixes #3189 When holding Shift while right-clicking, the browser's default context menu will now be shown instead of Marimo's custom menu. This matches JupyterLab's behavior and allows users to access...

Added a modal to display all keyboard shortcuts, accessible via AppBar button and Cmd+/ shortcut. Link to Devin run: https://app.devin.ai/sessions/e045b11a6187402c8a5f8e8d6a5cb804

Make the import warning scarier so users know they really should branch or commit their changes before importing their project. Changes: - Updated LoadWarning to use AlertDialog for more prominence...

When a window is selected in the editor, only show the layers for that window in the layers tab. When no window is selected, show all layers. Link to Devin...

# Implement automatic file watching Replace manual addFileToWatcher calls with automatic directory watching using Chokidar's built-in glob patterns. This improves efficiency while maintaining existing functionality. Changes: - Replace manual addFileToWatcher...