reflex-dev / templates

21 stars 9 forks source link

Line indent text annotation app #7

Closed LineIndent closed 3 months ago

LineIndent commented 4 months ago

This app base foundation - user's create a category (label) and they can highlight a text segment. We can add more details

Alek99 commented 3 months ago

The rx.upload here should use the accept prop to filter out only valid file types, I tried to pass in a txt file but got an error.

Also if something wrong happens during the upload we should use the toast component to tell the user the file upload wasn't successful

LineIndent commented 3 months ago

Sounds good - let me know what you guys decide so I can make a new PR in the reflex-examples repo.

picklelo commented 3 months ago

@LineIndent I think go ahead and add this in the examples repo and we can merge it

LineIndent commented 3 months ago

Great 👍🏼 I made the PR and I'll close this one