bcb7b80
Don't format package or package-lock
Nate Butler created
bcb7b80
Don't format package or package-lock
Nate Butler created
10a30cf
Format `styles` with updated prettier config
In the system color PR I updated the prettier config to match what we use on zed.dev. I didn't want to format all of styles as it would add a lot of unrelated line changes to that PR. Doing that format now.
Nate Butler created
06a8616
Merge pull request #2150 from zed-industries/nate/system-colors
Add system color palette
Nate Butler created
b986c38
Format using new prettier config
Nate Butler created
69fd273
Add the same prettier config as zed.dev
Nate Butler created
8e82894
Add missing dep
Nate Butler created
2d8adf4
Remove theme tool for now
This is likely the biggest thing I'm unsure about for this PR, so I'm going to pull it into a seperate branch so I can merge the system color library in. I think a better approach for this will be one of two things: - Have a single next app that covers everything to do with themes (previewing ramps, generated themes, components etc.) - Create a mono or turborepo that splits things up into packages (system, theme, themes, theme-tool, etc)
Nate Butler created
0b48e23
Sort file finder matches by distance to the active item after match score
Kay Simmons created
04495aa
Merge pull request #2217 from zed-industries/format-on-save-trigger
Pass the 'Save' format trigger when formatting on save
Max Brunsfeld created
5fea49e
Pass the 'Save' format trigger when formatting on save
In an earlier refactor, I accidentally caused the 'Manual' trigger to *always* be passed. Co-authored-by: Mikayla Maki <mikayla@zed.dev>
Max Brunsfeld and Mikayla Maki created
0704d9d
Merge pull request #2216 from zed-industries/update-bromberg
Update bromberg dependency to have alloc
Mikayla Maki created
a57fcf5
Update bromberg dependency to have alloc
Mikayla Maki created
e910fd8
collab 0.6.1
Max Brunsfeld created
d5123bc
Merge pull request #2215 from zed-industries/revert-2214-fix-reveal-path-panic
Revert "Remove borrow from reveal_path()"
Mikayla Maki created
8656708
Revert "Remove borrow from reveal_path()"
Mikayla Maki created
7219780
Tweak code to remove duplication
Joseph Lyons created
f8f1a3f
Unify text style names
Joseph Lyons created
2ec25be
Merge pull request #2214 from zed-industries/fix-reveal-path-panic
Remove borrow from reveal_path()
Mikayla Maki created
89ddf14
Remove borrow from reveal_path()
Mikayla Maki created
be86cb3
Merge pull request #2213 from zed-industries/per-project-follow-status
Differentiate between follow state on a per-project basis
Julia created
465d8cc
Differentiate between follow state on a per-project basis
Julia created
93b9e76
Merge pull request #2212 from zed-industries/initial-traffic-light-position
Adjust window's traffic light position when setting its title
Max Brunsfeld created
fbc934b
Adjust window's traffic light position when setting its title
Max Brunsfeld created
350b7b8
Merge pull request #2207 from zed-industries/project-panel-actions
Fix project panel actions
Mikayla Maki created
b179fc2
Remove comment
Mikayla Maki created
8860346
Fix broken dock command
Mikayla Maki created
9004640
Convert keymap context to use generics and Cow<'static> so we don't have to add .to_string() and .into() for each usage
Mikayla Maki created
0349831
Merge pull request #2211 from zed-industries/hover-binding
add hover binding from vscode
Kay Simmons created
ce4b672
add hover binding from vscode
Kay Simmons created
3f9405f
Merge pull request #2210 from zed-industries/fix-enter-vim-normal-mode
Fix enter in normal mode acting incorrectly
Kay Simmons created
2276d25
Fix enter in normal mode acting incorrectly
Kay Simmons created
ffe53be
Reverts keymap precedence order change
Mikayla Maki created
37f9109
Add link to community repo in feedback editor
Joseph Lyons created
1e3b4f0
Merge pull request #2208 from zed-industries/new-collab-ui-3
Add same grayscale logic to followers which leaders have; new call UI [3/N]
Julia created
e1df85e
Add same grayscale logic to followers which leaders have
Julia created
f6601f6
Added editor-in-project-panel overrides to the default keymap
Mikayla Maki created
6ccc903
Merge pull request #2206 from zed-industries/fix-refresh-room
Fix error when deleting rooms containing projects on refresh
Antonio Scandurra created
bbeb33b
Fix error when deleting rooms containing projects on refresh
A foreign key violation was causing the server to never delete stale rooms during `Database::refresh_room` due to having one or more project records referencing the room.
Antonio Scandurra created
e74db2d
Merge pull request #2205 from zed-industries/call-ui-follow-up
Refine new call UI
Antonio Scandurra created
74e0bed
Fix compilation errors after restructuring `room_transaction`
Antonio Scandurra created
832549f
Merge branch 'main' into call-ui-follow-up
Antonio Scandurra created
b965333
Show avatar in user menu
Antonio Scandurra created
2be0283
Merge pull request #2204 from zed-industries/fix-description-of-telemetry-setting
Fix description of telemetry setting
Joseph T. Lyons created
59a6619
Avoid trying to reconnect to a room if client is signed out
Antonio Scandurra created
9334267
Tear down peer when signing out
Antonio Scandurra created
a0daf47
Don't panic when rendering collab titlebar item while signed out
Antonio Scandurra created
9a729a2
Merge pull request #2202 from zed-industries/petros/z-86-replace-terminal-tab-title-with-an-icon
Replace terminal tab title with an icon
Petros Amoiridis created
1c63650
Merge pull request #2200 from zed-industries/fix-slow-project-join
Hold room lock through the entirety of a `room_transaction`
Antonio Scandurra created
65a9ac4
Remove leave button from the title bar
Max Brunsfeld created
bf5c3d9
Rearrange collab titlebar items to avoid movement of the toggle contacts button
* Replace username in titelbar with a `...` user menu that shows the current user name and contains a sign-in/sign-out button. * Move the '+' (toggle contacts) button back to the right side. * Move the collaborators back to the right side. * Move the share/unshare button to the left side, beside the project title * Only show the share/unshare button when in a call.
Max Brunsfeld created