mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-11 22:26:26 +08:00
Replace the sidebar panel approach with an inline dropdown selector positioned next to the star button in the notebook header. Changes: - Remove NotebookSettingsComponent and sidebar icon - Create new WidthSelectorComponent with inline dropdown menu - Remove JavaScript hooks and keyboard shortcut (sn) for sidebar panel - Update CSS to remove notebook-settings panel styles - Position width selector between workspace selector and star button - Match font styling with workspace selector for visual consistency - Add tooltip explaining the feature - Remove hardcoded container class from sections to respect width setting The inline selector provides better discoverability and follows the same pattern as the workspace selector, while removing unnecessary UI complexity from the sidebar. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| css | ||
| js | ||
| test | ||
| .babelrc | ||
| build.js | ||
| package-lock.json | ||
| package.json | ||
| tailwind.config.js | ||