8f6649e
Merge branch 'gpui2' into marshall/gpui2-playground
Marshall Bowers created
8f6649e
Merge branch 'gpui2' into marshall/gpui2-playground
Marshall Bowers created
73360d3
Merge branch 'main' into gpui2
Marshall Bowers created
eb64255
Add `TitleBar` component and wire up to the workspace
Marshall Bowers created
f33d41a
Add `Facepile` and `PlayerStack` components
Marshall Bowers created
5e7954f
Add `TrafficLights` component
Marshall Bowers created
9e79ad5
Add `ChatPanel` component
Marshall Bowers created
0dcbc47
Remove duplicate module declaration
Marshall Bowers created
b8b8fe6
Add `Button` component
Marshall Bowers created
ff066ef
Add `EditorPane` component and wire up in the workspace
Marshall Bowers created
63e834c
Add `Toolbar` component
Marshall Bowers created
b118e60
Add `Breadcrumb` component
Marshall Bowers created
00e8531
Add `TabBar` component
Marshall Bowers created
7c8d662
Increase storybook window size
Marshall Bowers created
2f6d67c
Update `Cargo.lock`
Marshall Bowers created
f5e5b44
Merge branch 'gpui2' into marshall/gpui2-playground
Marshall Bowers created
f795177
Fix icon paths
Marshall Bowers created
a4bde42
Revert changes to `gpui2` crate
Marshall Bowers created
f6a4151
Merge branch 'main' into gpui2
Marshall Bowers created
34b7537
Add universal links support to mac platform
Conrad Irwin created
66120fb
Try universal link entitlement too
Conrad Irwin created
6de69de
Remove change to linker args
Mikayla created
82577b4
Add `Terminal` component
Marshall Bowers created
f6bc229
More progress and some debug logs to remove
Conrad Irwin created
8db7f7e
Add `Tab` component
Marshall Bowers created
d5ffd4a
Add `Pane` and `PaneGroup` components
Marshall Bowers created
b535798
Add `StatusBar` component
Marshall Bowers created
28d504d
Add `WorkspaceElement` component
Marshall Bowers created
63a230f
Make joining on boot work
Conrad Irwin created
56c2ac0
Add `ProjectPanel` component
Marshall Bowers created
208d5df
Add `Buffer` component
Marshall Bowers created
d09f53c
Add `AssistantPanel` component
Marshall Bowers created
f8ca86c
Remove workspace -> channel dependency
Max Brunsfeld created
4128e2f
Fix panic if the host is not there.
Conrad Irwin created
696aee3
Add `IconButton` component
Marshall Bowers created
bcad2f4
Move UI out of `storybook2` and into `ui2`
Marshall Bowers created
1cf5cdb
Add `ui2` crate
Marshall Bowers created
8e94f39
Merge branch 'marshall/merge-main-into-gpui2' into marshall/gpui2-playground
Marshall Bowers created
3412bb7
Remove call -> channel dependency
Max Brunsfeld created
17925ed
Remove unnecessary dependencies on client and rpc
Max Brunsfeld created
43da369
Add a crate-dep-graph script for showing the crate dependency graph
Max Brunsfeld created
88a6a41
Revert changes to `gpui2` crate
Marshall Bowers created
b58c42c
TEMP
Conrad Irwin created
d37785c
Fix icon paths
Marshall Bowers created
b369a6d
Merge branch 'main' into marshall/merge-main-into-gpui2
Marshall Bowers created
9f32a6e
collab 0.23.3
Max Brunsfeld created
3f66cae
Fix error in query for last N channel messages (#3100)
Max Brunsfeld created
1dd82df
Use display name for release channel in panic events (#3101)
This was a mistake from long ago - something I've been meaning to fix for a long time. All other events use `display_name()`, but panic events, which leads to mistakes when filtering out `Zed Dev`, which isn't the format that `dev_name()` returns. I'm adding a fix to zed.dev as well: - https://github.com/zed-industries/zed.dev/pull/393 so that the values are adjusted for all clients, not just ones with this fix. I will correct the data in clickhouse, and adjust the queries in metabase. Release Notes: - N/A
Joseph T. Lyons created
81bc86b
Use display name for release channel in panic events
Joseph T. Lyons created
663649a
Fix error in query for last N channel messages
Max Brunsfeld created
5ee6814
Fix compile errors
Marshall Bowers created