40430cf01b
Update channel rooms to be ephemeral
...
Remove redundant live kit initialization code
Fix bug in recent channel links changes where channel rooms would have the incorrect release set
co-authored-by: Conrad Irwin <conrad.irwin@gmail.com >
co-authored-by: Max <max@zed.dev >
2023-10-10 12:39:16 -07:00
Marshall Bowers
b1d88ced61
Add an example of colocating a story for a UI component with its definition
2023-10-10 15:30:16 -04:00
Marshall Bowers
5b7ca6435c
Comment out overridden widths
2023-10-10 15:17:44 -04:00
Marshall Bowers
a6ae6b0752
Merge branch 'gpui2' into gpui2-ui
2023-10-10 15:12:59 -04:00
Nathan Sobo
61b8ad38bd
Remove state erasure for now
2023-10-10 12:44:40 -06:00
Nathan Sobo
e714653478
Checkpoint
2023-10-10 12:42:44 -06:00
Nathan Sobo
d70b4f04f6
Checkpoint
2023-10-10 12:41:28 -06:00
Antonio Scandurra
9eff99de49
--amend
2023-10-10 20:02:34 +02:00
Antonio Scandurra
4855b8f3de
WIP
2023-10-10 20:02:23 +02:00
Antonio Scandurra
84ad2cb827
Checkpoint
2023-10-10 19:48:32 +02:00
Antonio Scandurra
0e537cced4
Revert outline summarization ( #3114 )
...
This pull request essentially reverts #3067 : we noticed that only using
the function signatures produces far worse results in codegen, and so
that feels like a regression compared to before. We should re-enable
this once we have a smarter approach to fetching context during codegen,
possibly when #3097 lands.
As a drive-by, we also fixed a longstanding bug that caused codegen to
include the final line of a selection even if the selection ended at the
start of the line.
Ideally, I'd like to hot fix this to preview so that it goes to stable
during the weekly release.
/cc: @KCaverly @nathansobo
Release Notes:
- N/A
2023-10-10 19:20:54 +02:00
Antonio Scandurra
b366592878
Don't include start of a line when selection ends at start of line
2023-10-10 19:11:13 +02:00
Antonio Scandurra and Nathan Sobo
5cf92980f0
Revert summarizing file content until we can be more intelligent about what we send
...
Co-Authored-By: Nathan Sobo <nathan@zed.dev >
2023-10-10 17:51:17 +02:00
Marshall Bowers
8f7f38536d
Re-enable hover styles
2023-10-10 11:48:25 -04:00
Antonio Scandurra
97edec6e72
WIP
2023-10-10 17:31:42 +02:00
Marshall Bowers
40d58c9bc3
Use Self::State in children_any and child_any
2023-10-10 11:26:18 -04:00
Marshall Bowers
f76c9041bb
Merge branch 'gpui2' into marshall/gpui2-playground
2023-10-10 11:24:45 -04:00
Conrad Irwin
66af1707a1
Add channel links ( #3093 )
...
Release notes:
- `mute_on_join` setting now defaults to false.
- Right click on a channel to "Copy Channel Link", these links work to
open Zed and auto-join the channel
Blocked on: https://github.com/zed-industries/zed.dev/pull/388
2023-10-10 08:53:50 -06:00
Antonio Scandurra
96fbf9fd06
Checkpoint
2023-10-10 16:47:09 +02:00
Julia and Antonio Scandurra
801af95a13
Make completion documentation scroll & fix accompanying panic from tag
...
Co-Authored-By: Antonio Scandurra <antonio@zed.dev >
2023-10-10 10:08:29 -04:00
Julia and Antonio Scandurra
f5af5f7334
Avoid leaving selected item index past end of matches list
...
Co-Authored-By: Antonio Scandurra <antonio@zed.dev >
2023-10-10 09:27:18 -04:00
Antonio Scandurra
48a12be538
WIP
2023-10-10 15:03:47 +02:00
Antonio Scandurra
012a7743ad
Checkpoint
2023-10-10 14:43:55 +02:00
Antonio Scandurra
678235023f
Checkpoint
2023-10-10 13:07:53 +02:00
Antonio Scandurra
a4afb72535
Checkpoint: beziers
2023-10-10 13:01:35 +02:00
Kirill Bulatov
1db24e5f2a
Omit history files with path that does not exist on disk anymore ( #3113 )
2023-10-10 11:55:06 +02:00
Kirill Bulatov
639ae671ae
Omit history files with path that does not exist on disk anymore
2023-10-10 12:26:48 +03:00
Julia
354882f2c0
Enable completion menu to resolve documentation when guest
2023-10-10 00:16:15 -04:00
Joseph T. Lyons
1a4e9ecfef
Truncate Discord release note text ( #3112 )
...
Hopefully this works the first time 😅
Release Notes:
- N/A
2023-10-10 00:07:48 -04:00
Joseph T. Lyons
dcdd74dff4
Truncate Discord release note text
2023-10-10 00:00:57 -04:00
Conrad Irwin
ab050d1890
Use Horizontal ranges everywhere
2023-10-09 21:48:50 -06:00
Conrad Irwin
002e2cc42c
Round better for up/down
2023-10-09 21:48:32 -06:00
Conrad Irwin
ef7e2c5d86
Get the project running!
2023-10-09 21:48:31 -06:00
Conrad Irwin
e7badb38e9
Refactor to pass a TextLayoutDetails around
2023-10-09 21:47:58 -06:00
Conrad Irwin and Julia
dacc8cb5f4
Begin to use pixels for column selection
...
For zed-industries/community#759
For zed-industries/community#1966
Co-Authored-By: Julia <floc@unpromptedtirade.com >
2023-10-09 21:47:58 -06:00
Conrad Irwin
a801a4aeef
Remove some unnecessary Eqs
2023-10-09 21:47:58 -06:00
Nathan Sobo
fe60f264c4
Checkpoint
2023-10-09 21:46:49 -06:00
Nathan Sobo
dfdb691f73
Checkpoint
2023-10-09 21:30:14 -06:00
Nathan Sobo
9fe5836240
Move events module up
2023-10-09 21:19:56 -06:00
Nathan Sobo
8074e6b46a
Add basic mouse event handling
2023-10-09 21:17:56 -06:00
Conrad Irwin
d4ef764305
Merge branch 'main' into links
2023-10-09 20:08:48 -06:00
Nathan Sobo
f763ed9a7e
Checkpoint
2023-10-09 19:54:29 -06:00
Conrad Irwin
8922437fcd
code review
2023-10-09 19:06:55 -06:00
Max Brunsfeld
6e98cd5aad
More small following-related fixes ( #3110 )
2023-10-09 15:25:22 -07:00
Marshall Bowers
08f4576aa6
Rename helper style
2023-10-09 18:17:01 -04:00
Max Brunsfeld
1d29709c32
Avoid possible panic in Room::most_active_project
...
Participants' locations might momentarily reference projects that have already been unshared.
2023-10-09 15:04:01 -07:00
Marshall Bowers
7610028a89
Add a story showcasing z-index
2023-10-09 18:00:49 -04:00
Max Brunsfeld
bdcbf9b92e
Add a Reconnect action, for simulating connection blips
2023-10-09 14:46:33 -07:00
Max Brunsfeld
b807b3c785
Handle participants' participant index changing
...
This normally doesn't happen, but it can happen if a participant
loses connection ungracefully, restarts their app, and then
explicitly joins again.
2023-10-09 14:45:19 -07:00
Max Brunsfeld
90b54a45e8
Log a warning when leader activates an unknown view
2023-10-09 14:29:45 -07:00