Skip to content
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: Added shortcut button [123] #878

Conversation

Abhishek9503
Copy link
Contributor

@Abhishek9503 Abhishek9503 commented May 24, 2024

Description

Added shortcut button in the collection page

What type of PR is this? (check all applicable)

  • πŸ• Feature
  • πŸ› Bug Fix
  • πŸ“ Documentation Update
  • 🎨 Style
  • πŸ§‘β€πŸ’» Code Refactor
  • πŸ”₯ Performance Improvements
  • βœ… Test
  • πŸ€– Build

Have you tested locally?

  • πŸ‘ yes
  • πŸ™… no, because I am lazy

Added tests?

  • πŸ‘ yes
  • πŸ™… no, because they aren't needed
  • πŸ™‹ no, because I need help

Added to documentation?

  • πŸ“œ README.md

Any Known issue?

Related Story, task & Documents?

@Abhishek9503 Abhishek9503 requested a review from gc-codes as a code owner May 24, 2024 14:17
@punitkashyup
Copy link
Member

Please attach the issue link

1 similar comment
@punitkashyup
Copy link
Member

Please attach the issue link

Comment on lines 1 to 3
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_3439_4638)">
<path d="M13.3327 11.3333C13.3327 12.0687 12.7348 12.6667 11.9993 12.6667H3.99935C3.26393 12.6667 2.66602 12.0687 2.66602 11.3333V4.66666C2.66602 3.93124 3.26393 3.33333 3.99935 3.33333H6.66602C7.08477 3.33333 7.4806 3.53124 7.73268 3.86666L8.13268 4.39999C8.25768 4.56874 8.4556 4.66666 8.66602 4.66666H11.9993C12.7348 4.66666 13.3327 5.26458 13.3327 5.99999V11.3333ZM7.49935 10.5C7.49935 10.7771 7.72227 11 7.99935 11C8.27643 11 8.49935 10.7771 8.49935 10.5V9.16666H9.83268C10.1098 9.16666 10.3327 8.94375 10.3327 8.66666C10.3327 8.38958 10.1098 8.16666 9.83268 8.16666H8.49935V6.83333C8.49935 6.55625 8.27643 6.33333 7.99935 6.33333C7.72227 6.33333 7.49935 6.55625 7.49935 6.83333V8.16666H6.16602C5.88893 8.16666 5.66602 8.38958 5.66602 8.66666C5.66602 8.94375 5.88893 9.16666 6.16602 9.16666H7.49935V10.5Z" fill="#8A9299"/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<script> export let height = "24px"; export let width = "24px"; export let color = "grey"; </script>

add this script, and pass value as a props

Comment on lines 554 to 557
>
<RequestIcon height="16px" width="16px" />
</div>
</div>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pass color prop

Comment on lines 540 to 542
>
<FolderPlusIcon />
</div>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pass height, width ,color prop here

Comment on lines 724 to 731
margin-left: 24px;
}
.folderIcon:hover{
background: var(--right-border);
}
.requestIcon:hover{
background: var(--right-border);
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use common class for both

@punitkashyup
Copy link
Member

Please attach the issue link

@punitkashyup
Copy link
Member

Please attach the issue link

@itsmdasifraza itsmdasifraza merged commit 7b3dd88 into sparrowapp-dev:feat/sparrow-refactoring May 27, 2024
1 of 3 checks passed
@pratikshinde590
Copy link
Contributor

πŸŽ‰ This PR is included in version 1.3.0 πŸŽ‰

The release is available on GitHub release

Your semantic-release bot πŸ“¦πŸš€

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants