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
Nate Butler
created
90df8a3
Fix incorrect ramp preset values in `color.ts`
Click to expand commit body
- Regenerate themes and tokens as well
Nate Butler
created
37441bf
Add basic support for exporting tokens to Figma Tokens. (#724)
Click to expand commit body
* 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
c812add
Add "npm run watch" command to live reload changes
Nate Butler
created
391aed3
Start loading new theme JSON format instead of TOML
Click to expand commit body
Replaced remaining extends with javascript object extension.
Moved tokens/core.ts to tokens.ts and massaged the types to make it more
obvious when types don't match up.
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Nathan Sobo
and
Nathan Sobo
created
371ea7c
Update style tree based on changes to _base.toml from main