atomic-data-browser
atomic-data-browser copied to clipboard
This repo is no longer used! Code is moved to Atomic-Server
When an uncaught error happens, we should get a nice error page with a `refresh` button and a sorry message. We have a component for this, but for some reason...
That is not necessary. I think `resource` is being passed down too much.
We now have dialogs thanks to @Polleps! This enables a far better UX for creating new resources. Especially for resources where there is only one input needed before instantiation (e.g....
At this moment, Dialog prevents showing Toast (error / warning / success) messages - even though `z-index` of Toast is higher. This is probably because Dialog is using `fixed` positioning....
I was just working on a new view for importers, and noticed that `@tomic/lib` didn't re-build while I was editing it. Turns out there was an issue building `@tomic/lib`, and...
Probably add this to `ReactMarkdown` https://github.com/remarkjs/remark-gfm ```ts import React from 'react' import ReactDom from 'react-dom' import ReactMarkdown from 'react-markdown' import remarkGfm from 'remark-gfm' const markdown = `Just a link: https://reactjs.com.`...
At the moment when you start searching the app navigates to a new page. This means that if you were creating or editing a resource you'll lose all progress and...
As I mentioned previously once or twice (or many times). I see an atomic data browser as ideal for storing knowledge graphs - i.e. ontology, taxonomy and actual terms. I...
- Open edit form with a `Resource` or `ResourceArray` type - Fill in a bunch of characters - Select that new value - `"URL constructor: dw is not a valid...
On every keypress, the line height increases.