Skip to content

Commit

Permalink
chore: issue PR card styled
Browse files Browse the repository at this point in the history
  • Loading branch information
hdJerry committed Aug 18, 2023
1 parent 86d4caa commit 8286304
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 385 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ export const IssuePRCardWrapper = styled.div`
.message {
${flex};
justify-content: flex-end;
align-items: center;
gap: 0.1rem;
& .icon {
font-size: 1.1rem;
}
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ OpenPullRequests.args = {
merged_at: null,
repository_url: '/',
comments: '',
labels: [],
labels: [{name: 'dependency', color: '633bcc'}],
},
{
title: '[Nuxt - Pinia - Tailwind] Get PRs comments',
Expand All @@ -64,7 +64,7 @@ OpenPullRequests.args = {
},
{
title: '[CRA-RXJS-SC] Fix PR API fetch',
number: '2',
number: '3',
created_at: date,
user: { login: 'kodejuice' },
state: 'open',
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ export default function PullRequestView({
window.scrollTo({ top: 0, behavior: 'smooth' });
};

console.log('====================================');
console.log(pullRequests);
console.log('====================================');

return (
<Wrapper>
<Content>
Expand Down Expand Up @@ -93,7 +89,7 @@ export default function PullRequestView({
</Content>

<PaginationContainer>
<ReactPaginate
{ pageCount > 1 && (<ReactPaginate
breakLabel="..."
nextLabel="Next >"
marginPagesDisplayed={1}
Expand All @@ -108,7 +104,7 @@ export default function PullRequestView({
nextClassName={'pagination__link_end'}
disabledClassName={'pagination__link--disabled'}
activeClassName={'pagination__link--active'}
/>
/>)}
</PaginationContainer>
</Wrapper>
);
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8286304

Please sign in to comment.