Commit log
371ea7c
Update style tree based on changes to _base.toml from main
Click to expand commit body
Co-Authored-By: Nate Butler <1714999+iamnbutler@users.noreply.github.com>
Nathan Sobo
and
Nate Butler
created
3 years ago
d2a070c
Write theme JSON files from buildThemes script
Click to expand commit body
Co-Authored-By: Nate Butler <1714999+iamnbutler@users.noreply.github.com>
Nathan Sobo
and
Nate Butler
created
3 years ago
70a783c
Fix TS compile error
Nathan Sobo
created
3 years ago
211c473
Update renamed/moved imports
Nate Butler
created
3 years ago
Nate Butler
created
3 years ago
bfeb6ab
Finish dark.ts initial port and restructure files to get ready for build script
Click to expand commit body
Build script currently fails to type check. Not sure whats going on. Will fix in the morning.
Co-authored-by: Nate Butler <nate@zed.dev>
Keith Simmons
and
Nate Butler
created
3 years ago
Keith Simmons
created
3 years ago
Keith Simmons
created
3 years ago
Nate Butler
created
3 years ago
ae8b610
WIP: Scaffold tokens in dark.ts, no real values yet.
Nate Butler
created
3 years ago
c008e65
Extract `search` from `app`
Click to expand commit body
- Also update border to use borderColor( )
Nate Butler
created
3 years ago
d88e204
Update app.ts, editor.ts
Nate Butler
created
3 years ago
70b15e4
Convert chat panel
Nathan Sobo
created
3 years ago
189db63
Convert project panel styles
Nathan Sobo
created
3 years ago
cb3c111
Convert editor styles to TypeScript
Nathan Sobo
created
3 years ago
8b33a58
Express workspace in terms of new components
Click to expand commit body
Co-Authored-By: Nate Butler <1714999+iamnbutler@users.noreply.github.com>
Nathan Sobo
and
Nate Butler
created
3 years ago
1f71e74
WIP: Color WIP
Nate Butler
created
3 years ago
bfce4a6
WIP: Add `rose` color tokens to `core.ts`
Nate Butler
created
3 years ago
2aebb04
Start on TypeScript-based styling system
Click to expand commit body
Co-Authored-By: Nate Butler <1714999+iamnbutler@users.noreply.github.com>
Nathan Sobo
and
Nate Butler
created
3 years ago
38e902b
WIP: Start on auto-update
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Co-Authored-By: Keith Simmons <keith@zed.dev>
Antonio Scandurra
,
Nathan Sobo
,
Max Brunsfeld
, and
Keith Simmons
created
3 years ago
Antonio Scandurra
created
3 years ago
c62a3ea
Merge pull request #687 from zed-industries/vim-word-and-line-movement
Click to expand commit body
Add word and line movement in vim normal mode
Antonio Scandurra
created
3 years ago
328be47
Rename `sub_mode` to `submode`
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
9702ab0
Merge pull request #719 from zed-industries/misc-breadcrumbs-bugs
Click to expand commit body
Fix miscellaneous breadcrumbs bugs
Nathan Sobo
created
3 years ago
9ce19a2
Merge pull request #723 from zed-industries/save-as-on-close
Click to expand commit body
Prompt to save untitled buffers when closing them if they are dirty
Nathan Sobo
created
3 years ago
909b365
Merge pull request #725 from zed-industries/fn-input
Click to expand commit body
Avoid text insertion when holding down the `fn` key
Nathan Sobo
created
3 years ago
dee416b
Avoid text insertion when holding down the `fn` key
Antonio Scandurra
created
3 years ago
b6f85e4
Update dark, light themes.
Nate Butler
created
3 years ago
2d51b10
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
3 years ago
d029a5c
Fix incorrect ramp preset values in `color.ts`
Click to expand commit body
- Regenerate themes and tokens as well
Nate Butler
created
3 years ago
60295af
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
Nate Butler
created
3 years ago
433c095
Remove leftover console.log
Nate Butler
created
3 years ago
089b0e8
Remove duplicate activation logic when removing items from pane
Antonio Scandurra
created
3 years ago
80b599c
Prompt to save untitled buffers when closing them while they are dirty
Antonio Scandurra
created
3 years ago
6a7c8a6
Refined dark theme styles
Nate Butler
created
3 years ago
b0b5436
Re-render breadcrumbs when buffer has been reparsed
Antonio Scandurra
created
3 years ago
d0a17f8
Update toolbar and automatically unfollow when navigating back and forth
Antonio Scandurra
created
3 years ago
c39de1f
Show full path for file worktrees or when there is more than 1 worktree
Antonio Scandurra
created
3 years ago
9225629
Re-render breadcrumbs on save or when the editor title changes
Antonio Scandurra
created
3 years ago
Nate Butler
created
3 years ago
b721472
Add greg to .zed.toml
Nate Butler
created
3 years ago
Nate Butler
created
3 years ago
f633e98
Add "npm run watch" command to live reload changes
Nate Butler
created
3 years ago
fb2ae84
Merge pull request #709 from zed-industries/prompt-on-close
Click to expand commit body
Prompt user when closing items with unsaved changes or conflicts
Max Brunsfeld
created
3 years ago
fe27a27
Merge branch 'main' into prompt-on-close
Max Brunsfeld
created
3 years ago
79bd864
Merge pull request #702 from zed-industries/typescript
Click to expand commit body
Add support for JS/Typescript/TSX, allow language servers to support multiple languages
Max Brunsfeld
created
3 years ago
c4d3bbf
Bump protocol version
Max Brunsfeld
created
3 years ago
7ad8626
Add basic syntax highlight colors for typescript completions
Max Brunsfeld
created
3 years ago
5090e6f
Fix common_prefix_at panic when needle contains multibyte chars
Click to expand commit body
Also, make the prefix matching case-insensitive, since this is the
typical behavior with autocomplete.
Max Brunsfeld
created
3 years ago
93c0c2a
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
3 years ago
Page 24 of 95