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

Current implementation of cookie based auth #241 solves the most important issue (being able to view private images), but it still needs some improvements: - [ ] #278 - [...

At this moment, I'm using `textarea` as input fields which only appear when a user clicks on an Element (block / paragraph). This makes text selection difficult, as the element...

We probably want to have a friendlier list of datatypes. - Use better names - integer / float = number - atomicUrl = single relation - resourceArray = multi relation...

- User presses `/`, show the slash followed by a popout with a bunch of searchable commands - These should ideally be pluggable ([inspiring video about plugin system for Silverbullet](https://www.youtube.com/watch?v=mXCGau05p5o))...

We now have two bars shown, which has some problems: - Lots of space used - Two places where users can navigate - Pressing scoped search button requires user to...

Some media queries, such as in `CollectionPage`, do not provide optimal results on medium size screens where the sidebar is visible (see below). Switching to the `SQWrapper` with [`containerQueries`](https://caniuse.com/css-container-queries) should...

Currenlty, `useCanWrite` returns a boolean value. We use this check to either show or not show UI elements such as a `new` button. We also use this to show errors...

Our `share` menu contains a nested `create invite link` menu, which feels a bit awkward. I'd rather have a `share` dialog / modal.

- Create a chat in a private drive - Share menu => create invite - tick write rights box - Open link in new private tab - `unauthorized` message (this...

I keep getting these errors, also in production. This is because the `authenticate` method in `websockets.ts` can fire an event before a connection is open. We should probably check if...