atomic-data-browser
atomic-data-browser copied to clipboard
This repo is no longer used! Code is moved to Atomic-Server
Although #161 fixed #160, the docs are still outdated because the deploy flow isn't properly functioning: ``` Run yarn typedoc Warning: Could not determine the entry point for "/home/runner/work/atomic-data-browser/atomic-data-browser/lib/package.json". Package...
One of my favorite aspects of VSCode, Blender, Gitkraken and other pieces of software, is the Command Palette. Press `cmd+p` or something similar to open a search bar that searches...
It would be pretty cool if other developers could extend functionality of atomic data browser and create their own view / components, and load these at runtime. So when a...
In discussion with @joepio about how [Valueflows](https://valueflo.ws) might make use of this very interesting application, some things came up. Valueflows would be using it as a vocabulary/ontology, so more for...
See https://www.skypack.dev/view/@tomic/react for auto generated checklist: - [ ] add `repository` - [ ] add `keywords` - [ ] add `module entry point` - [ ] add `export map` Do...
We don't store form state seperately from the resource state. Editing a value using `useValue` will update the Resource everywhere in the app, even if the user does not save....
I think that, by default, we should _reverse_ commits that fail on the server. E.g. when editing a document that you should not be able to edit, the edits should...
I just finished running Atomic-Server in tauri: ihttps://github.com/joepio/atomic-data-rust/issues/215 But some front-end stuff could be improved - [x] Open outgoing links in normal browser - [x] Show back / forward buttons...
The Node environment does not have `window` or `Headers` or `fetch` by default. I'd like to see linting errors whenever these are accessed in `@tomic/lib`, as the alternative means getting...