bmartel
bmartel
Fixes #3
Thanks for making those changes @Precious-Macaulay! I noticed a few discrepancies in formatting when going over the code again. Would you be able to run the formatter/linter locally and push...
Closing as not needed.
Hey 👋 . Sorry to hear this has been troubling you, the latest changes _I believe_ should be working from what I can see. Have you been able to create...
Hi @CrisRodriguez 👋. A fix has already been made for this and will be coming in LabelStudio `1.7.3`. For the time being, if you are able, you can workaround this...
I will keep this ticket open for visibility, and close upon the official release of 1.7.3.
Hey @CrisRodriguez , I apologize for the late reply. So this is fixed in the 1.7.3 release, I just tested the build right now. However, I noticed something incorrect with...
Thanks for this contribution @phantrung18072001, this makes good sense to add. With regards to differentiating the Start Time, End Time and Duration, that would require a label for each which...
As an initial start, you could try updating the code for the Timebox component to reflect the following: ```tsx import React, { type FC, useCallback, useEffect, useState } from "react";...
> Thanks @bmartel, I have a typescript error when importing Label into TimeBox. Is this acceptable ? And it doesn't work as I expeted.  The error is due to...