Neither of these files have anything in them that is used anywhere else in the styles app.
Tested both `build` and `build-licenses` after removing these.
10a30cf
Format `styles` with updated prettier config
Click to expand commit body
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
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
Click to expand commit body
Pass the 'Save' format trigger when formatting on save
Max Brunsfeld
created
5fea49e
Pass the 'Save' format trigger when formatting on save
Click to expand commit body
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
37f9109
Add link to community repo in feedback editor
Joseph Lyons
created
1e3b4f0
Merge pull request #2208 from zed-industries/new-collab-ui-3
Click to expand commit body
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
Click to expand commit body
Fix error when deleting rooms containing projects on refresh
Antonio Scandurra
created
bbeb33b
Fix error when deleting rooms containing projects on refresh
Click to expand commit body
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
Click to expand commit body
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