atomic-data-browser icon indicating copy to clipboard operation
atomic-data-browser copied to clipboard

This repo is no longer used! Code is moved to Atomic-Server

Results 102 atomic-data-browser issues
Sort by recently updated
recently updated
newest added

Currently shows full URL, should be just the origin, without HTTP(s)

![Screenshot 2022-09-24 at 11 43 30](https://user-images.githubusercontent.com/2183313/192091408-9702b15d-b9ab-4bb2-a8ea-2817a3110456.png)

Users make mistakes, and should be able to correct those. I think a logical approach would be to create `invertedCommits` and store these locally: ## InvertedCommits Whenever a user makes...

Since Atomic Data is graph data, we should be able to show _incoming links_. Can be pretty useful: - Show in which `Class`es a specific `Property` is Used - Finding...

When editing a document and opening the resource context dropdown menu, we can't use the arrow buttons to navigate the dropdown items. We should probably only allow the text keyboard...

In documents, users can use `/` to search through their server and add resources. They can also drag & drop a file to create a file there. These resources are...

We can currently show lists using `markdown` lists in a _single element_ like so: ```markdown - I'm an item - And me too ``` But this offers a subpar UX,...

We could add `plugin:@typescript-eslint/recommended-requiring-type-checking` to `eslintrc`. Currenlty gives 130 errors. Not particularly fun to work on, but perhaps a good investment.

The `useArray` hook returns `JSONValue[]` but we often need only `string[]`, which requires us to iterate over nested resources.