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

feat: add rich text transaltion #2127

Merged
merged 4 commits into from
Jul 11, 2024

refactor: move styling to global.scss

8166527
Select commit
Loading
Failed to load commit list.
Merged

feat: add rich text transaltion #2127

refactor: move styling to global.scss
8166527
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Jul 9, 2024 in 5s

2 issues found.

Annotations

Check warning on line 751 in src/theme/global.scss

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/theme/global.scss#L751

Unexpected duplicate selector ".planet-links", first used at line 64. (no-duplicate-selectors)

Check notice on line 21 in src/features/user/ManageProjects/index.tsx

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/features/user/ManageProjects/index.tsx#L21

'styles' is defined but never used. Allowed unused vars must match /^_/u. (@typescript-eslint/no-unused-vars)