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

[mod] html grade change: values are V, C, Cjs, E #11

Merged
merged 3 commits into from
Jan 17, 2020
Merged

[mod] html grade change: values are V, C, Cjs, E #11

merged 3 commits into from
Jan 17, 2020

Conversation

dalf
Copy link
Member

@dalf dalf commented Jan 13, 2020

V: Vanilla
C: Customized
Cjs: Customized including JS
E: External

See issue #6

V: Vanilla
C: Customized
Cjs: Customized including JS
E: External

See issue #6
html/main.js Outdated

const HTML_GRADE_LABEL = {
'V': 'Vanilla',
'C': 'Customized, vanilla JS',
Copy link
Member

Choose a reason for hiding this comment

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

Is it possible to write JavaScript instead of JS? I know this sounds stupid but not everyone knows that JS means JavaScript especially for the people that never programmed in their life.

html/main.js Outdated
const HTML_GRADE_LABEL = {
'V': 'Vanilla',
'C': 'Customized, vanilla JS',
'Cjs': 'Customized, including JS',
Copy link
Member

Choose a reason for hiding this comment

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

Also, here about JS.

html/main.js Outdated
'V': 'Vanilla',
'C': 'Customized, vanilla JS',
'Cjs': 'Customized, including JS',
'E': 'External ressources',
Copy link
Member

Choose a reason for hiding this comment

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

Small typo: it's resources not ressources.

html/main.js Outdated
'Cjs': 'Customized, including JS',
'E': 'External ressources',
'?': 'Unknow',
'js?': 'Unloaded script',
Copy link
Member

Choose a reason for hiding this comment

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

Probably better to write JavaScript instead of script?

@dalf dalf mentioned this pull request Jan 14, 2020
6 tasks
@dalf dalf merged commit c2c6227 into master Jan 17, 2020
@unixfox
Copy link
Member

unixfox commented Jan 17, 2020

Is it supposed to be gray everywhere: https://searx.space/?

@dalf
Copy link
Member Author

dalf commented Jan 17, 2020

@unixfox : nope

@dalf
Copy link
Member Author

dalf commented Jan 17, 2020

fixed:

  • html grade updated (it would have been tomorrow anyway)
  • html/main.js: ipv6 and network column fixed.

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.

None yet

2 participants