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

619 change log bug fix #807

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Conversation

artemhoriuk1994
Copy link
Collaborator

Pull Request Template

Type of Pull Request *

  • CHANGE (fix or feature that would cause existing functionality to not work as expected)
  • FEATURE (non-breaking change which adds functionality)
  • BUGFIX (non-breaking change which fixes an issue)
  • ENHANCEMENT (non-breaking change which improves existing functionality)
  • NONE (if none of the other choices apply. For example, tooling, build system, CI, docs, etc.)

Related links

Issue link
#804 Change log

Description *

image

Add pagination

@artemhoriuk1994 artemhoriuk1994 removed the request for review from sarhan-azizov March 5, 2023 14:57
@artemhoriuk1994 artemhoriuk1994 self-assigned this Mar 5, 2023
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

20.0% 20.0% Coverage
0.0% 0.0% Duplication

@skyboyer
Copy link
Collaborator

skyboyer commented Mar 6, 2023

please put more details into a description. it's unclear what exactly case is fixed and why Pull Request refers to itself though a link "#804 Change log"

src/models/changeLog/selectors.ts Show resolved Hide resolved
@@ -304,6 +304,9 @@ export type GetChangeLogType = ChangeLogType & {
timezoneOffset: number;
year: number;
};
pagabel?: {
Copy link
Collaborator

Choose a reason for hiding this comment

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

pagabel? where is it used?

};
const changesPerPage: PageSizeType = [10, 20, 50, 'All'];

export const ChangeLog: React.FC = () => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

plz highlight by commenting which parts have been changed - I assume most of this component has just been extracted from src/views/postUpdation/AllPostTypesUpdation.tsx

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

Successfully merging this pull request may close these issues.

2 participants