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(Admin System): Admin Panel Search Page and Edit Privileges #996

Merged
merged 8 commits into from
Jun 24, 2023

Merge branch 'adminPanel' of https://github.com/the-good-boy/bookbrai…

b38d114
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

feat(Admin System): Admin Panel Search Page and Edit Privileges #996

Merge branch 'adminPanel' of https://github.com/the-good-boy/bookbrai…
b38d114
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint succeeded Jun 24, 2023 in 0s

7 warnings

ESLint found 7 warnings

Annotations

Check warning on line 108 in src/client/components/pages/revision.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/components/pages/revision.js#L108

This line has a length of 166. Maximum allowed is 150 (max-len)

Check warning on line 112 in src/client/components/pages/revision.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/components/pages/revision.js#L112

This line has a length of 163. Maximum allowed is 150 (max-len)

Check warning on line 119 in src/client/components/pages/revision.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/components/pages/revision.js#L119

This line has a length of 154. Maximum allowed is 150 (max-len)

Check warning on line 164 in src/client/components/pages/revision.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/client/components/pages/revision.js#L164

Unexpected 'todo' comment: 'TODO: Add proper error handling.' (no-warning-comments)

Check warning on line 581 in src/server/routes/editor.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/server/routes/editor.js#L581

Unexpected 'todo' comment: 'TODO: this can throw, so missing error...' (no-warning-comments)

Check warning on line 59 in src/server/routes/search.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/server/routes/search.js#L59

'total' is assigned a value but never used (@typescript-eslint/no-unused-vars)

Check warning on line 148 in src/server/routes/search.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/server/routes/search.js#L148

Unexpected 'todo' comment: 'TODO: This is hacky, and we should...' (no-warning-comments)