Antonio Scandurra
|
3b2f1644fb
|
Constrain context menu to the width of the widest item
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
|
2022-05-26 09:59:25 +02:00 |
|
Antonio Scandurra
|
f403d87eff
|
WIP
|
2022-05-26 09:59:25 +02:00 |
|
Nathan Sobo
|
b428d0de38
|
Break context menu items out in theme
|
2022-05-26 09:59:25 +02:00 |
|
Nathan Sobo
|
b110fd5fb7
|
Render a context menu when right-clicking in project panel
It doesn't currently do anything, but I managed to get it rendering in an absolutely positioned way.
|
2022-05-26 09:59:25 +02:00 |
|
Antonio Scandurra
|
3ac6fc89c1
|
Pretty-print JSON of server snapshot
|
2022-05-26 09:34:39 +02:00 |
|
Antonio Scandurra
|
5c4bd9393f
|
Merge pull request #1050 from zed-industries/ignored-files
Show ignored entries in project panel
|
2022-05-24 10:57:16 +02:00 |
|
Antonio Scandurra
|
138a0b042d
|
Make fade of ignored entries styleable
|
2022-05-24 09:12:57 +02:00 |
|
Antonio Scandurra
|
1a6cc6f964
|
Show ignored entries in project panel
|
2022-05-23 16:37:57 +02:00 |
|
Nathan Sobo
|
eedb8ba59f
|
Add affordance to copy user's invite link if they have a code
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
|
2022-05-19 17:57:46 -06:00 |
|
Antonio Scandurra
|
225536accc
|
Merge branch 'main' into request-to-join-project
|
2022-05-17 14:55:20 +02:00 |
|
Nathan Sobo
|
7c3eebf93e
|
Refine messages on waiting to join screen and include host avatar
|
2022-05-16 16:52:31 -06:00 |
|
Nate Butler
|
af5bb92847
|
Rework color schemes
Co-Authored-By: Keith Simmons <keith@the-simmons.net>
|
2022-05-16 18:11:22 -04:00 |
|
Antonio Scandurra
|
aa90c06012
|
Display a temporary window while remote project is loading
|
2022-05-16 17:45:50 +02:00 |
|
Max Brunsfeld
|
be51a58311
|
Start work on requesting to join projects
Co-authored-by: Nathan Sobo <nathan@zed.dev>
|
2022-05-12 17:53:11 -07:00 |
|
Max Brunsfeld
|
f54d74eda9
|
Merge branch 'main' into contact-panel-keyboard-nav
|
2022-05-11 17:45:44 -07:00 |
|
Max Brunsfeld
|
72e7079005
|
Add the ability to expand and collapse sections of the contacts panel
Also, allow joining projects using the keyboard.
|
2022-05-11 17:28:35 -07:00 |
|
Max Brunsfeld
|
615319b2ab
|
Rework the contact panel's styling to allow keyboard navigation
Co-authored-by: Nathan Sobo <nathan@zed.dev>
|
2022-05-11 16:50:51 -07:00 |
|
Max Brunsfeld
|
0ba656aa0e
|
Improve layout and styling of contact notifications
Co-authored-by: Nathan Sobo <nathan@zed.dev>
|
2022-05-11 14:20:05 -07:00 |
|
Max Brunsfeld
|
3bc9b8ec85
|
Add notifications for accepted contact requests
Co-authored-by: Nathan Sobo <nathan@zed.dev>
|
2022-05-11 11:39:01 -07:00 |
|
Antonio Scandurra
|
933a1f2cd6
|
Show badge when there are pending contact requests
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
|
2022-05-11 17:39:03 +02:00 |
|
Antonio Scandurra
|
97d3616ed9
|
Show incoming request notification and implement dismissal
|
2022-05-11 15:13:37 +02:00 |
|
Max Brunsfeld
|
08a7543913
|
WIP - start work on keyboard navigation in contacts panel
|
2022-05-10 21:45:49 -07:00 |
|
Nathan Sobo
|
bd2ae304fa
|
Start on workspace notifications
|
2022-05-10 17:46:46 -06:00 |
|
Max Brunsfeld
|
b33cbccc31
|
Improve layout of contact panel rows
Co-authored-by: Nathan Sobo <nathan@zed.dev>
|
2022-05-10 11:14:31 -07:00 |
|
Max Brunsfeld
|
2cf9659f88
|
Style the buttons in the contact panel and contact finder
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Co-authored-by: Antonio Scandurra <me@as-cii.com>
|
2022-05-10 10:47:25 -07:00 |
|
Antonio Scandurra
|
a121576545
|
WIP
|
2022-05-10 18:25:47 +02:00 |
|
Antonio Scandurra
|
f81edb88fe
|
Pull out contact finder as a picker
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
|
2022-05-10 16:43:51 +02:00 |
|
Nathan Sobo
|
b721f0064a
|
Start on contact finder modal
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
|
2022-05-10 07:24:14 -06:00 |
|
Antonio Scandurra
|
09580516a0
|
Start on adding icon for requesting contacts
|
2022-05-10 12:09:24 +02:00 |
|
Antonio Scandurra
|
44f37afa95
|
Define data types for the new contacts model
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
|
2022-05-06 16:24:44 +02:00 |
|
Max Brunsfeld
|
ea81737a88
|
Allow fuzzy-search for potential contacts in the contacts panel
Co-authored-by: Nathan Sobo <nathan@zed.dev>
|
2022-05-05 14:14:44 -07:00 |
|
Nathan Sobo
|
342bdfc7e0
|
Render a user query editor in the contacts panel
|
2022-05-05 10:24:21 -06:00 |
|
Max Brunsfeld
|
8fdc5c9be3
|
Improve the appearance of project panel filename editor
* Always layout single-line editors with a fixed height
* Preserve directory chevron when editing folder names
* Allow theming the filename editor
Co-authored-by: Antonio Scandurra <me@as-cii.com>
|
2022-05-04 10:28:44 -07:00 |
|
Max Brunsfeld
|
12d45f1655
|
Clean up project panel theme
|
2022-05-04 10:28:08 -07:00 |
|
Antonio Scandurra
|
3ee4d90c19
|
Parameterize avatar_margin and assign it a default of 8
|
2022-05-03 18:04:53 +02:00 |
|
Max Brunsfeld
|
d9497d49de
|
🎨 Use Interactive wrapper for search option buttons
|
2022-04-28 15:29:03 -07:00 |
|
Max Brunsfeld
|
8481834847
|
Give hover state to picker items, keystrokes in command palette
|
2022-04-28 15:17:56 -07:00 |
|
Max Brunsfeld
|
a60c75e343
|
Rename Selector -> Picker in theme
|
2022-04-28 14:45:32 -07:00 |
|
Max Brunsfeld
|
e48a975b1e
|
Give no-error diagnostic indicator a hover state
|
2022-04-28 12:35:20 -07:00 |
|
Max Brunsfeld
|
6578ae5393
|
Use Interactive helper to theme titlebar buttons
|
2022-04-28 12:08:15 -07:00 |
|
Nate Butler
|
6fc68a8ddd
|
Move projectDiagnostics to it's own file and remove unused code
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
|
2022-04-28 14:52:12 -04:00 |
|
Max Brunsfeld
|
772f4579fc
|
Restructure status bar theme to style interactive elements more concisely
Introduce an `Interactive` wrapper type that allows themes to selectively
override properties of items in a hovered or active state.
|
2022-04-28 10:59:32 -07:00 |
|
Max Brunsfeld
|
e88156645d
|
Update the styling of the lsp status indicator
|
2022-04-27 16:48:33 -07:00 |
|
Max Brunsfeld
|
9e87be722e
|
Start re-styling diagnostic indicator in status bar
|
2022-04-27 14:25:39 -07:00 |
|
Max Brunsfeld
|
7f63ed3835
|
Allow styling sidebar icons and groups in themes
|
2022-04-27 14:25:39 -07:00 |
|
Max Brunsfeld
|
0291f2d54a
|
Move sidebar toggle buttons to the status bar
|
2022-04-27 14:25:39 -07:00 |
|
Antonio Scandurra
|
c955645bc0
|
Update share icon and swap its posiiton
|
2022-04-26 14:35:13 +02:00 |
|
Nathan Sobo
|
92f040df00
|
Apply cursor styles during paint
This makes the editor's cursor an IBeam and properly deals with nested cursor styles.
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
|
2022-04-22 10:54:18 -06:00 |
|
Antonio Scandurra
|
fb87bacc7e
|
Merge branch 'main' into auto-update
|
2022-04-21 09:53:06 +02:00 |
|
Max Brunsfeld
|
bde52d5c93
|
Add basic styling to keystrokes in command palette
|
2022-04-18 17:11:37 -07:00 |
|