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
bf5c3d9
Rearrange collab titlebar items to avoid movement of the toggle contacts button
Click to expand commit body
* 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.