0214bec
Don't dispatch events to flex children outside of parent flex's bounds
Nathan Sobo created
0214bec
Don't dispatch events to flex children outside of parent flex's bounds
Nathan Sobo created
e21f90f
Merge pull request #747 from zed-industries/styles-in-typescript
Style the Zed app using Typescript styleTrees and Design Tokens
Nathan Sobo created
b1eda1a
Add border to top of status bar
Nate Butler created
e584e89
Update light theme
Nate Butler created
d3cfd1c
Use standard text sizes for signInPrompt
Nate Butler created
ca64b08
Don't assume there are always matches in outline view
Nathan Sobo created
c289cdc
💄
Nathan Sobo created
36fede7
💄 token-building script and output destinations
Just some organization here.
Nathan Sobo created
f29b8c7
Remove `message.txt`
Nate Butler created
d7342e2
Use `Pane::activate_item` when navigating to remove duplicated logic
Antonio Scandurra created
1453954
Autoscroll to active tab when activating a new item
Antonio Scandurra created
e201826
Update Light & Dark themes
Nate Butler created
eb99588
Remove stray dbg! expressions
Nathan Sobo created
ab3bbe1
Make the tabs scrollable when they overflow
This adds the ability to make a Flex element scrollable by passing a type tag and instance id, which we use to store the scroll position in an ElementStateHandle. Still need to allow the element to auto-scroll.
Nathan Sobo created
025d857
Make UniformListState an Rc<RefCell<>> instead of an Arc<Mutex<>>
We don't need to support multiple threads.
Nathan Sobo created
0cbcc81
Merge pull request #742 from zed-industries/better-atlas-panics
Report more information when we panic due to an atlas allocation failure
Nathan Sobo created
2a2c407
Update light syntax theme and highlights, player selections
Nate Butler created
35f5670
Update light theme, change player 3 color
- Changed player 3 color to be less similar to player 1
Nate Butler created
aeb0b42
Report more information when we panic due to an allocation failure
Nathan Sobo created
133d9f9
Merge pull request #740 from zed-industries/prompt-only-on-last-dirty-item
Show unsaved/conflict prompt only when closing the last tab for an item
Nathan Sobo created
4f4364d
Ensure we drop the last pane item
Previously, we weren't updating the toolbar's active item when emptying out a pane. This enhances an integration test to ensure that we don't hold references to any editors or buffers once we close everything.
Nathan Sobo created
41a27e6
💄
Nathan Sobo created
e2bf89b
Don't require a path in TestAppContext::dispatch_action
Instead, derive it from the presenter. This makes tests easier to write and more reliable since we'll be accurately simulating the actual relationship between parent and child views.
Nathan Sobo created
3da8f7f
Fix dispatch path in test
Nathan Sobo created
c3b947c
Show unsaved/conflict prompt only when closing the last tab for an item
Also, ensure we show the correct prompt when files have conflicts. Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
d21dea6
Squashed commit of the following:
commit 66d4cbae2ca6d7dd660688d7eb702ae55bf3e0ca
Author: Nate Butler <iamnbutler@gmail.com>
Date: Tue Apr 5 13:33:33 2022 -0400
WIP: Improve legibility of contactsPanel and fix errors
Co-Authored-By: Keith Simmons <keith@the-simmons.net>
commit 000319c583801c5ba4ed7884bbf3da2a591e3f26
Author: Nate Butler <iamnbutler@gmail.com>
Date: Tue Apr 5 13:13:32 2022 -0400
WIP
Nate Butler created
cac0ddd
Restructure item closing to take the `Workspace` instead of the `Pane`
Antonio Scandurra created
939def4
v0.24.1
Antonio Scandurra created
3ee8444
Merge pull request #737 from zed-industries/lsp-renames
Improve handling of renames with respect to language servers
Antonio Scandurra created
cc45658
Clear diagnostics from buffer when unregistering it from language server
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
7e3cc67
Don't reuse old syntax tree when resetting a buffer's language
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
5c7f2bb
Close and re-open buffer in language server when it gets renamed
Antonio Scandurra created
9188f51
Add unit test to illustrate how language server renames should work
Antonio Scandurra created
e697ffb
Merge pull request #736 from zed-industries/update-followers-when-navigating
Update followers when navigating back and forth
Antonio Scandurra created
5ef484c
Update followers when navigating back and forth
Antonio Scandurra created
6daefc4
Merge pull request #734 from zed-industries/fix-prompt-panic
Drop borrow to window state before calling beginSheetModalForWindow
Nathan Sobo created
66544d5
Drop borrow to window state before calling beginSheetModalForWindow
Co-Authored-By: Keith Simmons <keith@the-simmons.net>
Nathan Sobo and Keith Simmons created
05a0515
Move style source files to src and build to dist
Co-authored-by: Nate Butler <nate@zed.dev>
Keith Simmons and Nate Butler created
b060fb0
Merge pull request #732 from zed-industries/fix-impersonation-in-api
In API, wait to create access token until after we impersonate a user
Nathan Sobo created
6a1be11
Wait to create access token until we impersonate a user
We need to wait to create the token until we decide on whether we're impersonating a different user, otherwise we'll create the token for the original user and the impersonated user won't be able to authenticate.
Nathan Sobo created
58dee75
Merge branch 'styles-in-typescript' of https://github.com/zed-industries/zed into styles-in-typescript
Nate Butler created
3dc99a8
Update dark, light themes.
Nate Butler created
a3fc719
Add a combined `tokens.json` for Figma Tokens
- Having individual json files for themes and core is useful for copy+pasting while exploring changes - Figma github sync requires a single json file to pull down
Nate Butler created
90df8a3
Fix incorrect ramp preset values in `color.ts`
- Regenerate themes and tokens as well
Nate Butler created
37441bf
Add basic support for exporting tokens to Figma Tokens. (#724)
* WIP on figma token export * WIP Working export * Tidy up the figma tokens script * Correctly format theme json structure for Figma Tokens * Finish up themeTokens imports
Nate Butler created
e0e9a14
Remove leftover console.log
Nate Butler created
631d8d0
Refined dark theme styles
Nate Butler created
c374fd2
WIP
Nate Butler created
bfde9dc
Add greg to .zed.toml
Nate Butler created
381d50b
WIP
Nate Butler created