Tldraw/apps/docs/components
Lu Wilson 004787d5bd
[docs] Add feedback when you search (#1633)
This PR adds some immediate feedback when you search on the docs site —
so that you know that your query has been submitted. This is most
noticeable on slower internet connections. But even on fast connections,
search feels a bit untrustworthy because you don't get that immediate
feedback.

We could make a little loading spinner or something. But for now, I just
disabled the search input when you submit it, because it didn't require
any design work!

## Before

No way of telling that the search results are loading. No immediate
feedback:

![2023-06-22 at 12 17 34 - Fuchsia
Fowl](https://github.com/tldraw/tldraw/assets/15892272/da3b3d7f-fc6a-49f9-9352-58949ca917d5)

## After
![2023-06-22 at 13 09 26 - Turquoise
Cat](https://github.com/tldraw/tldraw/assets/15892272/9e44061a-c4b9-43d2-8b8f-e1c4dce60c48)


## Admin

### Change Type
- [x] `documentation` — Changes to the documentation only[^2]

[^1]: publishes a `patch` release, for devDependencies use `internal`
[^2]: will not publish a new version

### Test Plan

1. Throttle your network tab!
2. Search for something on the docs site (eg: Editor)
3. The search input should get disabled when you press the Enter key.

### Release Notes

- Documentation: Added some immediate feedback when you search.
2023-06-23 09:57:57 +00:00
..
article-components
mdx-components Add anchor targets to our headings. (#1571) 2023-06-12 17:09:17 +00:00
ArticleDetails.tsx
ArticleNavLinks.tsx
Breadcrumb.tsx [docs] Separate some pages out of the Docs section (#1626) 2023-06-23 09:53:22 +00:00
Icon.tsx transfer-out: transfer out 2023-04-25 12:01:25 +01:00
Mdx.tsx transfer-out: transfer out 2023-04-25 12:01:25 +01:00
MetaHead.tsx
Search.tsx [docs] Add feedback when you search (#1633) 2023-06-23 09:57:57 +00:00
Sidebar.tsx [docs] Separate some pages out of the Docs section (#1626) 2023-06-23 09:53:22 +00:00
ThemeSwitcher.tsx