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

When opening the `Files` collection, you see a `new file` button, which opens the form. This form is pretty useless, as uploading files is a different kind of action, using...

Since `@tomic/react` features easy client-to-client live synchronization, the framework seems usable for live presentation and collaboration workflows. Inspiration: - [WunderPresentation](https://wunderpresentation.com/create/notion). Create slides from markdown / notion files. Use `---` to...

In the template, I'm currently using a `key` attribute / property in the `App.tsx` component, because if I don't the component will not properly update after a resource is loaded....

Since collections are pretty complex (pagination, filtering), but also have a ton of usecases, it makes sense to add this to `@tomic/react`

When the client does not have an internet connection, various errors might occur that could confuse the user. Instead of adding "this might be because your internet connection is offline",...

When a new document is created, multiple commits need to be generated. However, some are redundant, and indicate some potentially broken (or at least inefficient) internal logic. - One commit...

In the Rust implementation of Atomic Data, the store is always fully aware of the datatype of some value. However, in this TS implementation, that is not the case. I...

If a user changes the datatype for a property, the app can currently crash. The error should be handled more elegantly. Ideally, the user should be able to edit the...

Because every keystroke results in a costly action, changing the subject URL is very slow. I think this might need its own button and error handler.

When the user does not have sufficient rights, the user is currently presented with a cryptic 500 error. I think this is partly because it is blocked by the server,...