5d4eb2b
Push responder and requester to remove_contacts
Click to expand commit body
When we ask the server to remove a contact we need to push the requester and responder ids to `remove_contacts` so that when the UI updates, the correct contacts will disappear from the list.
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Petros Amoiridis
and
Antonio Scandurra
created
db978fc
Add an x mark icon to the list of contacts
Click to expand commit body
We want to be able to remove contacts from our list. This was not possible. This change add an icon and dispatches the RemoveContact action.
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
4d05d61
Merge pull request #2049 from zed-industries/425-create-file-for-cli
Click to expand commit body
Create files passed as args to CLI
Mikayla Maki
created
8dabdd1
Ensure injection layer is recomputed when language changes
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra
and
Max Brunsfeld
created
4678f6e
Merge pull request #2063 from zed-industries/active-tab-close-icon-pointing-hand
Click to expand commit body
Avoid stomping on tab close icon's cursor style
Julia
created
95b259b
Avoid stomping on tab close icon's cursor style
Julia
created
79cf6fb
WIP: Add test for dynamic language injection
Antonio Scandurra
created
cb610f3
WIP: Search language injections also by file extension
Click to expand commit body
There are still a few things left:
1. Add test to verify we can successfully locate a language by its extension
2. Add test to reproduce bug where changing the fenced code block language
won't reparse the block with the new language
3. Reparse injections for which we couldn't find a language when the language
registry changes.
4. Check why the markdown grammar considers the trailing triple backtick as
`(code_block_content)`, as opposed to being part of the outer markdown.
Antonio Scandurra
created
36e4dce
Avoid allocating a string to compare language names
Antonio Scandurra
created
c49dc8d
Rename `LanguageRegistry::get_language` to `language_for_name`
Antonio Scandurra
created
f086fa3
Add syntax injections for Markdown fenced code blocks