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

- [ ] no dark mode - [ ] no sidebar - [ ] no search bar

- Install atomic data browser app as pwa - Share any type of content in your OS (e.g. A webpage, picture, file) - Select atomic data browser as target -...

The websocket authentication is being fired when the agent is set, but doesn't have a subject yet (it depends on server for that). Note that this error does not cause...

- Fetch a `collection` where `property: parent` and `value: currentSubject`, so that the resulting `members` will be the `children` of `currentSubject` - Make this available in a hook `useChildren` (is...

Currenlty, `fetchWebSocket` simply sends a `GET` message. The received `RESOURCE` is then properly processed, but the function itself does not return this resource. That means users can't `await` the requested...

I just spent a bunch of hours fixing #270, which occured because all the created JS files actually didn't work. I never noticed before, because I only used typescript projects,...

I'm having a bunch of (probably related) issues running playwright on my local device (m1 macbook, node 18.9). It started by running `pnpm test` and getting errors about `playwright install`...

The decentralized architecture of Atomic Data dictates that changes to information (Commits) are signed using the private key of an Agent (user). This means that, if we want to edit...

security

- Create a Resource with a property of the `timestamp` datatype (e.g. [createdAt](https://atomicdata.dev/properties/createdAt)) - Try saving it - Get an error `invlalid signature` I think this may indicate multiple issues:...

Since #241 we have cookie-based authentication. This solved the issue of opening images that require authentication. However, this approach only works for images on the same domain. If you'd visit...