Tidy up indicators in collab panel (#8214)
Move away from columns of icons towards the "changed" info dot we used for files. Secondary actions for chat/notes still show up (if you're lucky) on hover. Co-Authored-By: Marshall <marshall@zed.dev> Release Notes: - Improved design of collab panel --------- Co-authored-by: Marshall <marshall@zed.dev> Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
This commit is contained in:
parent
ba6b319046
commit
250df707bf
2 changed files with 64 additions and 22 deletions
|
@ -10,11 +10,11 @@ mkdir -p .blob_store/the-extensions-bucket
|
|||
echo "creating database..."
|
||||
script/sqlx database create
|
||||
|
||||
echo "migrating database..."
|
||||
(cd crates/collab && cargo run -- migrate)
|
||||
# echo "migrating database..."
|
||||
# cargo run -p collab -- migrate
|
||||
|
||||
echo "seeding database..."
|
||||
script/seed-db
|
||||
|
||||
echo "Linux dependencies..."
|
||||
script/linux
|
||||
# echo "Linux dependencies..."
|
||||
# script/linux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue