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

Refactor Account related components with function component, react-query, and ts #71

Merged
merged 15 commits into from
Jun 1, 2024

migrate: convert AccountPage to TS

aea8afd
Select commit
Loading
Failed to load commit list.
Merged

Refactor Account related components with function component, react-query, and ts #71

migrate: convert AccountPage to TS
aea8afd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded May 30, 2024 in 1s

65.68% of diff hit (target 4.46%)

View this Pull Request on Codecov

65.68% of diff hit (target 4.46%)

Annotations

Check warning on line 26 in src/components/sections/account/AcademicInfoSubSection.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/sections/account/AcademicInfoSubSection.tsx#L26

Added line #L26 was not covered by tests

Check warning on line 24 in src/components/sections/account/FavoriteDepartmentsSubSection.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/sections/account/FavoriteDepartmentsSubSection.tsx#L24

Added line #L24 was not covered by tests

Check warning on line 30 in src/components/sections/account/FavoriteDepartmentsSubSection.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/sections/account/FavoriteDepartmentsSubSection.tsx#L29-L30

Added lines #L29 - L30 were not covered by tests

Check warning on line 32 in src/components/sections/account/FavoriteDepartmentsSubSection.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/sections/account/FavoriteDepartmentsSubSection.tsx#L32

Added line #L32 was not covered by tests

Check warning on line 42 in src/components/sections/account/FavoriteDepartmentsSubSection.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/sections/account/FavoriteDepartmentsSubSection.tsx#L42

Added line #L42 was not covered by tests

Check warning on line 44 in src/components/sections/account/FavoriteDepartmentsSubSection.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/sections/account/FavoriteDepartmentsSubSection.tsx#L44

Added line #L44 was not covered by tests

Check warning on line 48 in src/components/sections/account/FavoriteDepartmentsSubSection.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/sections/account/FavoriteDepartmentsSubSection.tsx#L48

Added line #L48 was not covered by tests

Check warning on line 51 in src/components/sections/account/FavoriteDepartmentsSubSection.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/sections/account/FavoriteDepartmentsSubSection.tsx#L51

Added line #L51 was not covered by tests

Check warning on line 55 in src/components/sections/account/FavoriteDepartmentsSubSection.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/sections/account/FavoriteDepartmentsSubSection.tsx#L55

Added line #L55 was not covered by tests

Check warning on line 71 in src/components/sections/account/FavoriteDepartmentsSubSection.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/sections/account/FavoriteDepartmentsSubSection.tsx#L71

Added line #L71 was not covered by tests

Check warning on line 16 in src/components/sections/account/MyInfoSubSection.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/sections/account/MyInfoSubSection.tsx#L16

Added line #L16 was not covered by tests

Check warning on line 14 in src/index.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/index.tsx#L13-L14

Added lines #L13 - L14 were not covered by tests

Check warning on line 133 in src/index.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/index.tsx#L133

Added line #L133 was not covered by tests

Check warning on line 1 in src/pages/AccountPage.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pages/AccountPage.tsx#L1

Added line #L1 was not covered by tests

Check warning on line 9 in src/pages/AccountPage.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pages/AccountPage.tsx#L3-L9

Added lines #L3 - L9 were not covered by tests

Check warning on line 13 in src/pages/AccountPage.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pages/AccountPage.tsx#L11-L13

Added lines #L11 - L13 were not covered by tests

Check warning on line 38 in src/pages/AccountPage.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pages/AccountPage.tsx#L38

Added line #L38 was not covered by tests

Check warning on line 44 in src/queries/account.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/queries/account.ts#L42-L44

Added lines #L42 - L44 were not covered by tests

Check warning on line 49 in src/queries/account.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/queries/account.ts#L47-L49

Added lines #L47 - L49 were not covered by tests