ab3bbe1
Make the tabs scrollable when they overflow
Click to expand commit body
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<>>
Click to expand commit body
We don't need to support multiple threads.
Nathan Sobo
created
0cbcc81
Merge pull request #742 from zed-industries/better-atlas-panics
Click to expand commit body
Report more information when we panic due to an atlas allocation failure
Nathan Sobo
created
2a2c407
Update light syntax theme and highlights, player selections
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.
e2bf89b
Don't require a path in TestAppContext::dispatch_action
Click to expand commit body
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.
493450f
Massage styling of auto-update messages a bit
Antonio Scandurra
created
bd0b063
Display `Installing updateβ¦` when the new app is being copied
Antonio Scandurra
created
61c479e
Pass an `NSString` to `objectForInfoDictionaryKey`
Antonio Scandurra
created
e566a83
Find path to running app using [NSBundle bundlePath]
Max Brunsfeld
created
fb2caf3
Add application menu item for checking for updates
Max Brunsfeld
created
9c469f2
Add remaining logic for downloading updates, add status bar indicator
Max Brunsfeld
created
6daefc4
Merge pull request #734 from zed-industries/fix-prompt-panic
Click to expand commit body
Drop borrow to window state before calling beginSheetModalForWindow
Nathan Sobo
created
66544d5
Drop borrow to window state before calling beginSheetModalForWindow
Click to expand commit body
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
Click to expand commit body
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
Click to expand commit body
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
Click to expand commit body
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
a3fc719
Add a combined `tokens.json` for Figma Tokens
Click to expand commit body
- 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