Commit log
3853009
Refactor to avoid some (mostly hypothetical) races
Click to expand commit body
Tidy up added code to reduce duplicity of X and X_internals.
Conrad Irwin
created
2 years ago
5257fb8
Fix compile error in db seed executable
Max Brunsfeld
created
2 years ago
ac54d2b
Fix possibility of extra mention insertion on nonce collision
Max Brunsfeld
created
2 years ago
Nate Butler
created
2 years ago
b07f9fe
Merge branch 'main' into notifications
Max Brunsfeld
created
2 years ago
d05404a
Persist chat mentions
Max Brunsfeld
created
2 years ago
Nate Butler
created
2 years ago
65828c1
Use ui_size to build icon button
Nate Butler
created
2 years ago
178a84b
progress on smarter truncation strategy for file context
KCaverly
created
2 years ago
2b11463
Fix notifications on channel changes
Conrad Irwin
created
2 years ago
7cb00ae
Update line heights, buttons to respond to UI scale
Click to expand commit body
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
Nate Butler
and
Marshall Bowers
created
2 years ago
7b2782c
Use `ui_size` to set relative font sizes
Click to expand commit body
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
Nate Butler
and
Marshall Bowers
created
2 years ago
587fd70
added smarter error handling for file_context prompts without provided buffers
KCaverly
created
2 years ago
f59f2ec
added dumb truncation strategies to file_context and generate
KCaverly
created
2 years ago
a0e01e0
fix for error when truncating a length less than the string length
KCaverly
created
2 years ago
3f076ee
Remove unused code from storybook 2
Click to expand commit body
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
Nate Butler
and
Marshall Bowers
created
2 years ago
32853c2
added initial placeholder for truncation without a valid strategy
KCaverly
created
2 years ago
a35d350
Update storybook2 to run the workspace by default
Click to expand commit body
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
Nate Butler
and
Marshall Bowers
created
2 years ago
a6a5011
Merge branch 'n/gpui2ui-settings' into gpui2
Nate Butler
created
2 years ago
8b637e1
Update approach to settings
Click to expand commit body
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
Nate Butler
and
Marshall Bowers
created
2 years ago
473067d
update PromptPriority to accomodate for both Mandatory and Ordered prompts
KCaverly
created
2 years ago
289255d
Update UI elements and implement user settings for customization
Nate Butler
created
2 years ago
1997409
Fix possibility of infinite loop in selections_with_autoclose_regions (#3138)
Click to expand commit body
Previously, that method could loop forever if the editor's autoclose
regions had unexpected selection ids.
Something must have changed recently that allowed this invariant to be
violated, but regardless, this code should not have relied on that
invariant to terminate like this.
Max Brunsfeld
created
2 years ago
549e78d
Use `SharedString` for `Input`s
Marshall Bowers
created
2 years ago
aa18256
update the assistant panel to use new prompt templates
KCaverly
created
2 years ago
5a42ca6
Merge branch 'gpui2' of github.com:zed-industries/zed into gpui2
Marshall Bowers
created
2 years ago
8dad3ad
Use `SharedString` for `List`s
Marshall Bowers
created
2 years ago
655c9ec
Fix possibility of infinite loop in selections_with_autoclose_regions
Click to expand commit body
Previously, that method could loop forever if the editor's autoclose
regions had unexpected selection ids.
Co-authored-by: Piotr <piotr@zed.dev>
Max Brunsfeld
and
Piotr
created
2 years ago
Antonio Scandurra
created
2 years ago
856d236
Use `SharedString` for `Palette` and `PaletteItem`s
Marshall Bowers
created
2 years ago
Antonio Scandurra
created
2 years ago
Joseph T. Lyons
created
2 years ago
b9bb275
fix template ordering during prompt chain generation
KCaverly
created
2 years ago
fa61c1b
add prompt template for generate inline content
KCaverly
created
2 years ago
Antonio Scandurra
created
2 years ago
Antonio Scandurra
created
2 years ago
2408619
Split `Label` and `HighlightedLabel`
Marshall Bowers
created
2 years ago
Joseph T. Lyons
created
2 years ago
178a79f
added prompt template for file context without truncation
KCaverly
created
2 years ago
f0b9e9a
Use `SharedString` for `Keybinding`s
Marshall Bowers
created
2 years ago
99121ad
buffer_search: Discard empty search suggestions. (#3136)
Click to expand commit body
Now when buffer_search::Deploy action is triggered (with cmd-f), we'll
keep the previous query in query_editor (if there was one) instead of
replacing it with empty query.
This addresses this bit of feedback from Jose:
> If no text is selected, `cmd + f` should not delete the text in the
search bar when refocusing
Release Notes:
- Improved buffer search by not clearing out query editor when no text
is selected and "buffer search: deploy" (default keybind: cmd-f) is
triggered.
Piotr Osiewicz
created
2 years ago
6e3393c
Use `SharedString` for `Button`s
Marshall Bowers
created
2 years ago
aa41f97
Merge branch 'gpui2' of github.com:zed-industries/zed into gpui2
Marshall Bowers
created
2 years ago
2b53c67
Use `SharedString` for `Label`s
Marshall Bowers
created
2 years ago
Antonio Scandurra
created
2 years ago
8321b94
Wire up hover styles on `Button`s
Marshall Bowers
created
2 years ago
7f69350
Fix typo in doc comment
Marshall Bowers
created
2 years ago
1a156c1
Merge branch 'gpui2' of github.com:zed-industries/zed into gpui2
Marshall Bowers
created
2 years ago
Antonio Scandurra
created
2 years ago
5491398
Merge branch 'gpui2' into gpui2-ui
Marshall Bowers
created
2 years ago
Page 93 of 357