atomic-data-browser
atomic-data-browser copied to clipboard
This repo is no longer used! Code is moved to Atomic-Server
## Current behavior - Open a dropdown (e.g. drive switcher) - Move with tab (nothing happens, no visual indicator, however you can exit the dropdown) - Move with cursor (see...
- [x] Use `/register` and `/confirm-email` endpoints - [ ] User can Register using one button - [ ] Create new drives the new way - [ ] Remove /...
You've probably already seen some examples of how integrating a product with a large language model like GPT-3 can create magic appliances. I'd like to integrate that with Atomic as...
At least, in Edge on MacOS i can still see the button
Currently we use a number field... Yuck. Also, add tests for this
There is no `clear` button to remove a `recommended` property.
Building a custom GUI for domain-specific search + filtering can be quite the hassle. Atomic Data and Atomic Server provide a few opportunities to make this process easier than ever....
We currently use the html `title` attribute for hover tooltips. This is (probably) read by (most?) screenreaders. We should consider using some different solution. - Should be accessible - Should...
Thes bad boys are shown on hover, but should _also_ be visible on focus
It looks like that [`store.unSubscribeWebSocket`](https://github.com/atomicdata-dev/atomic-data-browser/blob/7baa4a16077b2f497d16c6119c5fb4bdd6cf9e14/lib/src/store.ts#L643) is never called. This means that the client once a hook like `useResource` is used it will keep listening over websocket for updates that no...