Marshall Bowers
d3c79c7078
Add div.z_index
2023-10-09 13:19:32 -04:00
Antonio Scandurra
d889cdecde
Checkpoint
2023-10-09 19:13:57 +02:00
Marshall Bowers
2654942b3c
Use command modifier for example keybindings in CommandPalette
2023-10-09 12:51:57 -04:00
Marshall Bowers
ed2c8cdc25
Add strikethrough support back to Label
2023-10-09 12:33:52 -04:00
Marshall Bowers
19434afe0a
Add back negative margins, now that they're supported again
2023-10-09 12:33:30 -04:00
Marshall Bowers
a7c4ae530d
Update gpui3_macros::style_helpers!
based on its gpui2
equivalent
2023-10-09 12:31:22 -04:00
Max Brunsfeld
b2d735e573
Always log panics ( #2896 )
...
I just panicked and wanted to see the cause, but forgot that panic files
get deleted when Zed uploads them.
Release Notes:
- Panics are now written to `~/Library/Logs/Zed/Zed.log`
2023-10-09 09:21:08 -07:00
Max Brunsfeld
044701e907
Add a crate-dep-graph
script, remove a few unnecessary dependencies ( #3103 )
...
This was motivated by me trying to decide which crate I should put a
`NotificationStore` in.
Run `script/crate-dep-graph` to generate an SVG showing the dependency
graph of our `crates` folder, and open it in a web browser.
After running this command, I noticed a couple of dependencies that
didn't make sense and were easy to remove.
Current dependency graph:

2023-10-09 09:20:06 -07:00
Marshall Bowers
42e9800bde
Add Details
component
2023-10-09 11:55:27 -04:00
Marshall Bowers
d956bd3743
Add RecentProjects
component
2023-10-09 11:47:22 -04:00
Conrad Irwin
6084486dcd
Code quality
2023-10-09 09:44:09 -06:00
Marshall Bowers
100a4731e2
Add ThemeSelector
component
2023-10-09 11:44:08 -04:00
Marshall Bowers
000ae27aff
Add LanguageSelector
component
2023-10-09 11:39:42 -04:00
Marshall Bowers
06b0707aa9
Add MultiBuffer
component
2023-10-09 11:36:09 -04:00
Marshall Bowers
ac93449788
Remove unused Arc
import
2023-10-09 11:32:10 -04:00
Marshall Bowers
02d32de044
Add Toast
component
2023-10-09 11:31:56 -04:00
Conrad Irwin
8f4d81903c
Add "Copy Link" to channel right click menu
2023-10-09 09:30:00 -06:00
Marshall Bowers
333e3e4f01
Add ContextMenu
component
2023-10-09 11:25:33 -04:00
Marshall Bowers
f7721d0523
Add CommandPalette
component
2023-10-09 11:20:10 -04:00
Marshall Bowers
e5473fc51a
Add Palette
component
2023-10-09 11:15:50 -04:00
Marshall Bowers
a08ceadd1a
Rename view_type
to state_type
2023-10-09 11:11:03 -04:00
Marshall Bowers
dc2ddfb42c
Add Keybinding
component
2023-10-09 11:09:44 -04:00
Marshall Bowers
4eeed14d34
Add CollabPanel
component
2023-10-09 11:04:53 -04:00
Conrad Irwin
5dbda70235
Fix ./script/bundle to allow passing key
2023-10-09 08:59:25 -06:00
Antonio Scandurra
6a4c2a0d40
WIP
2023-10-09 16:02:55 +02:00
Joseph T. Lyons
4b2c24dd8c
Add enable vim mode checkbox to welcome screen
2023-10-08 20:07:59 -04:00
Marshall Bowers
8814ea8241
Time compute_layout
2023-10-07 12:23:25 -04:00
Marshall Bowers
8f6649e29e
Merge branch 'gpui2' into marshall/gpui2-playground
2023-10-07 12:16:48 -04:00
Marshall Bowers
73360d37f7
Merge branch 'main' into gpui2
2023-10-07 12:15:23 -04:00
Marshall Bowers
eb642551ac
Add TitleBar
component and wire up to the workspace
2023-10-07 12:10:39 -04:00
Marshall Bowers
f33d41af63
Add Facepile
and PlayerStack
components
2023-10-07 12:02:42 -04:00
Marshall Bowers
5e7954f152
Add TrafficLights
component
2023-10-07 11:55:10 -04:00
Marshall Bowers
9e79ad5a62
Add ChatPanel
component
2023-10-07 11:50:41 -04:00
Marshall Bowers
0dcbc47e15
Remove duplicate module declaration
2023-10-07 11:42:50 -04:00
Marshall Bowers
b8b8fe6120
Add Button
component
2023-10-07 11:41:48 -04:00
Marshall Bowers
ff066ef177
Add EditorPane
component and wire up in the workspace
2023-10-07 11:33:11 -04:00
Marshall Bowers
63e834ce73
Add Toolbar
component
2023-10-07 11:21:09 -04:00
Marshall Bowers
b118e60160
Add Breadcrumb
component
2023-10-07 11:18:06 -04:00
Marshall Bowers
00e8531898
Add TabBar
component
2023-10-07 11:13:54 -04:00
Marshall Bowers
7c8d662315
Increase storybook window size
2023-10-07 11:09:21 -04:00
Marshall Bowers
f795177ab6
Fix icon paths
2023-10-07 10:51:19 -04:00
Marshall Bowers
a4bde421db
Revert changes to gpui2
crate
2023-10-07 10:50:50 -04:00
Marshall Bowers
f6a4151f60
Merge branch 'main' into gpui2
2023-10-07 10:50:05 -04:00
Conrad Irwin
34b7537948
Add universal links support to mac platform
2023-10-06 23:15:37 -06:00
Conrad Irwin
66120fb97a
Try universal link entitlement too
2023-10-06 22:25:00 -06:00
Marshall Bowers
82577b4acc
Add Terminal
component
2023-10-06 18:50:49 -04:00
Conrad Irwin
f6bc229d1d
More progress and some debug logs to remove
2023-10-06 16:48:29 -06:00
Marshall Bowers
8db7f7ed37
Add Tab
component
2023-10-06 18:43:25 -04:00
Marshall Bowers
d5ffd4a1fb
Add Pane
and PaneGroup
components
2023-10-06 18:37:28 -04:00
Marshall Bowers
b53579858a
Add StatusBar
component
2023-10-06 18:25:55 -04:00