Skip to content

Commit

Permalink
Merge pull request #172 from Trendyol/grb-0
Browse files Browse the repository at this point in the history
chore: add beta tag to import jira issues button
  • Loading branch information
armagandalkiran authored Jun 27, 2024
2 parents 6979df6 + b96eb31 commit 5eba877
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions gurubu-client/src/app/components/room/grooming-navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ const GroomingNavbar = ({ showNickNameForm, roomId }: Props) => {
{userInfo.lobby?.isAdmin && (
<div>
<button className="grooming-navbar__import-jira-issues" onClick={() => openModal("importJiraIssues")}>
<span className="grooming-navbar__import-jira-issues-version">Beta</span>
<Image src="/planning.svg" width={14} height={14} alt="Copy link" />
Import Jira Issues
</button>
Expand Down
11 changes: 11 additions & 0 deletions gurubu-client/src/app/styles/room/grooming-navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,17 @@
border-radius: $radius-large;
height: fit-content;
cursor: pointer;
position: relative;
}
&__import-jira-issues-version{
padding: 3px;
background-color: $red-700;
border-radius: $radius-large;
position: absolute;
color: $white;
font-size: 10px;
top: -8.5px;
right: 0;
}
}

0 comments on commit 5eba877

Please sign in to comment.