-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve UI for Slur Crowdsource Feature #409
Comments
Hello there, I would like to work on this issue. Could you provide me with more details about it? |
Hello @ashishpetwal , I have revised the issue and made some changes to the description, please let me know if any more clarifications are required. The task is just to code the above box seen into a grommet card component. Grommet is the component library that we use in our frontend. This issue involves writing code in JavaScript Please let me know if any other help / clarification is needed |
Ok Fine! You can assign the issue to me. |
Hello @ashishpetwal, Please don't hesitate to reach out in case you need any help. |
Sorry for late, I was busy in some other things. You can assign the issue to someone else. |
This issue is stale because it has been open for 30 days with no activity. |
Hello, is this issue still open to be worked on? |
This issue is stale because it has been open for 30 days with no activity. |
Great, I can work on implementing this! |
on starting the uli chrome extension locally , when i click on activate account this error is popping |
Hi @utnim2 , can you ignore this error and try clicking the "Activate Account". Make sure you have all the docker containers running, then Uli should be working fine on a development setup. |
Hello everyone, thank you so much for your interest and work on this issue, this issue has been resolved with this PR - #546 |
This reverts commit 486c801.
Is your feature request related to a problem? Please describe.
In the latest release of Uli v0.1.14 - https://github.com/tattle-made/Uli/releases/tag/v0.1.14
In the crowdsource feature users can now crowdsource slur's and its relevant metadata using Uli. A user can select and right-click on a word to crowdsource it.
The metadata helps in providing better context to slur words. Metadata that can be crowd sourced for a slur is:
More details about the feature can be found in this issue - #389
We are displaying the all the data in a box that looks like this
All the current code for this can be found it here -
browser-extension/plugin/src/ui-components/atoms/SlurCard.js
https://github.com/tattle-made/Uli/blob/main/browser-extension/plugin/src/ui-components/atoms/SlurCard.js
We use the Grommet component library for frontend. - https://v2.grommet.io/
The task is to change the box to a grommet card component.
browser-extension/plugin/src/ui-components/atoms/SlurCardComponent.js
https://github.com/tattle-made/Uli/blob/main/browser-extension/plugin/src/ui-components/atoms/SlurCardComponent.js
This is the Grommet Card Component - https://v2.grommet.io/card
The task is just to complete the code, you have to make sure that everything is responsive and no text overflows etc.
If there is any other way to also display all the text/ content in the box, please feel free to suggest us those changes.
The text was updated successfully, but these errors were encountered: