label-studio-frontend icon indicating copy to clipboard operation
label-studio-frontend copied to clipboard

Data labeling react app that is backend agnostic and can be embedded into your applications — distributed as an NPM package

Results 207 label-studio-frontend issues
Sort by recently updated
recently updated
newest added

### What is happening? When integrating Label Studio into an existing web application, the global styles (e.g. _body, h1, h6_, etc. ) are modified. This causes the entire application (even...

Hello community I'm trying to use LSF in my [single-spa](https://github.com/single-spa/single-spa) project. To do so, I had to manage some changes on LSF and convert it to a [microfrontend](https://single-spa.js.org/docs/microfrontends-concept/). The important...

The image zoom direction by scrolling seems to be reverse of what other applications use: label studio: - ctrl+ scroll up == zoom out - ctrl + scroll down ==...

enhancement
labeling
often asked

Hi :wave: How to reproduce: 1. Create a project that uses the AudioPlus component with labels: ```xml ``` 2. Create **two or more** tasks with a prediction: ``` { "data":...

I am working on an app where we needed to replace the default controls with our own. Needing to track whether the state is dirty or not (completions changed, were...

I have a conditional data labelling config where some of the labels appear only if a particular choice is selected. I'm using a View tag with visibleWhen="choice-selected" option. The config...

Error message: ``` Error: [mobx-state-tree] Error while converting `undefined` to `ViewModel`: value `undefined` is not assignable to type: `ViewModel` (Value is not a plain object). ``` To reproduce: 1. Start...

Really like the package, thanks for making something so great ! I noticed an error when deleting completions: `Cannot read property 'selected' of undefined` To reproduce: 1. Start frontend using...

Added a new hook and reduced renders a bit, there are still a lot of extra renders Clear timeout on every call to check loaded (there are always at least...

fix
Confirmed