53e7c75
0.31.0
Nathan Sobo created
53e7c75
0.31.0
Nathan Sobo created
038f306
Merge pull request #931 from zed-industries/add-size-token
WIP: Add the `size` token
Nate Butler created
1ecd855
Merge pull request #942 from zed-industries/style-status-bar
Update Zed styles
Nate Butler created
f4dbe4d
Update projectBrowser styles
Nate Butler created
67181a1
Update search style
Nate Butler created
098ad7d
Update base16 themes background states
Nate Butler created
945d7c5
Remove unused import
Nate Butler created
70a7bd2
Style out of date message
Nate Butler created
a352f8b
Update status bar style
Nate Butler created
d9735f3
Merge pull request #936 from zed-industries/about-window
Make the 'About Zed' menu item display Zed's version number
Max Brunsfeld created
b055d90
Make the 'About Zed' menu item display Zed's version number
Max Brunsfeld created
c2b892d
Merge pull request #935 from zed-industries/style-command-palette-active-keystroke
Allow the theme to style the keystroke of the active item in the command palette
Max Brunsfeld created
d9497d4
:art: Use Interactive wrapper for search option buttons
Max Brunsfeld created
8481834
Give hover state to picker items, keystrokes in command palette
Max Brunsfeld created
a60c75e
Rename Selector -> Picker in theme
Max Brunsfeld created
025d657
Merge pull request #933 from zed-industries/format-on-save-setting
Add format_on_save setting
Max Brunsfeld created
fa358c0
Add format_on_save setting
This lets you turn of formatting on save for specific languages.
Max Brunsfeld created
79fad42
Parse .mjs files as JavaScript
Closes #856
Max Brunsfeld created
c51d5b9
Remove accidental background color on unhovered ok indicator
A follow-up to #921
Max Brunsfeld created
37a3cea
Merge pull request #921 from zed-industries/new-status-bar-design
Style the status bar according to the latest design
Max Brunsfeld created
e48a975
Give no-error diagnostic indicator a hover state
Max Brunsfeld created
6578ae5
Use Interactive helper to theme titlebar buttons
Max Brunsfeld created
b41bf65
Statusbar style tweaks
Nate Butler created
6fc68a8
Move projectDiagnostics to it's own file and remove unused code
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nate Butler and Max Brunsfeld created
425473d
Update token build script for figma
- Use syntax tokens instead of manually adding token content - Add solarized to output - Add ramp step value to the token description in Figma Tokens Co-Authored-By: Keith Simmons <keith@the-simmons.net>
Nate Butler and Keith Simmons created
607719e
Update size token function and types
Co-Authored-By: Keith Simmons <keith@the-simmons.net>
Nate Butler and Keith Simmons created
772f457
Restructure status bar theme to style interactive elements more concisely
Introduce an `Interactive` wrapper type that allows themes to selectively override properties of items in a hovered or active state.
Max Brunsfeld created
0cc5a38
Add the `size` token
Introduces the `size` token, a token that will be used for defining standardized sizes for paddings, margins & borders. Available sizes are `px`, `xs`, `sm`, `md`, `lg`, `xl` - Adds `size`, types, and token - Adds the size() function
Nate Butler created
64ecfcd
Merge pull request #927 from zed-industries/quad-border-visual-glitch
Correctly alpha-blend border and background in quad SDF
Antonio Scandurra created
7ec5c04
Correctly alpha-blend border and background in quad SDF
Antonio Scandurra created
0bb889a
Merge pull request #923 from zed-industries/navigate-panic
Clip `scroll_top_row` before navigating back to it
Antonio Scandurra created
76d6c00
Fix randomized collaboration tests in `language`
Antonio Scandurra created
e881566
Update the styling of the lsp status indicator
Max Brunsfeld created
a3700e0
Combine diagnostic status w/ diagnostic message indicators
Improve the indicator styling
Max Brunsfeld created
9e87be7
Start re-styling diagnostic indicator in status bar
Max Brunsfeld created
b23ff7c
Update semantic status colors in all themes
- for `ok`, `error`, `warning` and `info`: - backgroundColor values were all placeholder. Add real values - Update border values to new style
Nate Butler created
68a7f99
Update sidebar toggle icons
Max Brunsfeld created
7f63ed3
Allow styling sidebar icons and groups in themes
Max Brunsfeld created
0291f2d
Move sidebar toggle buttons to the status bar
Max Brunsfeld created
53ef9b9
Merge pull request #925 from zed-industries/sort-refactor-multibuffers
Sort buffers by their path in refactor multi-buffers
Max Brunsfeld created
3ad13bd
Display buffers in order of their path in refactor multibuffers
Previously, they were non-deterministically ordered via a HashMap iterator. This was causing integration tests to fail spuriously on PRs.
Max Brunsfeld created
c9478ca
Don't panic when navigation data contains invalid anchors and/or points
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
cde5a45
Clip `scroll_top_row` before navigating back to it
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
27e693d
Merge pull request #922 from zed-industries/authenticate-after-showing-window
Attempt to automatically sign in after a window has been shown on startup
Antonio Scandurra created
df69ac4
Attempt to automatically sign in after a window has been shown
Antonio Scandurra created
19a48a4
Merge pull request #919 from zed-industries/remove-async-std
Remove remaining `async-std` dependencies from `collab`
Antonio Scandurra created
0e1e5b7
Make following redirects explicit in `HttpClient::get`
Antonio Scandurra created
78afbb3
Remove async-std and surf from client
Switch to isahc library. It's not as fancy, but it works and has a smaller footprint.
Nathan Sobo created
1293b21
Get db tests passing with Tokio Postgres adaptor
We now run tests that interact with the real database under a Tokio reactor. We make the tests run multi-threaded so we can block on the main thread on database teardown and still make progress actually tearing down the DB. Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo and Max Brunsfeld created
b4ae2b2
Remove remaining `async-std` dependencies from `collab`
Antonio Scandurra created