-
Devs have been asking how to achieve the designs for the icon indicator guidance we provide in the pattern (most of the time asking about the indicators that have fills and strokes or inner paths), bu…
-
## Event system
#### Must haves:
- Cross context comms (main thread, web worker, shared worker)
- Context isolation (main thread only, or this tab only)
- Decoupled from any form of persiste…
-
Description:
I would like to propose some enhancements to the frontend of our application to improve user experience and aesthetics. Below are my suggestions:
Suggested Improvements:
UI Con…
-
when i add this component inside Modal of react native i am unable to drag start and end indicator but line dragging working fine.
-
When using the UIActivityIndicator component, I found a warning about
A props object containing a "key" prop is being spread into JSX:
let props = {key: someKey, style: ..., children: ...};
…
-
### Is your feature request related to a problem? Please describe.
Currently, `InfiniteQueryState` holds a `List`, which makes it impossible to determine which items belong to which page and to track…
-
- [ ] Typing indicators (half done, figure out multiple typing indicators)
- [ ] @ mentions
- [ ] Notifications
- [ ] Reacts notification/animation
-
I'd like to use Craft for a drag-and-drop React editor, where the preview is resizable to show responsive behavior.
I tried using [react-styled-frame](https://github.com/hydrateio/react-styled-fram…
-
## Description:
Integrate the backend APIs with the user profile page to dynamically fetch, display, and update user information. This integration will enable users to view and manage their personal …
-
Currently not all pages have loading indicators when API requests are in-flight.
Explore potential ways to add loading indicators to all pages.
May be with react suspense.