Max Brunsfeld
|
cbf497bc12
|
Fix race condition when UpdateChannel message is received while fetching participants for previous update
Co-authored-by: Mikayla <mikayla@zed.dev>
|
2023-08-14 17:36:35 -07:00 |
|
Max Brunsfeld
|
71454ba27c
|
Limit number of participants shown in channel face piles
Co-authored-by: Mikayla <mikayla@zed.dev>
|
2023-08-14 17:11:03 -07:00 |
|
Max Brunsfeld
|
13982fe2f4
|
Display intended mute status while still connecting to a room
Co-authored-by: Mikayla <mikayla@zed.dev>
|
2023-08-14 16:47:26 -07:00 |
|
Max Brunsfeld
|
5af8ee71aa
|
Fix clicking outside of modals to dismiss them
Co-authored-by: Mikayla <mikayla@zed.dev>
|
2023-08-14 16:38:21 -07:00 |
|
Max Brunsfeld
|
d7f21a9155
|
Ensure channels are sorted alphabetically
Co-authored-by: Mikayla <mikayla@zed.dev>
|
2023-08-14 16:27:35 -07:00 |
|
Conrad Irwin
|
1af7425059
|
Fix vim escape in normal mode
Fixes: zed-industries/community#1857
|
2023-08-14 16:05:41 -06:00 |
|
Conrad Irwin
|
fb90eada70
|
Merge branch 'main' into vim-visual-selection
|
2023-08-14 15:29:33 -06:00 |
|
Nate Butler
|
ef73e77d3d
|
Update some status bar icons and states
|
2023-08-14 17:15:25 -04:00 |
|
Conrad Irwin
|
5b37cdcb04
|
Better tests
|
2023-08-14 15:03:16 -06:00 |
|
Nathan Sobo
|
f9858445b8
|
Get a 50% colored box rendering
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
|
2023-08-14 14:46:09 -06:00 |
|
Kirill Bulatov
|
64c2043913
|
Query less inlay hints (#2842)
Part of
https://linear.app/zed-industries/issue/Z-2750/investigate-performance-of-collaborating-on-large-files-with-inlay
Instead of querying the entire file for hints, query visible editor(s)
range + the areas above and below, of the same height.
Non-invalidating future queries (e.g. scrolling) query only missing
parts of the ranges.
Release Notes:
- Improved LSP resource usage by querying less hints for big files
|
2023-08-14 23:06:30 +03:00 |
|
Nate Butler
|
f2d46e0ff9
|
Use new icons in channel panel
|
2023-08-14 15:57:31 -04:00 |
|
Kirill Bulatov
|
27bf01c3a8
|
Strip off inlay hints data that should be resolved
|
2023-08-14 22:50:55 +03:00 |
|
Nathan Sobo
|
740b105330
|
Merge branch 'main' into taffy
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
|
2023-08-14 13:50:21 -06:00 |
|
Max Brunsfeld
|
3b10ae9310
|
Add icon before the empty contacts text
Co-authored-by: Mikayla <mikayla@zed.dev>
|
2023-08-14 11:57:19 -07:00 |
|
Max Brunsfeld
|
2bb9f7929d
|
Structure the contact finder more similarly to the channel modal
Co-authored-by: Mikayla <mikayla@zed.dev>
|
2023-08-14 11:37:05 -07:00 |
|
Mikayla
|
b07555b6df
|
Make empty state interactive
|
2023-08-14 10:34:00 -07:00 |
|
Mikayla
|
fde9653ad8
|
Add placeholder implementation
|
2023-08-14 10:24:00 -07:00 |
|
Kirill Bulatov
|
e0d011e354
|
Better assert multibuffer edit test results
|
2023-08-14 20:12:35 +03:00 |
|
Kirill Bulatov
|
4b3273182a
|
Do not filter out hints to be removed
|
2023-08-14 19:20:20 +03:00 |
|
Kirill Bulatov
|
336fbb3392
|
Clip offsets in inlay hint queries
|
2023-08-14 18:39:30 +03:00 |
|
Nathan Sobo
|
7756497933
|
Simplify adapter
|
2023-08-14 09:26:35 -06:00 |
|
Piotr Osiewicz
|
db36a5fe2d
|
Refactor buffer search UI rendering in a quest to find the meaning of life.
Co-authored-by: Kyle <kyle@zed.dev>
|
2023-08-14 15:27:57 +02:00 |
|
Kirill Bulatov
|
558367dc8b
|
Optimize query ranges tracking
|
2023-08-14 16:19:44 +03:00 |
|
Piotr Osiewicz
|
ff4370f88e
|
buffer: Extract columns to separate objects.
Co-authored-by: Kyle <kyle@zed.dev>
|
2023-08-14 15:14:57 +02:00 |
|
Piotr Osiewicz
|
4aa5df4cda
|
Extract columns into separate objects.
Co-authored-by: Kyle <kyle@zed.dev>
|
2023-08-14 15:13:17 +02:00 |
|
Kirill Bulatov
|
87e6651ecb
|
Fix hint tests, add a char boundary bug test
|
2023-08-14 16:01:02 +03:00 |
|
Piotr Osiewicz
|
f4121b42da
|
Add more padding to dismiss button.
Add a style for mode buttons group margin
Co-authored-by: Kyle <kyle@zed.dev>
|
2023-08-14 15:01:01 +02:00 |
|
Piotr Osiewicz
|
d17aba4fd3
|
Fix double borders in mode buttons.
Co-authored-by: Kyle <kyle@zed.dev>
|
2023-08-14 14:43:06 +02:00 |
|
Piotr Osiewicz
|
7314456685
|
nav_button: Fix double border between nav buttons.
Co-authored-by: Kyle <kyle@zed.dev>
|
2023-08-14 14:33:40 +02:00 |
|
Piotr Osiewicz
|
b72a42ec29
|
buffer: fix alignment of editor icon.
Co-authored-by: Kyle <kyle@zed.dev>
|
2023-08-14 14:31:14 +02:00 |
|
Piotr Osiewicz
|
ae229d4c52
|
Align "Select all" to the center
|
2023-08-14 12:31:11 +02:00 |
|
Piotr Osiewicz
|
94ac84a908
|
Fix borders being cut off in buffer search
|
2023-08-14 12:28:35 +02:00 |
|
Piotr Osiewicz
|
8bb3bfa6a8
|
Style buffer modes like project modes
|
2023-08-14 12:25:59 +02:00 |
|
Piotr Osiewicz
|
1c35db7e97
|
project_search: style filters button like the rest of the buttons
|
2023-08-14 12:20:59 +02:00 |
|
Piotr Osiewicz
|
d37ebe7841
|
Add option_button_height style
|
2023-08-14 12:10:37 +02:00 |
|
Piotr Osiewicz
|
9121178ba0
|
project_search: Swap places of case-sens/whole-word
|
2023-08-14 11:59:42 +02:00 |
|
Kirill Bulatov
|
449c009639
|
Properly generate ranges to query
|
2023-08-14 11:25:02 +03:00 |
|
Kirill Bulatov
|
56f89739f8
|
Do not add duplicate hints to the cache
|
2023-08-14 11:25:02 +03:00 |
|
Kirill Bulatov
|
0e2a1fc149
|
Query inlay hints for parts of the file
|
2023-08-14 11:25:02 +03:00 |
|
Kirill Bulatov
|
708409e06d
|
Query hints on every scroll
|
2023-08-14 11:25:02 +03:00 |
|
Kirill Bulatov
|
5d2750e0d4
|
Hide inlay cache fields
|
2023-08-14 11:25:02 +03:00 |
|
Nathan Sobo
|
85f35497b6
|
Compiling checkpoint
|
2023-08-13 22:39:06 -06:00 |
|
Nathan Sobo
|
7662210776
|
I think the adapter is ready. Close to pixels.
|
2023-08-13 22:06:35 -06:00 |
|
Nathan Sobo
|
625e4a1bd0
|
Introduce new PaintContext and LayoutContext
|
2023-08-13 21:57:38 -06:00 |
|
Nathan Sobo
|
2d17e9685f
|
Compiling checkpoint
|
2023-08-13 21:20:47 -06:00 |
|
Nathan Sobo
|
be7a43c81c
|
Get taffy style conversion working
|
2023-08-13 19:47:49 -06:00 |
|
Nathan Sobo
|
52ad48d50b
|
WIP
|
2023-08-13 17:29:07 -06:00 |
|
Nathan Sobo
|
473ac5a842
|
WIP
|
2023-08-13 02:27:36 -06:00 |
|
Nathan Sobo
|
36b853ac05
|
WIP
|
2023-08-13 01:40:10 -06:00 |
|