Commit log

d381020 Add `Server::{state,state_mut}` to catch most deadlocks statically

Antonio Scandurra created

0b11192 Remove deadlock and make integration tests pass again

Antonio Scandurra created

1954c6b Replace returned tuples with named structs in `Store`

Antonio Scandurra created

aa671f1 Fix remaining compilation errors

Nathan Sobo created

5dfd4be WIP

Max Brunsfeld created

e6a0a46 Merge pull request #167 from zed-industries/fix-language-selection

Click to expand commit body
Fix language selection when saving new buffers as a single-file worktree

Nathan Sobo created

8b1a2c8 Fix warnings in people_panel

Max Brunsfeld created

8f578e7 Maintain server state consistency when removing a connection

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Max Brunsfeld and Nathan Sobo created

8de9c36 Add .zed.toml

Max Brunsfeld created

a068019 Add `ZED_IMPERSONATE` env var, for testing

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Max Brunsfeld and Nathan Sobo created

d8ebbd5 update home

Nate created

cbb7e88 update page spacing on mobile

Nate created

10ed388 Form design changes

Nate created

1470184 Add active page indicator

Nate created

9c0b9f0 update signup form and admin panel

Nate created

4ca5814 Add missing people panel properties to base theme

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Max Brunsfeld and Nathan Sobo created

4279451 Fix language selection when saving new buffers as a single-file worktree

Click to expand commit body
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>

Nathan Sobo and Max Brunsfeld created

ccf4cf1 Update admin + community to use new interest values from form

Nate created

f933b40 Add "interest" booleans to signups form

Click to expand commit body
Co-Authored-By: Max Brunsfeld
<max@zed.dev>

Nate and Max Brunsfeld created

8d08abf Merge branch 'main' into site-v2

Nate created

b2c7bf1 mobile styles

Nate created

7252ed2 Add 'active' class to the active nav link

Click to expand commit body
Co-Authored-By: Nate Butler <nate@zed.dev>

Max Brunsfeld and Nate Butler created

6ed1b3c mobile styles

Nate created

23652f2 Start on `PeoplePanel::render`

Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra , Max Brunsfeld , and Nathan Sobo created

cb2d8ba Use bullseye-slim for migration Dockerfile

Click to expand commit body
Closes #154

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Co-Authored-By: Max Brunsfeld <max@zed.dev>

Antonio Scandurra , Nathan Sobo , and Max Brunsfeld created

6eca2f4 mobile style updates

Nate created

edfed00 Merge pull request #159 from zed-industries/tabs-cleanup

Click to expand commit body
Clean up tabs styling

Nathan Sobo created

6f38cf5 Merge pull request #158 from zed-industries/highlight-new-files

Click to expand commit body
Set the language on new buffers when they are saved

Nathan Sobo created

fe5cb69 wip mobile nav

Nate created

6c59da6 update error page

Nate created

67946b7 Add an integration test to verify collaborators are kept up to date

Antonio Scandurra created

893ff2f layout updates

Nate created

3d4dbf3 Maintain collaborators in `UserStore`

Antonio Scandurra created

3211109 Turn `UserStore` into a model

Antonio Scandurra created

6f2c8ff Introduce a `Client::subscribe` method that doesn't need an entity

Antonio Scandurra created

ae9fb65 Fix integration tests

Antonio Scandurra created

d8ea220 Update collaborators as worktrees are opened/shared/closed

Antonio Scandurra created

1719d7d Suppress SVG loading errors in tests

Nathan Sobo created

9e6c54b Test language assignment when new buffers are saved

Nathan Sobo created

af99d0e Attempt to assign a language when a new buffer is saved

Nathan Sobo created

c7e2b6d Expand the hit area area around tab close icons

Nathan Sobo created

493fb4f minimal styles for admin page

Nate created

9287791 Tweak spacing so tab close buttons feel more balanced

Nathan Sobo created

b5c76cc Render close icons on all tabs when tab bar is hovered

Nathan Sobo created

cab5774 Merge pull request #153 from zed-industries/only-blink-local-cursors

Click to expand commit body
Only blink local cursors

Nathan Sobo created

9ec3af6 Merge pull request #150 from zed-industries/fix-rpc-deadlock

Click to expand commit body
Fix deadlock when handling incoming RPC messages

Nathan Sobo created

9691267 Only blink local cursors

Nathan Sobo created

ae9251a Merge pull request #149 from zed-industries/editor-style

Click to expand commit body
Specify UI editor fonts via the theme instead of the settings

Nathan Sobo created

9a9c8ae Fix deadlock when handling incoming RPC messages

Click to expand commit body
We need to drop the lock on the rpc::ClientState when handling an incoming messages in case those message handlers attempt to interact with the client and grab the lock.

Nathan Sobo created

42bf88b Base soft wrapping on TextStyle instead of Settings

Nathan Sobo created