a7bd05e
buffer: use icons for search options
Piotr Osiewicz created
a7bd05e
buffer: use icons for search options
Piotr Osiewicz created
afd89b2
Store AnyWindowHandles instead of usizes
Nathan Sobo created
bbe4a9b
Position and style the channel editor correctly
Fix a bug where some channel updates would be lost Add channel name sanitization before storing in the database
Mikayla created
b708824
Position and style the channel editor correctly
Fix a bug where some channel updates would be lost Add channel name sanitization before storing in the database
Mikayla created
c96b03a
Piotr/optimize search selections with a limit (#2831)
/cc @nathansobo @maxbrunsfeld Release Notes: - Fixed scrollbar selections causing noticeable slowdowns with large quantities of selections.
Piotr Osiewicz created
d00f6a4
Fix a bug where channel invitations would show up in the channels section
Block non-members from reading channel information WIP: Make sure Arc::make_mut() works
Mikayla created
6a7245b
Fix positioning on face piles, fix panic on member invite removal
Mikayla created
1e8a9cc
Merge remote-tracking branch 'origin/main' into window-handles
Nathan Sobo created
b77c336
Return window handles from WeakItemHandle
Nathan Sobo created
b2d9ccc
Move more window methods off AsyncAppContext
Nathan Sobo created
95cd96e
Move debug_elements to AnyWindowHandle
Nathan Sobo created
4f10f0e
Remove window methods from AsyncAppContext
Nathan Sobo created
1fd80ba
Remove AsyncAppContext::remove_window
Nathan Sobo created
fe6a188
Remove unused dock code
Nathan Sobo created
0a4633f
Remove more window id usage
Nathan Sobo created
da7dc9c
Work with window handles instead of ids in drag code
Nathan Sobo created
d896d89
Store an AnyWindowHandle in WindowContext
Nathan Sobo created
17c9b4c
Fix tests
Mikayla created
662e196
Calculate the range for each color family in a theme (#2738)
Release Notes: - N/A (Internal theme stuff)
Nate Butler created
49f1f1c
Remove window when closing workspace in test
Nathan Sobo created
2c570fb
Move option button rendering to search_bar
Piotr Osiewicz created
343e9d0
Finish migration to modes for buffer search
Piotr Osiewicz created
fecea03
Add modes to buffer search
Piotr Osiewicz created
0374fdf
Move mode cycling to mode module
Piotr Osiewicz created
7547fa2
Move mode rendering to a search_bar module
Piotr Osiewicz created
31a5672
Move nav buttons generation to search_bar
Piotr Osiewicz created
c53554e
Remove SearchOptions::REGEX.
A bit WIP as it awaits migration of buffer search to modes
Piotr Osiewicz created
0ca29e5
Update keybinds to use new names
Piotr Osiewicz created
d497f27
Move ButtonSide to new module
Piotr Osiewicz created
95891d2
Move SearchMode and SearchHistory to separate modules
Piotr Osiewicz created
1aff642
Do not highlgiht selections at all over the threshold
Piotr Osiewicz created
dba2fac
Remove window via handles
Nathan Sobo created
f0da6b0
Remove TestAppContext::add_view
Instead, we now call this on window handles.
Nathan Sobo created
0f33223
Remove unused method
Nathan Sobo created
d687c3d
Merge remote-tracking branch 'origin/main' into window-handles
Nathan Sobo created
f2be318
Move window-related methods from TestAppContext to AnyWindowHandle
Nathan Sobo created
0197d49
Move activation simulation to AnyWindowHandle
Nathan Sobo created
486f5bc
Get compiling
Nathan Sobo created
2999063
Change collab panel icon
Max Brunsfeld created
371c669
Address review feedback.
Rename selected_rows to background_highlight_row_ranges. Do not return any ranges if there are more than 50k results
Piotr Osiewicz created
b0fc6da
Use display maps
Piotr Osiewicz created
241d395
Remove redundant argument
Piotr Osiewicz created
42e1221
Add upper bound limit. Remove dbg! statements
Piotr Osiewicz created
fa71de8
Tune UX for context menus
Co-authored-by: max <max@zed.dev>
Mikayla and max created
bedf60b
Improve local collaboration script to accept a zed impersonate
Gate channels UI behind a flag co-authored-by: max <max@zed.dev>
Mikayla and max created
8980a9f
Add settings for removing the assistant and collaboration panel buttons
Add a not-logged-in state to the collaboration panel co-authored-by: max <max@zed.dev>
Mikayla and max created
e37e76f
Add context menu controls to the channel member management
co-authored-by: Max <max@zed.dev>
Mikayla and Max created
fa16895
Do not query start of range if it's end is the same as the previous hunk's
Piotr Osiewicz created
ca21626
Baseline: Improve selection rendering for large quantities from 270ms to 90ms
Piotr Osiewicz created
9913067
Remove admin and member button
Fix bug with invites in the member list Fix bug when there are network errors in the member related RPC calls co-authored-by: Max <max@zed.dev>
Mikayla and Max created