b700ea8
Add metadata to all themes and organize
Click to expand commit body
Co-Authored-By: gibusu <95764254+gibusu@users.noreply.github.com>
Nate Butler and gibusu created
b700ea8
Add metadata to all themes and organize
Co-Authored-By: gibusu <95764254+gibusu@users.noreply.github.com>
Nate Butler and gibusu created
0ef62fc
Preserve symlinks in WebRTC.framework to avoid bundle signing failure
Nathan Sobo created
c390056
Fix a few incorrectly named themes
Co-Authored-By: gibusu <95764254+gibusu@users.noreply.github.com>
Nate Butler and gibusu created
a86756e
Update gruvbox to use manual accent ramps
Also updated it's neutral to contain more values sourced from the gruvbox repo Co-Authored-By: gibusu <95764254+gibusu@users.noreply.github.com>
Nate Butler and gibusu created
e3ef6d3
Add a range of new themes as internal themes for testing
Nate Butler created
038670c
Add brush trees as a experimental theme
Nate Butler created
5d87a04
Remove old theme template
Nate Butler created
fbfe8a2
WIP Update theme metadata and add license information
Nate Butler created
bd85099
Rename One theme and update Zed default theme
Nate Butler created
6bdb08a
Fix crash loading Swift symbol (I think associated with concurrency)
I add /usr/lib/swift as an rpath, which seems to fix the issue even though there doesn't seem to be a relevant library at that location on my machine. Based on my research, wondering if `-Wl,-weak-lswiftCompatibilityConcurrency` is also required for this to work on older OSes, but holding back for now.
Nathan Sobo created
db8b8ef
WIP
Antonio Scandurra created
ac5d5e2
Merge branch 'main' into switch-to-mixpanel
Joseph T Lyons created
fad6cfe
Merge pull request #1782 from zed-industries/idempotent-redemption
Return an optional response when creating users via invites
Max Brunsfeld created
c83cae6
Add Ayu to iternal themes
Nate Butler created
9b8e6cc
WIP: Try using the new ScreenCaptureKit API when possible
Antonio Scandurra created
9858906
Return an optional response when creating users via invites
If the user already exists, we return none. This will allow the web frontend to avoid reporting a "join alpha" user event but also not error. Co-Authored-By: Max Brunsfeld <max@zed.dev> Co-Authored-By: Joseph Lyons <joseph@zed.dev>
Nathan Sobo , Max Brunsfeld , and Joseph Lyons created
be1dc01
Add 5s timeout to LiveKit API requests
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
de24b4b
Bump minimum macOS version to 10.15.7
This solves an issue with loading Swift libraries when running the x86_64 binary. Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
629d3d4
Copy WebRTC into `Zed.app/Contents/Frameworks` when bundling the app
Antonio Scandurra created
5dc82d3
Delete all live-kit rooms when server is shut down
Antonio Scandurra created
76a1b81
Update live-kit to the latest version
Antonio Scandurra created
99aa121
Simplify renderer interface for live-kit-client
Antonio Scandurra created
69472f7
Ensure we can send a second frame
Nathan Sobo created
723fa83
Use fake LiveKit server to test we can send frames when screen sharing
Nathan Sobo created
2f064d5
Remove debug prints
Joseph T Lyons created
ae9a0a9
Add new internal themes
Nate Butler created
c2b9b08
Merge pull request #1665 from zed-industries/elevations
Tracking PR: Elevations
Kay Simmons created
2aa2e5a
fix issue with text component and adjust layer selections some more
K Simmons created
b7c439f
Fixup some theme inconsistencies and incorrect layer selections
K Simmons created
e6b2908
Merge pull request #1777 from zed-industries/impersonate-via-secret-token
Impersonate via secret token
Max Brunsfeld created
83e4e26
Allow setting ZED_SERVER_URL to URL of a collab server
Max Brunsfeld created
caec9c1
fixed issue in testbench
K Simmons created
e3809c2
flattened layers and elevations
K Simmons created
0d9eecd
WIP command palette changes
Nate Butler created
d791584
Switch to Mixpanel analytics
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Joseph T Lyons and Max Brunsfeld created
8098697
Re-removed chat panel
Mikayla Maki created
4c2f840
Restored chat_panel, just in case
Mikayla Maki created
e0a4772
Use lab color interpolation to improve the dark end of accent ramps
Nate Butler created
364c3f2
Contrast rebalances
Nate Butler created
75c79d6
Improve contrast/scanability of `constant`s
Nate Butler created
5b2dd8e
`build-themes` -> `build` to fix building themes on save
Nate Butler created
9e8e227
Rebalance `rose-pine-dawn`
Nate Butler created
adf7578
Merge pull request #1778 from zed-industries/trackpad-scroll-snap-lock
Lock trackpad scrolling in buffers to axis until broken free
Julia created
b6e5aa3
Use `live_kit_client::TestServer` in integration tests
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
288c039
Start on implementing a fake live-kit server
Antonio Scandurra created
fb5c649
WIP: Start on a fake implementation of live-kit
Antonio Scandurra created
3160d07
Model pending screen share in `Room`
Antonio Scandurra created
e49fc9f
Prevent `Room` from screen-sharing twice
Antonio Scandurra created
ed6f482
Exercise `unpublish_track` in `live_kit_client`
Antonio Scandurra created
773f569
Add control to toggle screen-sharing
Antonio Scandurra created