Nate Butler
0ae34d98ad
Checkpoint
2024-12-11 11:10:03 -05:00
Nate Butler
392f597966
Checkpoint
2024-12-11 11:10:03 -05:00
Nate Butler
c3e801c586
Checkpoint
2024-12-11 11:10:03 -05:00
Nate Butler
86c4faa12f
Checkpoint
2024-12-11 11:10:03 -05:00
Nate Butler
b545a02125
Checkpoint
2024-12-11 11:10:03 -05:00
Nate Butler
4762103c2a
Checkpoint
2024-12-11 11:10:03 -05:00
Nate Butler
a982ff848f
Checkpoint
2024-12-11 11:10:03 -05:00
Nate Butler
416e940bdd
Checkpoint
2024-12-11 11:10:03 -05:00
Nate Butler
6899dab525
Checkpoint
2024-12-11 11:10:03 -05:00
Nate Butler
7f28b16825
Checkpoint
2024-12-11 11:10:03 -05:00
Nate Butler
196941a310
Checkpoint
2024-12-11 11:10:03 -05:00
Nate Butler
1e82854b7e
Checkpoint
2024-12-11 11:10:03 -05:00
Nate Butler
cc81f91dfb
Checkpoint
2024-12-11 11:10:03 -05:00
Nate Butler
be633875a5
Checkpoint
2024-12-11 11:10:03 -05:00
Nate Butler
ff28aed411
Checkpoint
2024-12-11 11:10:03 -05:00
Nate Butler
0bc287b863
Checkpoint
2024-12-11 11:10:03 -05:00
Nate Butler
d325d60a21
Checkpoint
2024-12-11 11:10:03 -05:00
Nate Butler
9b8bc2a2cd
Checkpoint
2024-12-11 11:10:03 -05:00
Nate Butler
57978ece43
Checkpoint
2024-12-11 11:10:03 -05:00
Nate Butler
31de418b58
Checkpoint
2024-12-11 11:10:03 -05:00
Nate Butler
3376d63f57
Checkpoint
2024-12-11 11:10:03 -05:00
Nate Butler
87e49e4d91
Checkpoint
2024-12-11 11:10:03 -05:00
Nate Butler
2727be4df9
Checkpoint
2024-12-11 11:10:03 -05:00
Nate Butler
7498f508f1
Checkpoint
2024-12-11 11:10:03 -05:00
Nate Butler
0ebe6f78cf
Checkpoint
2024-12-11 11:10:03 -05:00
Nate Butler
c327d9d3f4
Checkpoint
2024-12-11 11:10:03 -05:00
Nate Butler
60f6fe3454
Checkpoint
2024-12-11 11:10:03 -05:00
Nate Butler
c47d805806
Checkpoint
2024-12-11 11:10:03 -05:00
Nate Butler
14552268fd
Checkpoint
2024-12-11 11:10:03 -05:00
Nate Butler
23eb000abe
panel
2024-12-11 11:10:03 -05:00
Nate Butler
7abe14dba8
wip
2024-12-11 11:09:03 -05:00
Nate Butler
f0c4643bbd
Revert "wip - broken"
...
This reverts commit c09cf6eee0039f0b43d6cc7d5087646c842f984e.
2024-12-11 11:09:03 -05:00
Nate Butler
6883907163
wip - broken
2024-12-11 11:09:03 -05:00
Nate Butler
49a62b6414
Update git_ui.rs
2024-12-11 11:09:02 -05:00
Nate Butler
160b65771c
headers in list
2024-12-11 11:09:02 -05:00
Nate Butler
214e997b72
Organize
2024-12-11 11:09:02 -05:00
Nate Butler
825a353228
Update git_ui.rs
2024-12-11 11:09:02 -05:00
Nate Butler
310cc3e315
add kb movement
2024-12-11 11:09:02 -05:00
Nate Butler
75ff03e45b
wip basic list
2024-12-11 11:09:02 -05:00
Nate Butler
eb95efb0f3
clean up unused
2024-12-11 11:09:02 -05:00
Nate Butler
059ebd88fe
new icons
2024-12-11 11:09:02 -05:00
Nate Butler
e8435a8915
Update git_ui.rs
2024-12-11 11:07:12 -05:00
Nate Butler
e41e3f8463
wip
2024-12-11 11:07:12 -05:00
Danilo Leal
dfe455b054
zeta: Improve UI for feedback instructions ( #21857 )
...
If the instructions are added as the input placeholder, when in a
smaller window size (like the one from the screenshot), scrolling is
needed to see them all. So, thought of extracting it out of there. Also
thought it looked more refined this way!
<img width="800" alt="Screenshot 2024-12-11 at 11 48 17"
src="https://github.com/user-attachments/assets/46974b94-6365-4a59-bf71-a6c0863aac68 "
/>
Release Notes:
- N/A
2024-12-11 12:07:41 -03:00
Danilo Leal
db7e38464a
zeta: Show keybinding on rating buttons ( #21853 )
...
<img width="800" alt="Screenshot 2024-12-11 at 10 57 00"
src="https://github.com/user-attachments/assets/6055639c-5b38-444d-b76d-bf7584a82efc "
/>
Release Notes:
- N/A
2024-12-11 11:54:39 -03:00
Kyle Kelley
f8b6d71670
Optimize REPL kernel spec refresh ( #21844 )
...
Python kernelspec refresh now only performed on (known) python files.
Release Notes:
- N/A
2024-12-11 06:20:44 -08:00
Thorsten Ball
ae351298b4
zeta: Fixes to completion-rating modal ( #21852 )
...
Release Notes:
- N/A
Co-authored-by: Antonio <antonio@zed.dev >
2024-12-11 15:00:27 +01:00
Thorsten Ball
664468d468
zeta: Invalidate completion in different buffers ( #21850 )
...
Release Notes:
- N/A
Co-authored-by: Antonio <antonio@zed.dev >
2024-12-11 14:37:53 +01:00
Piotr Osiewicz
714f183ede
multi_buffer: optimize runnables layout ( #21849 )
...
Related to #21481 ; it fixes a bunch of hotspots I saw while looking at
the provided profiles. MultiBuffer still takes up 100% CPU on the
foreground thread for me - this time around it's on selection updates
(when dragging the selected text towards an edge of a screen).
Release Notes:
- N/A
2024-12-11 13:46:08 +01:00
Mikayla Maki
b36dcf3b92
Improve Zeta rating ergonomics ( #21845 )
...
This PR adds keyboard shortcuts to common interactions you might want to
do in the Zeta rating panel.
This PR also adds a way to fake inline completion requests, as well as
the test data used to create this PR, to make it easier to adjust the UI
in the future.
It also changes the status bar from the text "Zeta" to "ζ", because I
thought it looked cool.
Release Notes:
- N/A
2024-12-11 01:57:46 -08:00