ZIm/crates/repl/src
Nate Butler 19d6e067af
Toggle & Switch (#21979)
![CleanShot 2024-12-13 at 11 27
39@2x](https://github.com/user-attachments/assets/7c7828c0-c5c7-4dc6-931e-722366d4f15a)

- Adds the Switch component
- Updates `Selected`, `Selectable` -> `ToggleState`, `Toggleable`
- Adds `checkbox` and `switch` functions to align better with other
elements in our layout system.

We decided not to merge Switch and Checkbox. However, in a followup I'll
introduce a Toggle or AnyToggle enum so we can update
`CheckboxWithLabel` -> `ToggleWithLabel` as this component will work
exactly the same with either a Checkbox or a Switch.

Release Notes:

- N/A
2024-12-13 14:23:02 -05:00
..
components Toggle & Switch (#21979) 2024-12-13 14:23:02 -05:00
kernels Set User Agent for Jupyter websocket connections (#21910) 2024-12-12 09:26:16 -08:00
notebook Fix item closing overly triggering save dialogues (#21374) 2024-12-01 01:48:31 +02:00
outputs Allow base64 encoded images to be decoded with or without padding (#20616) 2024-11-13 11:26:42 -08:00
components.rs Show kernel options in a picker (#20274) 2024-11-07 17:59:53 -08:00
jupyter_settings.rs Revert "settings: Remove auxiliary Content types where possible (#16744)" (#17768) 2024-09-12 14:46:08 -04:00
notebook.rs Initial Notebook UI structure (#19756) 2024-10-29 11:30:07 -07:00
outputs.rs Upgrade repl dependencies (#21431) 2024-12-02 15:22:03 -08:00
repl.rs Create RunningKernel trait to allow for native and remote jupyter kernels (#20842) 2024-11-18 18:12:23 -08:00
repl_editor.rs Fix item closing overly triggering save dialogues (#21374) 2024-12-01 01:48:31 +02:00
repl_sessions_ui.rs Optimize REPL kernel spec refresh (#21844) 2024-12-11 06:20:44 -08:00
repl_store.rs Optimize REPL kernel spec refresh (#21844) 2024-12-11 06:20:44 -08:00
session.rs Implement RunningKernel trait for native and remote kernels (#20934) 2024-11-21 14:00:19 -08:00