Joseph T. Lyons
|
8288e5591d
|
Automatically enable project search filters when using Search Inside
|
2023-08-25 02:21:07 -04:00 |
|
Mikayla
|
707ca34f19
|
Merge branch 'main' into disclosable-component
|
2023-08-23 16:30:27 -07:00 |
|
Nathan Sobo
|
d375f7992d
|
Merge branch 'main' into divs
|
2023-08-22 16:35:56 -06:00 |
|
Piotr Osiewicz
|
67a48ec106
|
project_search: use search history's current entry as a tab name.
Previously the tab name for Semantic Search was not updated, as we didn't have an active query to go off of
Co-authored-by: Kyle <kyle@zed.dev>
|
2023-08-21 13:30:32 +02:00 |
|
Mikayla
|
e946b0a2ec
|
Finish building out adapters and names
Document core traits
Add start for a component storybook
|
2023-08-19 14:40:05 -07:00 |
|
Mikayla
|
bd3ab82dac
|
Add disclosable components into channels
Rename components to more closely match their purpose
|
2023-08-19 05:18:53 -07:00 |
|
Mikayla
|
2d37128693
|
Actually get it compiling, omg
|
2023-08-18 19:02:27 -07:00 |
|
Mikayla
|
3178adefde
|
WIP: Add disclosable channels
|
2023-08-18 18:11:05 -07:00 |
|
Mikayla
|
48553d7c8f
|
Revert "Remove semantic search UI"
This reverts commit c0f042b39a .
|
2023-08-18 16:18:28 -07:00 |
|
Mikayla
|
4c15f26eba
|
Finish rename correctly
|
2023-08-18 15:26:36 -07:00 |
|
Mikayla
|
66e94aa199
|
Make search re-query eagerly when changing modes
Fix a bug where focus could be lost when clearing the search results
|
2023-08-17 17:53:58 -07:00 |
|
Mikayla
|
c0f042b39a
|
Remove semantic search UI
|
2023-08-17 17:28:09 -07:00 |
|
Mikayla
|
21fa6090b8
|
Add action button component for rendering the search options
|
2023-08-17 17:28:09 -07:00 |
|
Mikayla
|
8630557ece
|
Add action button component for rendering the search options
|
2023-08-17 15:30:40 -07:00 |
|
KCaverly
|
b7dd12e53e
|
ensured search results are cleared appropriately while cycling modes
|
2023-08-17 11:11:09 +01:00 |
|
Mikayla
|
afebe3faf8
|
Merge branch 'main' into project_search_design
|
2023-08-17 01:56:05 -07:00 |
|
Kirill Bulatov
|
1938fd85e8
|
Do not leak pane handles
|
2023-08-16 23:38:11 +03:00 |
|
Kirill Bulatov
|
5c3d563f0f
|
Draft quick actions bar
|
2023-08-16 23:38:11 +03:00 |
|
KCaverly
|
c99b530968
|
remove kill search, and restart search immediately upon cycle mode
Co-authored-by: Piotr <piotr@zed.dev>
|
2023-08-16 16:13:21 +01:00 |
|
KCaverly
|
aeda5d9842
|
fix semantic search panic which is created via incompatible build_search_query path
Co-authored-by: Piotr <piotr@zed.dev>
|
2023-08-16 15:50:54 +01:00 |
|
KCaverly
|
6e3e61ec95
|
removed commented out code
|
2023-08-16 14:01:53 +01:00 |
|
KCaverly
|
2a7df106e1
|
adjusted icon sizes downwards
Co-authored-by: Piotr <piotr@zed.dev>
|
2023-08-16 14:01:06 +01:00 |
|
KCaverly
|
6f78a1633d
|
fix editor height in buffer search, but the dancing is back
Co-authored-by: Piotr <piotr@zed.dev>
|
2023-08-16 13:51:41 +01:00 |
|
KCaverly
|
a59535efa1
|
remove redundant and unneeded styling
Co-authored-by: Piotr <piotr@zed.dev>
|
2023-08-16 12:55:32 +01:00 |
|
KCaverly
|
d727ba18f2
|
Merge branch 'main' of github.com:zed-industries/zed into project_search_design
|
2023-08-16 12:43:04 +01:00 |
|
KCaverly
|
9bf227b884
|
remove regex keymap, and made spacing consistent between search objects
Co-authored-by: Piotr <piotr@zed.dev>
|
2023-08-16 12:17:59 +01:00 |
|
KCaverly
|
11ecb7b604
|
reorganize search bar, enable filters and disable select all during invalid states
Co-authored-by: Piotr <piotr@zed.dev>
|
2023-08-16 11:35:09 +01:00 |
|
KCaverly
|
32bec2e401
|
left align buffer search with new structure
|
2023-08-15 23:18:03 +01:00 |
|
KCaverly
|
1e8a7c7caa
|
refactor buffer_search to reduce redundancy and simplying height management
Co-authored-by: maxbrunsfeld <max@zed.dev>
|
2023-08-15 20:04:14 +01:00 |
|
Mikayla
|
e5eed29c72
|
Add components example
Re-arrange generics on mouse event handler
Add TypeTag struct for dynamically tagged components
|
2023-08-15 03:06:43 -07:00 |
|
Piotr Osiewicz
|
db36a5fe2d
|
Refactor buffer search UI rendering in a quest to find the meaning of life.
Co-authored-by: Kyle <kyle@zed.dev>
|
2023-08-14 15:27:57 +02:00 |
|
Piotr Osiewicz
|
ff4370f88e
|
buffer: Extract columns to separate objects.
Co-authored-by: Kyle <kyle@zed.dev>
|
2023-08-14 15:14:57 +02:00 |
|
Piotr Osiewicz
|
4aa5df4cda
|
Extract columns into separate objects.
Co-authored-by: Kyle <kyle@zed.dev>
|
2023-08-14 15:13:17 +02:00 |
|
Piotr Osiewicz
|
f4121b42da
|
Add more padding to dismiss button.
Add a style for mode buttons group margin
Co-authored-by: Kyle <kyle@zed.dev>
|
2023-08-14 15:01:01 +02:00 |
|
Piotr Osiewicz
|
d17aba4fd3
|
Fix double borders in mode buttons.
Co-authored-by: Kyle <kyle@zed.dev>
|
2023-08-14 14:43:06 +02:00 |
|
Piotr Osiewicz
|
7314456685
|
nav_button: Fix double border between nav buttons.
Co-authored-by: Kyle <kyle@zed.dev>
|
2023-08-14 14:33:40 +02:00 |
|
Piotr Osiewicz
|
b72a42ec29
|
buffer: fix alignment of editor icon.
Co-authored-by: Kyle <kyle@zed.dev>
|
2023-08-14 14:31:14 +02:00 |
|
Piotr Osiewicz
|
ae229d4c52
|
Align "Select all" to the center
|
2023-08-14 12:31:11 +02:00 |
|
Piotr Osiewicz
|
94ac84a908
|
Fix borders being cut off in buffer search
|
2023-08-14 12:28:35 +02:00 |
|
Piotr Osiewicz
|
8bb3bfa6a8
|
Style buffer modes like project modes
|
2023-08-14 12:25:59 +02:00 |
|
Piotr Osiewicz
|
1c35db7e97
|
project_search: style filters button like the rest of the buttons
|
2023-08-14 12:20:59 +02:00 |
|
Piotr Osiewicz
|
d37ebe7841
|
Add option_button_height style
|
2023-08-14 12:10:37 +02:00 |
|
Piotr Osiewicz
|
9121178ba0
|
project_search: Swap places of case-sens/whole-word
|
2023-08-14 11:59:42 +02:00 |
|
Piotr Osiewicz
|
b586601cab
|
Style nav buttons
|
2023-08-13 01:29:35 +02:00 |
|
Piotr Osiewicz
|
e151555542
|
Style dismiss button.
Fix clipping in nav buttons and mode buttons. Add missing borders to outskirts of mode buttons.
|
2023-08-13 01:06:35 +02:00 |
|
Piotr Osiewicz
|
c6425b36da
|
chore: remove redundant mut
|
2023-08-12 22:20:22 +02:00 |
|
Piotr Osiewicz
|
94f1d8281a
|
Remove buttonside, use new corner_radii instead
|
2023-08-12 22:18:27 +02:00 |
|
Piotr Osiewicz
|
6be73e46bf
|
Merge branch 'main' into project_search_design
|
2023-08-12 21:57:21 +02:00 |
|
Piotr Osiewicz
|
c0356fdf16
|
Decrease row count for buffer search bar
|
2023-08-11 23:47:16 +02:00 |
|
Piotr Osiewicz
|
0a0314eec9
|
Shrink project search + decrease padding
|
2023-08-11 18:19:45 +02:00 |
|