-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feat/share-button #168
Feat/share-button #168
Conversation
Testing locally... |
…, que antes estava pegando hifes, espacos e letras maiusculas
@gschwend O build falhou por causa do lint, já passei para o @jandsonrj como resolver. |
Codecov Report
@@ Coverage Diff @@
## main #168 +/- ##
=======================================
Coverage 72.40% 72.40%
=======================================
Files 24 24
Lines 808 808
=======================================
Hits 585 585
Misses 223 223 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on localhost:
- Dark mode: approved
- Share button: approved
#105
Added support for sharing download links in 'user_products'. A new column has been introduced providing an option to share file links. When clicking on the "Share" icon, a pop-up opens, displaying a dialog box with the file download link and the option to copy it. When clicking "Copy", the link is saved in the clipboard and a success alert (Snackbar-Success) is displayed with the message "Link copied successfully".
In addition, a share icon (Share-icon) was added in' product' with the same previously mentioned functionality. Users can now share the download link in 'user_products' and 'product'.
Here there is a video to show the implementation above.
Adicionado suporte para compartilhar o link de download em 'user_products'. Agora, uma nova coluna foi introduzida, fornecendo a opção de compartilhar o link do arquivo. Ao clicar no ícone "Compartilhar", um pop-up é aberto, exibindo uma caixa de diálogo com o link de download do arquivo e a opção de copiá-lo. Ao clicar em "Copiar", o link é salvo na área de transferência e exibido um alerta de sucesso (
Snackbar-Success
) com a mensagem "Link copiado com sucesso".Além disso, em 'product', também foi adicionado um ícone de compartilhar (
Share-icon
) com a mesma funcionalidade mencionada anteriormente. Agora os usuários podem compartilhar o link de download tanto em 'user_products' quanto em 'product'.Aqui está um breve vídeo mostrando o funcionamento da implementação acima.