Till Prochaska
Till Prochaska
Currently, users are automatically logged in after resetting a password. This is definitely a smooth UX in most cases. In our application, we’re extending Clearance with MFA support. Therefore, we’d...
**Describe the bug** When viewing a group index page (`/groups/:id`), a small blue callout is displayed at the top: > If you would like to search for specific entities or...
* Messages can have a title, a date, and a level (info, warning, error, success). * Messages can be loaded dynamically from a remote JSON endpoint (configured via `ALEPH_APP_MESSAGES_URL`) or...
**Is your feature request related to a problem? Please describe.** Aleph sometimes has issues that degrade user experience, e.g. ingest tasks being processed slower than unusual or temporarily inconsistent data....
**Is your feature request related to a problem? Please describe.** Currently, Aleph doesn’t render line breaks in property values (e.g. in addresses), which can make them difficult to read. **Describe...
**Describe the bug** #2361 implemented a change that returns an error response if the total number of results is larger than zero, but the list of results is empty. There...
**Describe the bug** When displaying a table with only a few rows, skeletons are still displayed even after the data has been loaded. **To Reproduce** Steps to reproduce the behavior:...
This PR adds support to highlight search terms in document text while in plaintext mode. It would be nice to support this in view mode as well, but this is...
**Is your feature request related to a problem? Please describe.** In entity tables, it is already possible to navigate to associated entities. For example, when creating new `Airplane` entities, users...
**Is your feature request related to a problem? Please describe.** Before actually deleting data (investigations, network diagrams, entities, …) via the UI, we display a confirmation dialog like this: We...