27057fd
Only process a single focus effect per batch
Click to expand commit body
This allows us to focus the query editor of the project search when deploying it. Previously, a complex interplay between focus events was preventing this from working in an intuitive way. What happened previously:
- We'd activate the project search, which enqueued a focus effect for the project search view
- We'd focus the query editor, which enqueued an effect
- We'd process the focus effect for the search view, which would enqueue an effect to transfer focus to the results editor
- We'd process the effect to focus the query editor
- We'd process the effect to focus the results editor
Now...
- We activate the project search pane item, enqueuing a focus effect for the project search itself
- We focus the query editor and *remove* the previous pending focus change effect
- We process the focus effect
Nathan Sobo
created
c420386
Revert "Focus Project Search query editor always when deployed"
Nathan Sobo
created
c4e0307
Merge pull request #820 from zed-industries/optimize-line-len
Click to expand commit body
Speed up `WrapSnapshot::line_len` using the indexed transforms
- border focus color
- Text feature color
- Match & active match highlight color
Matches should be more legible now in both themes. `activeMatch` is still not hooked up on the rust side, so it won't take any effect yet.
Co-Authored-By: gibusu <95764254+gibusu@users.noreply.github.com>
`buildThemes.ts` had an incorrect path for generating the theme json files.
It probably happened when we did some reorganization of the styles directory.
Co-Authored-By: gibusu <95764254+gibusu@users.noreply.github.com>
Nate Butler
and
gibusu
created
00fb575
Merge pull request #802 from zed-industries/update-contacts-on-share
Click to expand commit body
Update contacts list when a project is shared
Antonio Scandurra
created
4e057da
Update contacts list when a project is shared
Antonio Scandurra
created
d17e9c0
Merge pull request #801 from zed-industries/randomized-test-improvements
Click to expand commit body
Introduce guest disconnection in randomized collaboration test