The message is not really true. When one declines, the other person can notice that the contact request is not pending any more. They will know. Switching to not alerted is closer to what is really happening.
Petros Amoiridis
created
ba6ffd8
Merge pull request #2081 from zed-industries/fix-failing-ci
Click to expand commit body
Fixes a broken conditional that is only caught on darwin systems
Mikayla Maki
created
ecb7d10
Fixes a broken conditional that is only caught on darwin systems
Mikayla Maki
created
38b83a7
Merge pull request #2078 from zed-industries/fix-cursor-style
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`