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

WEB-UI: Add infinite scroll to blog posts #354

Merged
merged 5 commits into from
Sep 23, 2023

feat(web-ui): implement infinite scrolling

e5d5380
Select commit
Loading
Failed to load commit list.
Merged

WEB-UI: Add infinite scroll to blog posts #354

feat(web-ui): implement infinite scrolling
e5d5380
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Sep 23, 2023 in 1s

2.56% of diff hit (target 39.43%)

View this Pull Request on Codecov

2.56% of diff hit (target 39.43%)

Annotations

Check warning on line 1 in services/api/src/core/query/application/contracts/queries/base.query.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

services/api/src/core/query/application/contracts/queries/base.query.ts#L1

Added line #L1 was not covered by tests

Check warning on line 6 in services/api/src/core/query/application/contracts/queries/base.query.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

services/api/src/core/query/application/contracts/queries/base.query.ts#L6

Added line #L6 was not covered by tests

Check warning on line 11 in services/api/src/core/query/application/contracts/queries/base.query.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

services/api/src/core/query/application/contracts/queries/base.query.ts#L11

Added line #L11 was not covered by tests

Check warning on line 1 in services/web-ui/src/core/infinite-scroll/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

services/web-ui/src/core/infinite-scroll/index.ts#L1

Added line #L1 was not covered by tests

Check warning on line 1 in services/web-ui/src/core/infinite-scroll/useInfiniteScroll.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

services/web-ui/src/core/infinite-scroll/useInfiniteScroll.ts#L1

Added line #L1 was not covered by tests

Check warning on line 8 in services/web-ui/src/core/infinite-scroll/useInfiniteScroll.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

services/web-ui/src/core/infinite-scroll/useInfiniteScroll.ts#L7-L8

Added lines #L7 - L8 were not covered by tests

Check warning on line 11 in services/web-ui/src/core/infinite-scroll/useInfiniteScroll.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

services/web-ui/src/core/infinite-scroll/useInfiniteScroll.ts#L10-L11

Added lines #L10 - L11 were not covered by tests

Check warning on line 14 in services/web-ui/src/core/infinite-scroll/useInfiniteScroll.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

services/web-ui/src/core/infinite-scroll/useInfiniteScroll.ts#L13-L14

Added lines #L13 - L14 were not covered by tests

Check warning on line 16 in services/web-ui/src/core/infinite-scroll/useInfiniteScroll.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

services/web-ui/src/core/infinite-scroll/useInfiniteScroll.ts#L16

Added line #L16 was not covered by tests

Check warning on line 23 in services/web-ui/src/core/infinite-scroll/useInfiniteScroll.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

services/web-ui/src/core/infinite-scroll/useInfiniteScroll.ts#L23

Added line #L23 was not covered by tests

Check warning on line 26 in services/web-ui/src/core/infinite-scroll/useInfiniteScroll.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

services/web-ui/src/core/infinite-scroll/useInfiniteScroll.ts#L26

Added line #L26 was not covered by tests

Check warning on line 28 in services/web-ui/src/core/infinite-scroll/useInfiniteScroll.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

services/web-ui/src/core/infinite-scroll/useInfiniteScroll.ts#L28

Added line #L28 was not covered by tests

Check warning on line 34 in services/web-ui/src/core/infinite-scroll/useInfiniteScroll.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

services/web-ui/src/core/infinite-scroll/useInfiniteScroll.ts#L34

Added line #L34 was not covered by tests

Check warning on line 28 in services/web-ui/src/pages/BlogPostPage/BlogPostPage.component.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

services/web-ui/src/pages/BlogPostPage/BlogPostPage.component.tsx#L28

Added line #L28 was not covered by tests

Check warning on line 30 in services/web-ui/src/pages/BlogPostPage/BlogPostPage.component.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

services/web-ui/src/pages/BlogPostPage/BlogPostPage.component.tsx#L30

Added line #L30 was not covered by tests

Check warning on line 55 in services/web-ui/src/pages/BlogPostPage/BlogPostPage.component.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

services/web-ui/src/pages/BlogPostPage/BlogPostPage.component.tsx#L55

Added line #L55 was not covered by tests

Check warning on line 3 in services/web-ui/src/pages/BlogPostPage/BlogPostPage.container.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

services/web-ui/src/pages/BlogPostPage/BlogPostPage.container.tsx#L3

Added line #L3 was not covered by tests

Check warning on line 9 in services/web-ui/src/pages/BlogPostPage/BlogPostPage.container.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

services/web-ui/src/pages/BlogPostPage/BlogPostPage.container.tsx#L8-L9

Added lines #L8 - L9 were not covered by tests

Check warning on line 16 in services/web-ui/src/pages/BlogPostPage/BlogPostPage.container.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

services/web-ui/src/pages/BlogPostPage/BlogPostPage.container.tsx#L16

Added line #L16 was not covered by tests

Check warning on line 22 in services/web-ui/src/pages/BlogPostPage/BlogPostPage.container.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

services/web-ui/src/pages/BlogPostPage/BlogPostPage.container.tsx#L22

Added line #L22 was not covered by tests

Check warning on line 25 in services/web-ui/src/pages/BlogPostPage/BlogPostPage.container.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

services/web-ui/src/pages/BlogPostPage/BlogPostPage.container.tsx#L25

Added line #L25 was not covered by tests

Check warning on line 30 in services/web-ui/src/pages/BlogPostPage/BlogPostPage.container.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

services/web-ui/src/pages/BlogPostPage/BlogPostPage.container.tsx#L30

Added line #L30 was not covered by tests

Check warning on line 34 in services/web-ui/src/pages/BlogPostPage/BlogPostPage.container.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

services/web-ui/src/pages/BlogPostPage/BlogPostPage.container.tsx#L34

Added line #L34 was not covered by tests

Check warning on line 77 in services/web-ui/src/pages/BlogPostPage/BlogPostPage.container.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

services/web-ui/src/pages/BlogPostPage/BlogPostPage.container.tsx#L77

Added line #L77 was not covered by tests

Check warning on line 8 in services/web-ui/src/utils/error.utils.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

services/web-ui/src/utils/error.utils.ts#L8

Added line #L8 was not covered by tests